annotate encyclopedia_library_to_blib.xml @ 2:99297071f4b5 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:10 +0000
parents 6278dd24a860
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
6278dd24a860 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 64740168b7816f0fe38f6f0629cb7e618cd42878"
galaxyp
parents: 0
diff changeset
1 <tool id="encyclopedia_library_to_blib" name="ConvertLibraryToBlib" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
0
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
2 <description>Convert EncyclopeDIA Library to BLIB for Skyline</description>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
3 <macros>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
4 <import>macros.xml</import>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
5 </macros>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
6 <expand macro="requirements" />
2
99297071f4b5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 0bb79ebbaf73fe6e902f6ef20cc9c9741063bf34
galaxyp
parents: 1
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
0
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
8 EncyclopeDIA -convert -libtoblib
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
9 -Djava.awt.headless=true -Duser.language=en-US -Duser.region=US
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
10 -Xmx\$[ \${GALAXY_MEMORY_MB:-20480} / 1024 ]g
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
11 -numberOfThreadsUsed "\${GALAXY_SLOTS:-4}"
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
12 -i '$i'
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
13 -o '$output'
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
14 #if $istest == 'yes'
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
15 && sqlite3 -readonly '$output' 'SELECT distinct peptideSeq FROM RefSpectra;' > '$test_output'
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
16 #end if
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
17 ]]></command>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
18 <inputs>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
19 <param argument="-i" type="data" format="elib,dlib" label="Library: Chromatagram .ELIB or Spectrum .DLIB"/>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
20 <param name="istest" type="hidden" value="no"/>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
21 </inputs>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
22 <outputs>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
23 <data name="output" format="blib" label="${i.name} blib"/>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
24 <data name="test_output" format="txt" >
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
25 <filter>istest == 'yes'</filter>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
26 </data>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
27 </outputs>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
28 <tests>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
29 <test>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
30 <param name="i" ftype="dlib" value="PrositLib.dlib"/>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
31 <param name="istest" value="yes"/>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
32 <output name="test_output" ftype="txt">
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
33 <assert_contents>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
34 <has_text text="AGGVLHDDENLWSFGK"/>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
35 </assert_contents>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
36 </output>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
37 </test>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
38 </tests>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
39 <help><![CDATA[
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
40 Convert EncyclopeDIA Library to BLIB for Skyline.
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
41 ]]></help>
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
42 <expand macro="citations" />
0202b8f3a516 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff changeset
43 </tool>