comparison encyclopedia_library_to_blib.xml @ 1:7603f590a1a1 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
author galaxyp
date Mon, 14 Sep 2020 16:59:24 +0000
parents d37d900794f6
children d080bb31e3dd
comparison
equal deleted inserted replaced
0:d37d900794f6 1:7603f590a1a1
2 <description>Convert EncyclopeDIA Library to BLIB for Skyline</description> 2 <description>Convert EncyclopeDIA Library to BLIB for Skyline</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="exit_code"><![CDATA[ 7 <command detect_errors="aggressive"><![CDATA[
8 EncyclopeDIA -convert -libtoblib 8 EncyclopeDIA -convert -libtoblib
9 -Djava.awt.headless=true -Duser.language=en-US -Duser.region=US
10 -Xmx\$[ \${GALAXY_MEMORY_MB:-20480} / 1024 ]g
11 -numberOfThreadsUsed "\${GALAXY_SLOTS:-4}"
9 -i '$i' 12 -i '$i'
10 -o '$output' 13 -o '$output'
11 #if $istest == 'yes' 14 #if $istest == 'yes'
12 && sqlite3 -readonly '$output' 'SELECT distinct peptideSeq FROM RefSpectra;' > '$test_output' 15 && sqlite3 -readonly '$output' 'SELECT distinct peptideSeq FROM RefSpectra;' > '$test_output'
13 #end if 16 #end if