Mercurial > repos > p.lucas > pdbselaltloc
changeset 1:ff6c61533f68 draft
Uploaded
| author | p.lucas |
|---|---|
| date | Thu, 06 May 2021 13:10:34 +0000 |
| parents | ed93b303798c |
| children | 3d61702143b6 |
| files | pdbselaltloc_wrapper.xml |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pdbselaltloc_wrapper.xml Thu May 06 13:06:42 2021 +0000 +++ b/pdbselaltloc_wrapper.xml Thu May 06 13:10:34 2021 +0000 @@ -1,13 +1,13 @@ -<tool id="PDBSELALTLOC" name="SELALTLOC" version="0"> +<tool id="PDBSELALTLOC" name="PDBSELALTLOC" version="0"> <description>Using pdb_selaltloc tool.</description> <command detect_errors="exit_code"><![CDATA[ source /home/galaxy/data/_conda/bin/activate pdbtools; - pdb_selaltloc '${input}' > '${output}'; + pdb_selaltloc -${option} '${input}' > '${output}'; source /home/galaxy/data/_conda/bin/deactivate ]]></command> <inputs> <param name="input" format="pdb" type="data" label="Select your PDB file."/> - <param name="opt" format="text" label="Specific altloc label to select."/> + <param name="option" type="text" label="Specific altloc label to select."/> </inputs> <outputs> <data name="output" format="pdb" />
