comparison encyclopedia_fasta_to_prosit_csv.xml @ 2:b2ae586dc13b draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 0bb79ebbaf73fe6e902f6ef20cc9c9741063bf34
author galaxyp
date Tue, 17 May 2022 14:54:48 +0000
parents 469da8c03202
children
comparison
equal deleted inserted replaced
1:469da8c03202 2:b2ae586dc13b
2 <description>Create Prosit CSV Input From a Protein FASTA</description> 2 <description>Create Prosit CSV Input From a Protein FASTA</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <command detect_errors="aggressive"><![CDATA[ 7 <command detect_errors="exit_code"><![CDATA[
8 EncyclopeDIA -convert -fastatoprositcsv 8 EncyclopeDIA -convert -fastatoprositcsv
9 -i '$i' 9 -i '$i'
10 -numberOfThreadsUsed "\${GALAXY_SLOTS:-4}" 10 -numberOfThreadsUsed "\${GALAXY_SLOTS:-4}"
11 -minCharge $minCharge 11 -minCharge $minCharge
12 -maxCharge $maxCharge 12 -maxCharge $maxCharge