Skip to content

Commit

Permalink
1 thing at a time eddy
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jan 20, 2025
1 parent 9c4bfcc commit 7b6dadb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ mod alignmentsieve;
mod filehandler;
mod normalization;
mod calc;
mod multibamsummary;
mod test;

#[pymodule]
Expand All @@ -16,6 +15,5 @@ fn hp(m: &Bound<'_, PyModule>) -> PyResult<()> {
m.add_function(wrap_pyfunction!(bamcompare::r_bamcompare, m)?)?;
m.add_function(wrap_pyfunction!(computematrix::r_computematrix, m)?)?;
m.add_function(wrap_pyfunction!(alignmentsieve::r_alignmentsieve, m)?)?;
m.add_function(wrap_pyfunction!(multibamsummary::r_mbams, m)?)?;
Ok(())
}

0 comments on commit 7b6dadb

Please sign in to comment.