Mercurial > repos > galaxyp > encyclopedia_prosit_csv_to_library
comparison encyclopedia_prosit_csv_to_library.xml @ 2:2aad7301632d 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:55:55 +0000 |
parents | 0e25453fbee7 |
children |
comparison
equal
deleted
inserted
replaced
1:0e25453fbee7 | 2:2aad7301632d |
---|---|
2 <description>Convert Prosit/Spectronaut CSV to EncyclopeDIA DLIB library</description> | 2 <description>Convert Prosit/Spectronaut CSV to EncyclopeDIA DLIB library</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 -prositcsvtolibrary | 8 EncyclopeDIA -convert -prositcsvtolibrary |
9 -numberOfThreadsUsed "\${GALAXY_SLOTS:-4}" | 9 -numberOfThreadsUsed "\${GALAXY_SLOTS:-4}" |
10 -i '$i' | 10 -i '$i' |
11 -f '$f' | 11 -f '$f' |
12 -o '$output' | 12 -o '$output' |