diff --git a/tools/srst2/macros.xml b/tools/srst2/macros.xml index 5a9a6f23cea..2dfe8629d0d 100644 --- a/tools/srst2/macros.xml +++ b/tools/srst2/macros.xml @@ -1,7 +1,7 @@ 0.2.0 - 1 + 2 20.01 diff --git a/tools/srst2/srst2.xml b/tools/srst2/srst2.xml index ca0f279334d..60947199025 100644 --- a/tools/srst2/srst2.xml +++ b/tools/srst2/srst2.xml @@ -103,9 +103,11 @@ srst2 #if 'report_new_consensus' in str($output_files_selector) and $use_gene_db.selector == "yes" and $use_mlst_db.selector == "yes" && mkdir -p allelesOutput/ && cp *.output__input.*.pileup allelesOutput | true #end if + #if $use_gene_db.selector == "yes" and $use_gene_db.no_gene_details -&& mkdir -p geneTypingOutput/ && cp output__genes__*__results.txt geneTypingOutput | true && cp output__fullgenes__*__results.txt geneTypingOutput | true +&& mkdir -p geneTypingOutput/ geneTypingOutputFull/ && cp output__genes__*__results.txt geneTypingOutput | true && cp output__fullgenes__*__results.txt geneTypingOutputFull | true #end if + #if 'save_scores' in str($output_files_selector) && mkdir -p scoresOutput/ && cp *.scores scoresOutput | true #end if @@ -154,7 +156,7 @@ srst2 - [A-Za-z0-9 =-_/+]+ + [A-Za-z0-9 =_/+-]+ @@ -198,7 +200,11 @@ srst2 use_mlst_db['selector'] == "yes" - + + use_gene_db['selector'] == "yes" and use_gene_db['no_gene_details'] is True + + + use_gene_db['selector'] == "yes" and use_gene_db['no_gene_details'] is True @@ -227,7 +233,7 @@ srst2 - + @@ -264,13 +270,15 @@ srst2 - + - + + +