Skip to content

Commit

Permalink
rename ftexpression_v2.rs to ftexpression.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjneph committed Aug 15, 2024
1 parent c3ce316 commit bca72c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/fiber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use super::*;
use crate::utils::bamranges::*;
use crate::utils::basemods::BaseMods;
use crate::utils::bio_io::*;
use crate::utils::ftexpression_v2::apply_filter_to_range;
use crate::utils::ftexpression_v2::parse_filter;
use crate::utils::ftexpression::apply_filter_to_range;
use crate::utils::ftexpression::parse_filter;
use rayon::prelude::*;
use rust_htslib::bam::Read;
use rust_htslib::{bam, bam::ext::BamRecordExtensions, bam::record::Aux, bam::HeaderView};
Expand Down
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pub mod input_bam;
pub mod nucleosome;

// test modules for expressions
pub mod ftexpression_v2;
pub mod ftexpression;
File renamed without changes.

0 comments on commit bca72c6

Please sign in to comment.