Previous changeset 0:9025f297a511 (2022-03-29) Next changeset 2:08b5b0977c61 (2022-03-29) |
Commit message:
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metanovo commit 1ae5ba121b7274f47ce5fc35db0965d3c9b0c451" |
modified:
metanovo.xml |
b |
diff -r 9025f297a511 -r 6066b729f9aa metanovo.xml --- a/metanovo.xml Tue Mar 29 16:54:19 2022 +0000 +++ b/metanovo.xml Tue Mar 29 19:30:21 2022 +0000 |
[ |
@@ -7,12 +7,13 @@ </requirements> <macros> <token name="@TOOL_VERSION@">1.9.4</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@SUBSTITUTION_RX@">[^\w\-\.]</token> <import>macros_modifications.xml</import> </macros> <command> <![CDATA[ + #import re #set $mgf_dir = 'mgf_files' #set $fasta_dir = 'fasta_file' #set fasta_name = re.sub('@SUBSTITUTION_RX@', '_', str($input_fasta.element_identifier)) |