comparison metanovo.xml @ 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
comparison
equal deleted inserted replaced
0:9025f297a511 1:6066b729f9aa
5 <requirements> 5 <requirements>
6 <requirement type="package" version="@TOOL_VERSION@">metanovo</requirement> 6 <requirement type="package" version="@TOOL_VERSION@">metanovo</requirement>
7 </requirements> 7 </requirements>
8 <macros> 8 <macros>
9 <token name="@TOOL_VERSION@">1.9.4</token> 9 <token name="@TOOL_VERSION@">1.9.4</token>
10 <token name="@VERSION_SUFFIX@">0</token> 10 <token name="@VERSION_SUFFIX@">1</token>
11 <token name="@SUBSTITUTION_RX@">[^\w\-\.]</token> 11 <token name="@SUBSTITUTION_RX@">[^\w\-\.]</token>
12 <import>macros_modifications.xml</import> 12 <import>macros_modifications.xml</import>
13 </macros> 13 </macros>
14 <command> 14 <command>
15 <![CDATA[ 15 <![CDATA[
16 #import re
16 #set $mgf_dir = 'mgf_files' 17 #set $mgf_dir = 'mgf_files'
17 #set $fasta_dir = 'fasta_file' 18 #set $fasta_dir = 'fasta_file'
18 #set fasta_name = re.sub('@SUBSTITUTION_RX@', '_', str($input_fasta.element_identifier)) 19 #set fasta_name = re.sub('@SUBSTITUTION_RX@', '_', str($input_fasta.element_identifier))
19 mkdir $mgf_dir && 20 mkdir $mgf_dir &&
20 mkdir $fasta_dir && 21 mkdir $fasta_dir &&