Mercurial > repos > luis > ball
diff galaxy_stubs/TrajectoryFile2PDBSplitter.xml @ 2:605370bc1def draft default tip
Uploaded
author | luis |
---|---|
date | Tue, 12 Jul 2016 12:33:33 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy_stubs/TrajectoryFile2PDBSplitter.xml Tue Jul 12 12:33:33 2016 -0400 @@ -0,0 +1,64 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> +<!--Proposed Tool Section: [Convert, combine and store]--> +<tool id="TrajectoryFile2PDBSplitter" name="TrajectoryFile2PDBSplitter" version="1.1.0"> + <description>splits SnapShots into PDB files </description> + <macros> + <token name="@EXECUTABLE@">TrajectoryFile2PDBSplitter</token> + <import>macros.xml</import> + </macros> + <expand macro="stdio"/> + <expand macro="requirements"/> + <command>TrajectoryFile2PDBSplitter + +#if $param_i_traj: + -i_traj $param_i_traj +#end if +#if $param_i_pdb: + -i_pdb $param_i_pdb +#end if +#if $param_o: + -o $param_o +#end if +#if $adv_opts.adv_opts_selector=='advanced': + #if $adv_opts.param_o_id: + -o_id "$adv_opts.param_o_id" +#end if + #if $adv_opts.param_o_dir: + -o_dir "$adv_opts.param_o_dir" +#end if +#end if +</command> + <inputs> + <param name="param_i_traj" type="data" format="dcd" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="input trajectory file" help="(-i_traj) "/> + <param name="param_i_pdb" type="data" format="pdb" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="input pdb-file" help="(-i_pdb) "/> + <expand macro="advanced_options"> + <param name="param_o_id" type="text" size="30" value="$o.id" label="output id" help="(-o_id) "> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + <remove value="""/> + </valid> + </sanitizer> + </param> + <param name="param_o_dir" type="text" size="30" value="$__new_file_path__" label="output directory for 2nd to last pdb file" help="(-o_dir) "> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + <remove value="""/> + </valid> + </sanitizer> + </param> + </expand> + </inputs> + <outputs> + <data name="param_o" format="pdb"/> + </outputs> + <help>This tool splits SnapShots of a given TrajectoryFile and the reference PDBFile into separate PDBFiles. + +Parameters are the input SnapShots as TrajectoryFile (-i_traj), the corresponding reference pdb file that was originally used to create the TrajectoryFile (-i_pdb) and a naming schema for the results (-o). + +Output of this tool is a number of PDBFiles each containing one SnapShot. + +</help> +</tool>