Mercurial > repos > bgruening > openduck_run_smd
annotate macros.xml @ 0:05c95b16823b draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
author | bgruening |
---|---|
date | Thu, 16 Apr 2020 08:25:46 -0400 |
parents | |
children |
rev | line source |
---|---|
0
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
1 <macros> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
2 <token name="@VERSION@">0.1.1</token> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
3 <xml name="requirements"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
4 <requirements> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
5 <requirement type="package" version="3.7">python</requirement> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
6 <requirement type="package" version="0.25.2">yank</requirement> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
7 <requirement type="package" version="1.6">pdbfixer</requirement> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
8 <requirement type="package" version="0.6.0">openforcefield</requirement> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
9 <requirement type="package" version="3.2.0">parmed</requirement> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
10 <requirement type="package" version="@VERSION@">openduck</requirement> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
11 </requirements> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
12 </xml> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
13 <xml name="interaction_params"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
14 <section name="ia" title="Parameters for the protein-ligand interaction" expanded="true"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
15 <param argument="chain_sel" type="text" label="Chain ID for selection" help="E.g. 'A', 'B', etc."> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
16 <validator type="regex" message="Invalid chain ID">^[A-Z]$</validator> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
17 </param> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
18 <param argument="res_sel" type="text" label="Three letter residue code for selection" help="E.g. 'ASP', 'TYR', etc."> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
19 <validator type="regex" message="Invalid chain ID">^[A-Z]{3}$</validator> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
20 </param> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
21 <param argument="resid_sel" type="text" label="Residue ID for selection" help="Position of residue in sequence, e.g. 163"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
22 <validator type="regex" message="Invalid chain ID">^[0-9]+$</validator> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
23 </param> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
24 <param argument="atom_sel" type="text" label="Atom to select within the chosen residue" help="E.g. 'OD2'"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
25 <validator type="regex" message="Invalid chain ID">^[A-Z0-9]+$</validator> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
26 </param> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
27 </section> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
28 </xml> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
29 <xml name="tar_param"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
30 <param argument="return_tar" type="boolean" checked="true" label="Return a tar file?" help="Return a tar file containing all files produced during the simulations."/> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
31 </xml> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
32 <xml name="tar_output"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
33 <data name="tar" format="tar" from_work_dir="allfiles.tar.gz" label="${tool.name} tarball"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
34 <filter>return_tar</filter> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
35 </data> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
36 </xml> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
37 <xml name="citations"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
38 <citations> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
39 <citation type="doi">10.1038/nchem.2660</citation> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
40 <citation type="bibtex"> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
41 @misc{Bradley2019, |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
42 author = {Bradley, Anthony}, |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
43 title = {OpenDUck source code}, |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
44 year = {2019}, |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
45 publisher = {GitHub}, |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
46 journal = {GitHub repository}, |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
47 howpublished = {URL: https://github.com/xchem/duck}, |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
48 commit = {b98bb78284e9c92837ac1e69fc2f06306ab1e28c} |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
49 } |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
50 </citation> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
51 </citations> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
52 </xml> |
05c95b16823b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openduck commit a10eecd64de8f147547c4e3929497f87773c43f9"
bgruening
parents:
diff
changeset
|
53 </macros> |