Skip to content

Commit

Permalink
rename add_read to update_read
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Oct 1, 2024
1 parent 83f14ab commit d4d4883
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 437 deletions.
2 changes: 1 addition & 1 deletion precellar/src/align.rs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ mod tests {
PairedEndStats::default()
);
let mut processor = FastqProcessor::new(spec, aligner)
.with_modality(Modality::Atac);
.with_modality(Modality::ATAC);

processor.gen_barcoded_alignments().take(6).for_each(|x| {
println!("{:?}", x);
Expand Down
385 changes: 0 additions & 385 deletions precellar/tests/data/human_brain_3k/spec.yaml

This file was deleted.

Loading

0 comments on commit d4d4883

Please sign in to comment.