# HG changeset patch # User iuc # Date 1730120933 0 # Node ID f995ba9f1caa694573a1fe00c9f0d9f5ff925670 # Parent 81cea47ec685d6b7b3db39fcce625611c2edf286 planemo upload for repository https://github.com/katholt/srst2 commit 90275e51aa271edacdd9d277c441e38e99502c53 diff -r 81cea47ec685 -r f995ba9f1caa macros.xml --- a/macros.xml Mon Mar 18 12:32:11 2024 +0000 +++ b/macros.xml Mon Oct 28 13:08:53 2024 +0000 @@ -1,7 +1,7 @@ 0.2.0 - 1 + 2 20.01 diff -r 81cea47ec685 -r f995ba9f1caa srst2.xml --- a/srst2.xml Mon Mar 18 12:32:11 2024 +0000 +++ b/srst2.xml Mon Oct 28 13:08:53 2024 +0000 @@ -103,9 +103,11 @@ #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 @@ - [A-Za-z0-9 =-_/+]+ + [A-Za-z0-9 =_/+-]+ @@ -198,7 +200,11 @@ 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 @@ - + @@ -264,13 +270,15 @@ - + - + + +