Mercurial > repos > chemteam > mdanalysis_distance
annotate macros.xml @ 2:46892d756cec draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 8e1fece3eaef36823e90f5d10f8bb8b809544c55
author | chemteam |
---|---|
date | Sun, 13 Jan 2019 03:22:41 -0500 |
parents | c33b972fe040 |
children | 489b25966bb9 |
rev | line source |
---|---|
0
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
1 <macros> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
2 <token name="@VERSION@">0.18</token> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
3 <xml name="requirements"> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
4 <requirements> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
5 <requirement type="package" version="0.18.0">mdanalysis</requirement> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
6 </requirements> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
7 </xml> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
8 <xml name="analysis_inputs"> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
9 <param format="dcd" name="dcdin" type="data" label="dcd trajectory input"/> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
10 <param format="pdb" name="pdbin" type="data" label="pdb input"/> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
11 <yield/> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
12 </xml> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
13 <xml name="tests_inputs"> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
14 <param name="dcdin" value="test.dcd" /> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
15 <param name="pdbin" value="test.pdb" /> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
16 <yield/> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
17 </xml> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
18 <xml name="citations"> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
19 <citations> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
20 <citation type="doi">10.1002/jcc.21787</citation> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
21 </citations> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
22 </xml> |
c33b972fe040
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit c32fe331f438df7760084b27bafad9f78f01edde
chemteam
parents:
diff
changeset
|
23 </macros> |