comparison egapx_runner.xml @ 4:6592ae57bb8b draft

planemo upload for repository https://github.com/ncbi/egapx commit cb2d8304fde9fad4348296c3a51b7992ac5b83bb
author fubar
date Sun, 04 Aug 2024 00:57:18 +0000
parents a3b158471bd3
children 6effccc966d0
comparison
equal deleted inserted replaced
3:9b1c2fb3b218 4:6592ae57bb8b
12 #set econfigfile = $econfig + '.config' 12 #set econfigfile = $econfig + '.config'
13 cp '$__tool_directory__/ui/assets/config/executor/$econfigfile' ./egapx_config/ && 13 cp '$__tool_directory__/ui/assets/config/executor/$econfigfile' ./egapx_config/ &&
14 python '$__tool_directory__/ui/egapx.py' '$yamlconfig' -e '$econfig' -o 'egapx_out']]></command> 14 python '$__tool_directory__/ui/egapx.py' '$yamlconfig' -e '$econfig' -o 'egapx_out']]></command>
15 <inputs> 15 <inputs>
16 <param name="yamlconfig" type="data" optional="false" label="egapx configuration yaml file to execute" help="" format="yaml,txt" multiple="false"/> 16 <param name="yamlconfig" type="data" optional="false" label="egapx configuration yaml file to execute" help="" format="yaml,txt" multiple="false"/>
17 <param name="econfig" type="select" label="Configuration" help=""> 17 <param name="econfig" type="select" label="Workflow run configuration to suit the machine in use" help="Docker minimal will run the sample minimal dustmite yaml">
18 <option value="docker_minimal">docker minimal only works for the minimal dust mite sample using 6GB and 4 cores</option> 18 <option value="docker_minimal">Docker_minimal supports only the minimal dust mite example yaml using 6GB and 4 cores</option>
19 <option value="singularity">singularity requires at least 128GB ram and 32 cores. 256GB and 64 cores recommendd</option> 19 <option value="singularity">Singularity requires at least 128GB ram and 32 cores. 256GB and 64 cores recommended</option>
20 <option value="docker">docker requires at least 128GB ram and 32 cores. 256GB and 64 cores recommend</option> 20 <option value="docker">Docker requires at least 128GB ram and 32 cores. 256GB and 64 cores recommended</option>
21 </param> 21 </param>
22 </inputs> 22 </inputs>
23 <outputs> 23 <outputs>
24 <collection name="egapx_out" type="list" label="Outputs from egapx"> 24 <collection name="egapx_out" type="list" label="Outputs from egapx">
25 <discover_datasets pattern="__name_and_ext__" directory="egapx_out" visible="false"/> 25 <discover_datasets pattern="__name_and_ext__" directory="egapx_out" visible="false"/>