File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 extra : " "
2424
2525panaroo :
26+ skip : False
2627 remove_source : " cmsearch"
2728 remove_feature : " tRNA|rRNA|ncRNA|exon|sequence_feature"
2829 extra : " --clean-mode strict --remove-invalid-genes"
Original file line number Diff line number Diff line change 2323 extra : " "
2424
2525panaroo :
26+ skip : False
2627 remove_source : " cmsearch"
2728 remove_feature : " tRNA|rRNA|ncRNA|exon|sequence_feature"
2829 extra : " --clean-mode strict --remove-invalid-genes"
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ properties:
8383 panaroo :
8484 type : object
8585 properties :
86+ skip :
87+ type : boolean
88+ description : Whether to skip Panaroo analysis
8689 remove_source :
8790 type : string
8891 description : Source types to remove in Panaroo (regex supported)
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def get_final_input(wildcards):
5858 "results/qc/quast/{tool}/report.txt" ,
5959 tool = config ["tool" ],
6060 )
61- if len (samples .index ) > 1 :
61+ if len (samples .index ) > 1 and not config [ "panaroo" ][ "skip" ] :
6262 inputs += expand (
6363 "results/qc/panaroo/{tool}/summary_statistics.txt" ,
6464 tool = config ["tool" ],
You can’t perform that action at this time.
0 commit comments