# HG changeset patch # User galaxyp # Date 1648587191 0 # Node ID 87b0221ad4c2cb8cbd99aa44ea8d3484ef5997ba # Parent c87590b7333e04f23d804fda396026c8aec6e261 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metanovo commit 420ef6b0ee91e44ed354366a55575c1aa504e380" diff -r c87590b7333e -r 87b0221ad4c2 metanovo.xml --- a/metanovo.xml Tue Mar 29 19:58:03 2022 +0000 +++ b/metanovo.xml Tue Mar 29 20:53:11 2022 +0000 @@ -7,7 +7,7 @@ 1.9.4 - 2 + 3 [^\w\-\.] macros_modifications.xml @@ -22,13 +22,13 @@ ln -s '$input_fasta' '$fasta_dir/$fasta_name' && #if $input_type.type == "collection" - #set mgf_names = [re.sub('@SUBSTITUTION_RX@', '_', str($n.element_identifier)) for $n in $input_type.input_mgf_collection] - #for $mgf_name in $mgf_names: - ln -s '$input' '$mgf_dir/$mgf_name' && + #for $input_mgf_item in $input_type.input_mgf_collection: + #set mgf_name = re.sub('@SUBSTITUTION_RX@', '_', str($input_mgf_item.element_identifier)) + ln -s '$input_mgf_item' '$mgf_dir/$mgf_name' && #end for #else #set mgf_name = re.sub('@SUBSTITUTION_RX@', '_', str($input_type.input_mgf.element_identifier)) - ln -s '$input_mgf' '$mgf_dir/$mgf_name' && + ln -s '$input_type.input_mgf' '$mgf_dir/$mgf_name' && #end if cat $metanovo_config > config.sh &&