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