Mercurial > repos > chemteam > mdanalysis_angle
annotate angle.xml @ 6:97324a3a94ba draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
| author | chemteam |
|---|---|
| date | Wed, 20 May 2020 16:55:08 +0000 |
| parents | 8a5c112aa0f1 |
| children |
| rev | line source |
|---|---|
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
1 <tool id="mdanalysis_angle" name="Angle Analysis" version="@VERSION@"> |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
2 <description>- time series of Angles</description> |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
3 <macros> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
5 </macros> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
7 <command detect_errors="exit_code"> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
8 <![CDATA[ |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
9 python '$__tool_directory__/angle.py' |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
10 --itraj '$trajin' |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
11 --istr '$strin' |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
12 --itrajext '$trajin.ext' |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
13 --istrext '$strin.ext' |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
14 --isegid1 '$segid1' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
15 --iresid1 '$resid1' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
16 --iname1 '$name1' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
17 --isegid2 '$segid2' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
18 --iresid2 '$resid2' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
19 --iname2 '$name2' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
20 --isegid3 '$segid3' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
21 --iresid3 '$resid3' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
22 --iname3 '$name3' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
23 --output '$output' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
24 --oangle_plot '$angle_plot' |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
25 2>&1 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
26 ]]></command> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
27 <inputs> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
28 <expand macro="analysis_inputs"/> |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
29 <param name="segid1" type="text" value="PRO" label="Segment ID of atom 1"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
30 <param name="resid1" type="text" value="212" label="Residue ID of atom 1"/> |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
31 <param name="name1" type="text" value="OE2" label="Atom name of atom 1"/> |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
32 <param name="segid2" type="text" value="HET" label="Segment ID of atom 2"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
33 <param name="resid2" type="text" value="3" label="Residue ID of atom 2"/> |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
34 <param name="name2" type="text" value="C1" label="Atom name of atom 2"/> |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
35 <param name="segid3" type="text" value="HET" label="Segment ID of atom 3"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
36 <param name="resid3" type="text" value="3" label="Residue ID of atom 3"/> |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
37 <param name="name3" type="text" value="C2" label="Atom name of atom 3"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
38 </inputs> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
39 <outputs> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
40 <data format="tabular" name="output" label="Angle Analysis raw data"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
41 <data format="png" name="angle_plot" label="Angle Analysis Plot"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
42 </outputs> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
43 <tests> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
44 <test> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
45 <expand macro="tests_inputs"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
46 <param name="segid1" value="PRO"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
47 <param name="resid1" value="212"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
48 <param name="name1" value="OE2"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
49 <param name="segid2" value="HET"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
50 <param name="resid2" value="3"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
51 <param name="name2" value="C1"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
52 <param name="segid3" value="HET"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
53 <param name="resid3" value="3"/> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
54 <param name="name3" value="C2"/> |
|
2
72aaaa34dda5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 8e1fece3eaef36823e90f5d10f8bb8b809544c55
chemteam
parents:
0
diff
changeset
|
55 <output name="output" file="Angle_Analysis_raw_data.tabular" /> |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
56 </test> |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
57 <test> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
58 <expand macro="tests_inputs_gmx"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
59 <param name="segid1" value="SYSTEM"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
60 <param name="resid1" value="212"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
61 <param name="name1" value="OE2"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
62 <param name="segid2" value="SYSTEM"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
63 <param name="resid2" value="3"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
64 <param name="name2" value="C1"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
65 <param name="segid3" value="SYSTEM"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
66 <param name="resid3" value="3"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
67 <param name="name3" value="C2"/> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
68 <output name="output"> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
69 <assert_contents> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
70 <has_n_columns n="2" /> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
71 <has_line_matching expression="0.0\t70.*" /> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
72 <has_line_matching expression="10.0\t71.*" /> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
73 <has_line_matching expression="11.0\t81.*" /> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
74 </assert_contents> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
75 </output> |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
76 </test> |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
77 </tests> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
78 <help><![CDATA[ |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
79 .. class:: infomark |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
80 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
81 **What it does** |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
82 |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
83 This tool calculates and plots the angle between three atoms. |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
84 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
85 _____ |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
86 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
87 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
88 .. class:: infomark |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
89 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
90 **Input** |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
91 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
92 - Trajectory file (DCD). |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
93 - PDB file. |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
94 - Segment IDs, residue IDs and names of the three atoms for calculating angles. |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
95 |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
96 Note that a MDAnalysis 'segment' is a larger organizational unit, for example one protein or all the solvent molecules or simply the whole system. |
|
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
97 |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
98 _____ |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
99 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
100 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
101 .. class:: infomark |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
102 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
103 **Output** |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
104 |
|
4
8a5c112aa0f1
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
105 - Tab-separated file of raw data of the angle between three atoms calculated for each frame. |
|
0
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
106 - Image (as png) of the time series graph. |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
107 |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
108 ]]></help> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
109 <expand macro="citations" /> |
|
b9e9c07a016d
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 6a59f07610c28b07f1d2d2b3badf3a9b8aacce50
chemteam
parents:
diff
changeset
|
110 </tool> |
