Skip to content

Commit

Permalink
fix(gh:issue3): The qiime default header was included into the genera…
Browse files Browse the repository at this point in the history
…ted qiime database

main
  • Loading branch information
sgelias committed Feb 21, 2024
1 parent 0cb8272 commit c635a48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/use_cases/build_qiime_db_from_blutils_db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ pub fn build_qiime_db_from_blutils_db(
Ok(res) => res,
};

write_or_append_to_file(
format!("Feature ID\tTaxon\n"),
&output_taxonomies_file,
)?;

//
// Write the output file
//
Expand Down

1 comment on commit c635a48

@sgelias
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3 resolved here.

Please sign in to comment.