Mercurial > repos > recetox > xtb_molecular_optimization
annotate xtb_molecular_optimization.xml @ 1:cba7123c2741 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
| author | recetox |
|---|---|
| date | Tue, 18 Jun 2024 07:53:15 +0000 |
| parents | d5633eaf3552 |
| children | 6e1ef071fffc |
| rev | line source |
|---|---|
|
1
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
1 <tool id="xtb_molecular_optimization" name="xtb molecular optimization" version="@TOOL_VERSION@+galaxy2" profile="21.09"> |
|
0
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
2 <description>Semiempirical quantum mechanical molecular optimization method</description> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
3 <macros> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
5 </macros> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
6 <expand macro="creator"/> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
7 <requirements> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
8 <requirement type="package" version="@TOOL_VERSION@">xtb</requirement> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
9 </requirements> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
11 ln -s '${coordinates}' 'mol.${coordinates.ext}' && |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
12 xtb 'mol.${coordinates.ext}' --opt '${opt_level}' && |
|
1
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
13 |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
14 #if $replace_second_line == "FALSE": |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
15 cp 'xtbopt.${coordinates.ext}' '${output}' |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
16 #end if |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
17 |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
18 #if $replace_second_line == "TRUE": |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
19 cp 'xtbopt.${coordinates.ext}' '${output}' && |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
20 awk 'NR==FNR{if(NR==2) line=$0; next} {if(FNR==2) print line; else print $0}' '${coordinates}' '${output}' > final && |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
21 mv final '${output}' |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
22 #end if |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
23 |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
24 |
|
0
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
25 ]]></command> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
26 <inputs> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
27 <param label="Atomic coordinates file" type="data" name="coordinates" format="xyz" help="Initial atomic coordinates file to be optimized."/> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
28 <param type="select" label="Optimization Levels" name="opt_level" help="Geometry optimization convergence levels." > |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
29 <option value="crude">crude</option> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
30 <option value="sloppy">sloppy</option> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
31 <option value="loose">loose</option> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
32 <option value="lax">lax</option> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
33 <option value="normal">normal</option> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
34 <option value="tight">tight</option> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
35 <option value="vtight">vtight</option> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
36 <option value="extreme">extreme</option> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
37 </param> |
|
1
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
38 <param type="boolean" name="replace_second_line" label = "Keep molecule name" truevalue="TRUE" falsevalue="FALSE" checked="false" help = "If YES, the molecule name from the coordinates file is preserved, if it exists. Otherwise, the energy, gnorm, and xtb version are printed." /> |
|
0
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
39 </inputs> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
40 <outputs> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
41 <data name="output" format_source="coordinates" /> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
42 </outputs> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
43 <tests> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
44 <test> |
|
1
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
45 <param name="coordinates" value="initial_mol_molname.xyz" ftype="xyz"/> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
46 <param name="replace_second_line" value="TRUE" /> |
|
0
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
47 <output name="output"> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
48 <assert_contents> |
|
1
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
49 <has_text text="Benzophenone"/> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
50 </assert_contents> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
51 </output> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
52 </test> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
53 <test> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
54 <param name="coordinates" value="initial_mol_molname.xyz" ftype="xyz"/> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
55 <param name="replace_second_line" value="FALSE" /> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
56 <output name="output"> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
57 <assert_contents> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
58 <has_text text="energy"/> |
|
0
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
59 </assert_contents> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
60 </output> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
61 </test> |
|
1
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
62 <test> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
63 <param name="coordinates" value="initial_mol_no_molname.xyz" ftype="xyz"/> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
64 <param name="replace_second_line" value="TRUE" /> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
65 <output name="output"> |
|
0
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
66 <assert_contents> |
|
1
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
67 <not_has_text text="energy"/> |
|
0
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
68 </assert_contents> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
69 </output> |
|
1
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
70 </test> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
71 <test> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
72 <param name="coordinates" value="initial_mol_no_molname.xyz" ftype="xyz"/> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
73 <param name="replace_second_line" value="FALSE" /> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
74 <output name="output"> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
75 <assert_contents> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
76 <has_text text="energy"/> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
77 </assert_contents> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
78 </output> |
|
cba7123c2741
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit 070a3fd9e44e71efcf7a4490d91d1cee5a4711ce
recetox
parents:
0
diff
changeset
|
79 </test> |
|
0
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
80 </tests> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
81 <help> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
82 <![CDATA[ |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
83 @HELP@ |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
84 ]]> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
85 </help> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
86 <citations> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
87 <citation type="doi">https://doi.org/10.1002/wcms.1493</citation> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
88 </citations> |
|
d5633eaf3552
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xtb commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
diff
changeset
|
89 </tool> |
