Mercurial > repos > agpetit > cut_trajectory
diff 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 |
line wrap: on
line diff
--- a/cut_trajectory.xml Tue Jun 21 13:37:12 2022 +0000 +++ b/cut_trajectory.xml Mon Jul 11 13:15:12 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="cut_trajectory" name="cut trajectory" version="0.1.0" python_template_version="3.5" profile="@GALAXY_VERSION@"> +<tool id="cut_trajectory" name="cut trajectory" version="1.0.0" python_template_version="3.5" profile="@GALAXY_VERSION@"> <macros> <token name="@TOOL_VERSION@">2022</token> <token name="@GALAXY_VERSION@">21.05</token> @@ -33,7 +33,7 @@ --number_cpus "\${GALAXY_SLOTS:-1}" ]]></command> <inputs> - <param name="gro_file" type="data" format="gro" help="Put your .gro file"/> + <param name="gro_file" type="data" format="gro" help="Put your .gro file"/> <param name="xtc_file" type="data" format="xtc" help="Put your .xtc file"/> <conditional name="sub_traj"> <param name="number_sub_traj" type="select" label="Number of sub-trajectories">
