Mercurial > repos > chemteam > ambertools_parmchk2
annotate parmchk2.xml @ 0:a1a204464657 draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
author | chemteam |
---|---|
date | Thu, 13 Jun 2019 03:52:29 -0400 |
parents | |
children | 00ff41b1d49a |
rev | line source |
---|---|
0
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
1 <tool id="ambertools_parmchk2" name="ParmChk2" version="@VERSION@"> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
2 <description>Amber's parameter checker</description> |
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> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
5 </macros> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
6 <expand macro="requirements"></expand> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
7 <command detect_errors="exit_code"> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
8 <![CDATA[ |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
9 parmchk2 -i '$input1' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
10 -f '$input1.ext' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
11 -s '$allparams.s' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
12 -a '$allparams.a' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
13 -o '$output1' |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
14 ]]> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
15 </command> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
16 <inputs> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
17 <param type="data" name="input1" label="Molecular input (mol2)" format="mol2"/> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
18 <section name="allparams" title="General Parameters" expanded="true"> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
19 <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
|
20 <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
|
21 <option value="2">2: gaff2</option> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
22 </param> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
23 <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
|
24 </section> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
25 </inputs> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
26 <outputs> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
27 <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
|
28 </outputs> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
29 <tests> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
30 <test> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
31 <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
|
32 <section name="allparams"> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
33 <param name="s" value="2"/> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
34 </section> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
35 <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
|
36 </test> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
37 </tests> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
38 <help> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
39 <![CDATA[ |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
40 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
41 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
42 **What it does** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
43 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
44 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
|
45 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
|
46 |
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 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
49 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
50 **How it works** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
51 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
52 - Select a mol input file (mol2) |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
53 - Choose GAFF or GAFF2 parameter set |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
54 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
55 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
56 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
57 **Outputs created** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
58 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
59 - Outputs a frcmod file as text |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
60 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
61 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
62 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
63 **User guide and documentation** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
64 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
65 - AmberTools `userguide`_ |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
66 |
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 .. _`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
|
69 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
70 .. class:: infomark |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
71 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
72 **Feature requests** |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
73 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
74 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
|
75 |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
76 .. _`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
|
77 |
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 </help> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
80 <expand macro="citations"/> |
a1a204464657
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
81 </tool> |