-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added 2 QC thresholds to ANI task to reduce false positives (#168)
* added ani_threshold Float input to animummer task. also exposed cpus and memory. added logic for comparing ANI_HIGHEST_PERCENTAGE to ani_threshold and only outputting the name of the match if the threshold is surpassed. tested successfully in miniwdl. * fixed awk syntax * added ani_docker to export_taxon_tables task and illumina pe workflow * remove "The" * added ani_docker output to theiaprok_fasta wf * removed comma that I accidentally added to call block of qc_check_table in theiaprok illumina pe wf * added ani_docker output to theiaprok illumina se and ONT workflows * update CI * update CI * mummer_ani task: added percent_base_aligned_threshold with 70 as default. default ani_threshold is now 85. Also added logic to only output ani_top_species_match if both thresholds are surpassed. * clarified messages when 2 thresholds are not passed * added ani_threshold Float input to animummer task. also exposed cpus and memory. added logic for comparing ANI_HIGHEST_PERCENTAGE to ani_threshold and only outputting the name of the match if the threshold is surpassed. tested successfully in miniwdl. * fixed awk syntax * added ani_docker to export_taxon_tables task and illumina pe workflow * remove "The" * added ani_docker output to theiaprok_fasta wf * removed comma that I accidentally added to call block of qc_check_table in theiaprok illumina pe wf * added ani_docker output to theiaprok illumina se and ONT workflows * update CI * mummer_ani task: added percent_base_aligned_threshold with 70 as default. default ani_threshold is now 85. Also added logic to only output ani_top_species_match if both thresholds are surpassed. * clarified messages when 2 thresholds are not passed * removed accidental duplication in code introduced during merge conflict resolution (my bad!) * update CI for theiaprok illumina pe and se * lower default ani_threshold to 80 (CDC standard) from 85 * update CI
- Loading branch information
Showing
8 changed files
with
62 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters