# HG changeset patch # User galaxyp # Date 1648587222 0 # Node ID 4a851c02f558ac4ba61c55fc5e26ae3a1b74a7bd # Parent 08b5b0977c6136ee752bc5acc5969b05fa9bdb2d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metanovo commit 420ef6b0ee91e44ed354366a55575c1aa504e380" diff -r 08b5b0977c61 -r 4a851c02f558 metanovo.xml --- a/metanovo.xml Tue Mar 29 19:58:34 2022 +0000 +++ b/metanovo.xml Tue Mar 29 20:53:42 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 &&