Mercurial > repos > galaxyp > metanovo
changeset 1:6066b729f9aa draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metanovo commit 1ae5ba121b7274f47ce5fc35db0965d3c9b0c451"
author | galaxyp |
---|---|
date | Tue, 29 Mar 2022 19:30:21 +0000 |
parents | 9025f297a511 |
children | 08b5b0977c61 |
files | metanovo.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))