Mercurial > repos > bgruening > spectral_hk
annotate spectral_hk.xml @ 2:f804270f3183 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit 6de5cb928a72510f102791df665bb95a813cfb16
author | bgruening |
---|---|
date | Sat, 20 May 2017 16:20:27 -0400 |
parents | 454de6290eb0 |
children | 8ca108879c60 |
rev | line source |
---|---|
0 | 1 <tool id="spectral_hk" name="Spectral Hk" version="0.1.0"> |
2 <description>Convert InChIs to spectral hashkeys</description> | |
3 <requirements> | |
4 <requirement type="package" version="0.1">spectral_hk</requirement> | |
5 </requirements> | |
1
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
6 <command detect_errors="aggressive"> |
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
7 <![CDATA[ |
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
8 spectral_hk '$input' > '$output' |
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
9 ]]> |
0 | 10 </command> |
11 <inputs> | |
12 <param format="inchi" name="input" type="data" label="Input File" /> | |
13 </inputs> | |
14 <outputs> | |
2
f804270f3183
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit 6de5cb928a72510f102791df665bb95a813cfb16
bgruening
parents:
1
diff
changeset
|
15 <data format="tabular" name="output" /> |
0 | 16 </outputs> |
17 <tests> | |
18 <test> | |
19 <param name="input" value="molecules.inchi" /> | |
1
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
20 <output name="output" file="result_spectral_hk.tab" /> |
0 | 21 </test> |
22 </tests> | |
23 <help> | |
1
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
24 <![CDATA[ |
0 | 25 **What it does** |
26 | |
27 Spectral_hk converts InChIs into spectral hash codes. A spectral hash code is a 30-character (150-bit) alphanumeric hash string that uniquely encodes an InChI. See the following example: | |
28 | |
29 .. image:: $PATH_TO_IMAGES/bild.png | |
30 | |
31 DMLC7QBAS17P7JKN43WHM2J1VA67GL | |
32 | |
33 **References** | |
34 | |
35 - https://bitbucket.org/ncgc/spectral_hk/overview | |
36 - http://tripod.nih.gov/ | |
1
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
37 ]]> |
0 | 38 </help> |
1
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
39 <citations> |
454de6290eb0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/spectral_hk commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents:
0
diff
changeset
|
40 </citations> |
0 | 41 </tool> |