-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New output columns from TBProfiler Task (#217)
* TBProfiler Task Update to include 5 new optinal columns: tbprofiler_additional_outputs_csv, tbprofiler_gene_name, tbprofiler_locus_tag, tbprofiler_variant_substitutions, tbprofiler_output_seq_method_type. All dependent on the conditional boolean input tbprofiler_additional_outputs * add new tbprofiler outputs to merlin_magic, broad_terra_tools table, theiaprok_illumina_pe and theiaprok_illumina_se * fix bug when annotation field was not present * fix bug on additional csv file where column header was duplicated; restored number of tries to original value * add same changes as tbprofiler task to tbprofiler_ont task * update docker image * fix issue when setting tbprofiler_additional_outputs=false and wdl failing due to missing files * make cpu variable optional * set tbprofiler_additional_outputs variable to false as default * fix optional tbprofiler inputs not showing up on terra table * propagate changes from tbprofiler to tbprofiler_ont * expand list of genes of interest for internal report * add confidence to internal table * add rew csv report file for laboratorian * add new tbprofiler tbprofiler_laboratorian_report_csv to theiaprok_illumina_pe, theiaprok_illumina_se and broad_terra_tools table * add fix for when who_confidence field is missing an annotation, but exists * add exceptions for when annotation field exists but it's empty, add exception for when depth is null instead of 0 * fix number of retries * update low coverage warning to match min_depth defined in the tbprofiler run; update tbprofiler_ont to match tbprofiler task * Add new warnings for: deletion; low depth of coverage and low frequency
- Loading branch information
Showing
5 changed files
with
275 additions
and
19 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
Oops, something went wrong.