Mercurial > repos > chemteam > ambertools_parmchk2
annotate parmchk2.xml @ 6:6aa2b60f3195 draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 4a3f58846bcad26240ccdc6b76e8f4d2cbe63631"
author | chemteam |
---|---|
date | Mon, 25 Jan 2021 11:15:31 +0000 |
parents | 00ff41b1d49a |
children |
rev | line source |
---|---|
6
6aa2b60f3195
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 4a3f58846bcad26240ccdc6b76e8f4d2cbe63631"
chemteam
parents:
2
diff
changeset
|
1 <tool id="ambertools_parmchk2" name="ParmChk2" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> |
2
00ff41b1d49a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
0
diff
changeset
|
2 <description>- Amber's parameter checker</description> |
0
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
3 <macros> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
4 <import>macros.xml</import> |
6
6aa2b60f3195
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 4a3f58846bcad26240ccdc6b76e8f4d2cbe63631"
chemteam
parents:
2
diff
changeset
|
5 <token name="@GALAXY_VERSION@">0</token> |
0
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
6 </macros> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
7 <expand macro="requirements"></expand> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
8 <command detect_errors="exit_code"> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
9 <![CDATA[ |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
10 parmchk2 -i '$input1' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
11 -f '$input1.ext' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
12 -s '$allparams.s' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
13 -a '$allparams.a' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
14 -o '$output1' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
15 ]]> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
16 </command> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
17 <inputs> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
18 <param type="data" name="input1" label="Molecular input (mol2)" format="mol2"/> |
2
00ff41b1d49a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
0
diff
changeset
|
19 <section name="allparams" title="General parameters" expanded="true"> |
0
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
20 <param name="s" type="select" display="radio" label="FFparm set parameter" help="(-s)"> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
21 <option selected="True" value="1">1: gaff</option> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
22 <option value="2">2: gaff2</option> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
23 </param> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
24 <param name="a" type="boolean" checked="false" truevalue="Y" falsevalue="N" label="Print all force field parameters" help="(-a)"/> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
25 </section> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
26 </inputs> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
27 <outputs> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
28 <data format="txt" name="output1" label="${tool.name}: frcmod output"></data> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
29 </outputs> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
30 <tests> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
31 <test> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
32 <param name="input1" value="LigA_prmchk.mol2"/> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
33 <section name="allparams"> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
34 <param name="s" value="2"/> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
35 </section> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
36 <output name="output1" file="LigA_output.txt" compare="diff" lines_diff="0"></output> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
37 </test> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
38 </tests> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
39 <help> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
40 <![CDATA[ |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
41 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
42 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
43 **What it does** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
44 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
45 Antechamber parameter check reads in a mol2 file and writes out a force field modification (frcmod) file containing any force field parameters that are needed for the molecule but not supplied by the force field file. |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
46 Problematic parameters, if any, are indicated in the frcmod file with the note, “ATTN, need revision”, and are typically given values of zero. |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
47 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
48 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
49 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
50 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
51 **How it works** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
52 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
53 - Select a mol input file (mol2) |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
54 - Choose GAFF or GAFF2 parameter set |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
55 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
56 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
57 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
58 **Outputs created** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
59 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
60 - Outputs a frcmod file as text |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
61 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
62 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
63 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
64 **User guide and documentation** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
65 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
66 - AmberTools `userguide`_ |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
67 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
68 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
69 .. _`userguide`: http://ambermd.org/doc12/Amber19.pdf |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
70 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
71 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
72 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
73 **Feature requests** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
74 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
75 Go to Galaxy Computational Chemistry and make a `feature request`_ |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
76 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
77 .. _`feature request`: https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/issues/new |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
78 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
79 ]]> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
80 </help> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
81 <expand macro="citations"/> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
82 </tool> |