comparison cut_trajectory.xml @ 9:adb40c1365a5 draft default tip

"planemo upload for repository https://github.com/mesocentre-clermont-auvergne/aubi_piaf commit 83670d9ceed855c9f58e0fa63a682edcaace5354-dirty"
author agpetit
date Mon, 11 Jul 2022 13:15:12 +0000
parents 763261d4720d
children
comparison
equal deleted inserted replaced
8:ccd03d6e7c49 9:adb40c1365a5
1 <tool id="cut_trajectory" name="cut trajectory" version="0.1.0" python_template_version="3.5" profile="@GALAXY_VERSION@"> 1 <tool id="cut_trajectory" name="cut trajectory" version="1.0.0" python_template_version="3.5" profile="@GALAXY_VERSION@">
2 <macros> 2 <macros>
3 <token name="@TOOL_VERSION@">2022</token> 3 <token name="@TOOL_VERSION@">2022</token>
4 <token name="@GALAXY_VERSION@">21.05</token> 4 <token name="@GALAXY_VERSION@">21.05</token>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
31 #end if 31 #end if
32 --group_output $group.select_group 32 --group_output $group.select_group
33 --number_cpus "\${GALAXY_SLOTS:-1}" 33 --number_cpus "\${GALAXY_SLOTS:-1}"
34 ]]></command> 34 ]]></command>
35 <inputs> 35 <inputs>
36 <param name="gro_file" type="data" format="gro" help="Put your .gro file"/> 36 <param name="gro_file" type="data" format="gro" help="Put your .gro file"/>
37 <param name="xtc_file" type="data" format="xtc" help="Put your .xtc file"/> 37 <param name="xtc_file" type="data" format="xtc" help="Put your .xtc file"/>
38 <conditional name="sub_traj"> 38 <conditional name="sub_traj">
39 <param name="number_sub_traj" type="select" label="Number of sub-trajectories"> 39 <param name="number_sub_traj" type="select" label="Number of sub-trajectories">
40 <option value="file">with estimation file</option> 40 <option value="file">with estimation file</option>
41 <option value="no_file">without estimation file</option> 41 <option value="no_file">without estimation file</option>