Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Aug 12, 2024
1 parent a3d2b25 commit 5e2ca08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kr2r/src/bin/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ pub fn run(args: Args) -> Result<()> {
let taxonomy_filename = k2d_dir.join("taxo.k2d");
let taxo = Taxonomy::from_file(taxonomy_filename)?;

let sample_files = find_and_trans_bin_files(&args.chunk_dir, "sample_file", r".bin", false)?;
let sample_files = find_and_trans_bin_files(&args.chunk_dir, "sample_file", ".bin", false)?;
let sample_id_files = find_and_trans_files(&args.chunk_dir, "sample_id", ".map", false)?;

// let partition = sample_files.len();
Expand Down

0 comments on commit 5e2ca08

Please sign in to comment.