comparison qcxms_prod_run.xml @ 1:bc099c440016 draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/qcxms commit b33d814384657d9ff2357f86529e9cad49a6c2f9
author recetox
date Tue, 27 Feb 2024 16:20:31 +0000
parents bf836aaeca19
children b566b27247f7
comparison
equal deleted inserted replaced
0:bf836aaeca19 1:bc099c440016
1 <tool id="qcxms_production_run" name="QCxMS production run" version="@TOOL_VERSION@+galaxy0" profile="21.05"> 1 <tool id="qcxms_production_run" name="QCxMS production run" version="@TOOL_VERSION@+galaxy1" profile="21.05">
2 <description>Production run to obtain a QCxMS simulated mass spectrum</description> 2 <description>Production run to obtain a QCxMS simulated mass spectrum</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
8 <expand macro="creator"/> 8 <expand macro="creator"/>
9 <expand macro="requirements"/> 9 <expand macro="requirements"/>
10 10
11 <command detect_errors="exit_code"><![CDATA[ 11 <command detect_errors="exit_code"><![CDATA[
12 python3 '${create_folder_structure}' && 12 python3 '${create_folder_structure}' &&
13 find TMPQCXMS/*/ -type d | xargs -I {} -P ${GALAXY_SLOTS} sh -c 'cd {} && /qcxms_bin/qcxms --prod >> $log' && 13 find TMPQCXMS/*/ -type d | xargs -I {} -P \${GALAXY_SLOTS:-1} sh -c 'cd {} && /qcxms_bin/qcxms --prod >> $log' &&
14 /qcxms_bin/getres && 14 /qcxms_bin/getres &&
15 /plotms_bin/PlotMS.v.6.2.0/plotms && 15 /plotms_bin/PlotMS.v.6.2.0/plotms &&
16 sh ${__tool_directory__}/msp_out.sh 16 sh ${__tool_directory__}/msp_out.sh
17 ]]></command> 17 ]]></command>
18 18