-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resfinder improvements, added support for Shigella spp., added XDR Sh…
…igella prediction (#159) * lots of changes to ResFinder task. Added support for Shigella species to be run through E.coli pointfinder database, changed output file extensions for TSVs, exposed cpu and memory optional inputs, changed name of 2 input params to be more recognizeable * update CI * lots of changes to ResFinder task. Added support for Shigella species to be run through E.coli pointfinder database, changed output file extensions for TSVs, exposed cpu and memory optional inputs, changed name of 2 input params to be more recognizeable * update CI * added required string output for resfinder: resfinder_predicted_pheno_resistance which is semicolon delimited output of "<antimicrobial>: <Genetic background>" * added required output String for resfinder task "resfinder_predicted_xdr_shigella" which checks for predicted resistance to ceftriazone, azithromycin, ciprofloxacin, trimethoprim, fulfamethozazole, and ampicillin * added 2 new resfinder string outputs to theiaprok_illumina_pe outputs * added 2 new resfinder string outputs to theiaprok_illumina_pe workflow as well as export_taxon_tables task * added 2 new resfinder string outputs to TheiaProk workflows (FASTA, SE, ONT). also added to export_taxon_tables inputs. renamed call block alias for resfinder in theiaprok_ONT to match other workflows * lots of changes to ResFinder task. Added support for Shigella species to be run through E.coli pointfinder database, changed output file extensions for TSVs, exposed cpu and memory optional inputs, changed name of 2 input params to be more recognizeable * update CI * added required string output for resfinder: resfinder_predicted_pheno_resistance which is semicolon delimited output of "<antimicrobial>: <Genetic background>" * added required output String for resfinder task "resfinder_predicted_xdr_shigella" which checks for predicted resistance to ceftriazone, azithromycin, ciprofloxacin, trimethoprim, fulfamethozazole, and ampicillin * added 2 new resfinder string outputs to theiaprok_illumina_pe outputs * added 2 new resfinder string outputs to theiaprok_illumina_pe workflow as well as export_taxon_tables task * added 2 new resfinder string outputs to TheiaProk workflows (FASTA, SE, ONT). also added to export_taxon_tables inputs. renamed call block alias for resfinder in theiaprok_ONT to match other workflows * typo in ceftriaxone * update CI * update CI * update CI * resfinder default cov is 0.5 (50%) to match CDC standard; shortened XDR status output strings; added 6 new string outputs with predicted resistance to 6 drugs in XDR classification * added 6 new String outputs from resfinder to theiaprok ILMN PE wf. tested successfully w miniwdl * more specific wording for XDR Shigella classification output. Might have XDR non-Shigella samples (like E. coli) that would still be relevant to user * added logic to clarify the final XDR shigella designation output column. Either "Not Shigella..." or "XDR Shigella" or "Not XDR Shigella" * updated output strings that I missed earlier * corrected typos with cases for 2 output filenames for string outputs * added 6 newer resfinder outputs to export_taxon_tables task and added same to export_taxon_tables task to input call block within theiaprok_illumina_pe workflow * added additional resfinder outputs to theiaprok FASTA, ILMN SE, and ONT outputs. also added these inputs to export_taxon_tables call block * update CI * change case * update md5sums * final md5sum update --------- Co-authored-by: Sage Wright <[email protected]>
- Loading branch information
1 parent
d68a45f
commit d46c26e
Showing
8 changed files
with
219 additions
and
46 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
Oops, something went wrong.