Mercurial > repos > chemteam > ambertools_antechamber
annotate antechamber.xml @ 0:c01897428864 draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
author | chemteam |
---|---|
date | Thu, 13 Jun 2019 03:52:54 -0400 |
parents | |
children | 59a0424937cc |
rev | line source |
---|---|
0
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
1 <tool id="ambertools_antechamber" name="AnteChamber" version="@VERSION@"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
2 <description>Amber's molecular input file processor</description> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
3 <macros> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
4 <import>macros.xml</import> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
5 </macros> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
6 <expand macro="requirements"></expand> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
7 <command detect_errors="exit_code"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
8 <![CDATA[ |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
9 antechamber -i '$input1' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
10 -o '$output1' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
11 -fi '$input1.ext' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
12 -fo '$selected_output_format' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
13 -c '$allparams.c' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
14 -pf '$extraparams.pf' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
15 #if '$extraparams.usenc' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
16 -nc '$allparams.nc' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
17 #end if |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
18 -at '$allparams.at' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
19 -j '$allparams.j' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
20 -rn '$allparams.resname' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
21 -m '$allparams.m' |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
22 ]]> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
23 </command> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
24 <inputs> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
25 <param type="data" name="input1" label="Molecular input (PDB or mol2)" format="pdb,mol2"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
26 <param name="selected_output_format" type="select" label="Select an output file format (mol2 recommended!):"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
27 <option value="pdb">pdb</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
28 <option value="mol2" selected="true">mol2</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
29 </param> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
30 <section name="allparams" title="General Parameters" expanded="true"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
31 <param name="nc" type="integer" value="0" label="Net charge" min="-50" max="50" help="Specify the net charge for the molecule. Default is 0. (-nc)"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
32 <param name="m" type="integer" value="1" label="Multiplicity" min="1" max="10" help="Multiplicity, 2S+1. Default is 1. (-m)"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
33 <param name="resname" type="text" value="MOL" label="Residue name" help="From 1-3 characters allowed. Default is MOL. (-rn)"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
34 <param name="c" type="select" label="Charge method" help="Charge method to use for the calculations. AM1-BCC or RESP recommended (-c)"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
35 <option value="resp">RESP</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
36 <option selected="True" value="bcc">AM1-BCC</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
37 <option value="cm1">CM1</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
38 <option value="cm2">CM2</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
39 <option value="esp">ESP (Kollman)</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
40 <option value="mul">Mulliken</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
41 <option value="gas">Gasteiger</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
42 </param> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
43 <param name="at" type="select" label="Atom type" help="Create atom type for the specified forcefield (-at)"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
44 <option selected="True" value="gaff">gaff</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
45 <option value="gaff2">gaff2</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
46 <option value="amber">amber for PARM94/99/99SB</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
47 <option value="bcc">bcc</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
48 <option value="sybyl">sybyl</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
49 </param> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
50 <param name="j" type="select" label="Atom type and bond type prediction index" help="Specify how to run predictions (-j)"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
51 <option value="0">0 - No assignment</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
52 <option value="1">1 - atom type</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
53 <option value="2">2 - full bond types</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
54 <option value="3">3 - part bond types</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
55 <option selected="True" value="4">4 - atom and full bond type (default)</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
56 <option value="5">5 - atom and part bond type</option> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
57 </param> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
58 </section> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
59 <section name="extraparams" title="Additional Parameters" expanded="false"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
60 <param name="pf" type="boolean" checked="true" truevalue="yes" falsevalue="no" label="remove intermediate files (recommended)" help="(-pf)"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
61 <param name="usenc" type="boolean" checked="true" truevalue="True" falsevalue="False" label="use netcharge (recommended)" help="Can choose to let the charge be inferred by setting this to False."/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
62 </section> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
63 </inputs> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
64 <outputs> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
65 <data format="mol2" name="output1" label="${tool.name}: structure output"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
66 <change_format> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
67 <when input="selected_output_format" value="pdb" format="pdb"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
68 <when input="selected_output_format" value="mol2" format="mol2"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
69 <!-- <when input="selected_format" value="xyz" format="xyz"/> <when input="selected_format" value="tinker" format="tinker"/> <when input="selected_format" value="moldy" format="moldy"/> --> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
70 </change_format> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
71 </data> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
72 </outputs> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
73 <tests> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
74 <test> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
75 <param name="input1" value="LigA.mol2"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
76 <section name="allparams"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
77 <param name="nc" value="-2"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
78 <param name="c" value="AM1-BCC"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
79 <param name="at" value="gaff2"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
80 <param name="j" value="5 - atom and part bond type"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
81 </section> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
82 <output name="output1" file="LigA_output.mol2" compare="diff" lines_diff="0"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
83 <assert_contents> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
84 <has_text text=" 1 C 49.2110 26.9920 85.5530 c2 1 MOL"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
85 </assert_contents> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
86 </output> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
87 </test> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
88 <test> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
89 <param name="input1" value="LigA.pdb" ftype="pdb"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
90 <param name="selected_output_format" value="pdb"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
91 <section name="allparams"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
92 <param name="nc" value="-2"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
93 <param name="c" value="AM1-BCC"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
94 <param name="at" value="gaff2"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
95 <param name="j" value="5 - atom and part bond type"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
96 </section> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
97 <output name="output1" file="LigA_output.pdb" compare="diff" lines_diff="0"> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
98 <assert_contents> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
99 <has_text text="ATOM 1 C MOL 1 49.211 26.992 85.553 1.00 0.00 C"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
100 </assert_contents> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
101 </output> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
102 </test> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
103 </tests> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
104 <help> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
105 <![CDATA[ |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
106 .. class:: infomark |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
107 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
108 **What it does** |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
109 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
110 Antechamber sets up parameters for the input molecules provided. |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
111 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
112 .. class:: infomark |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
113 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
114 **How it works** |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
115 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
116 - Select an input file (PDB, mol2) |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
117 - Specify the correct charge, or keep the default charge of 0 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
118 - Adjust other parameters as needed. |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
119 - Click on Execute |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
120 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
121 .. class:: infomark |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
122 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
123 **Outputs created** |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
124 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
125 - A mol2 or PDB output is created with the forcefield compatible atom names. |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
126 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
127 .. class:: infomark |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
128 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
129 **User guide and documentation** |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
130 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
131 - AmberTools `userguide`_ |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
132 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
133 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
134 .. _`userguide`: http://ambermd.org/doc12/Amber19.pdf |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
135 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
136 .. class:: infomark |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
137 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
138 **Feature requests** |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
139 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
140 Go to Galaxy Computational Chemistry and make a `feature request`_ |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
141 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
142 .. _`feature request`: https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/issues/new |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
143 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
144 |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
145 ]]> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
146 </help> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
147 <expand macro="citations"/> |
c01897428864
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 30f274b0c065dc842ca4e04aa34879443de60bcc
chemteam
parents:
diff
changeset
|
148 </tool> |