Mercurial > repos > bgruening > spectral_hk
view 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 |
line wrap: on
line source
<tool id="spectral_hk" name="Spectral Hk" version="0.1.0"> <description>Convert InChIs to spectral hashkeys</description> <requirements> <requirement type="package" version="0.1">spectral_hk</requirement> </requirements> <command detect_errors="aggressive"> <![CDATA[ spectral_hk '$input' > '$output' ]]> </command> <inputs> <param format="inchi" name="input" type="data" label="Input File" /> </inputs> <outputs> <data format="tabular" name="output" /> </outputs> <tests> <test> <param name="input" value="molecules.inchi" /> <output name="output" file="result_spectral_hk.tab" /> </test> </tests> <help> <![CDATA[ **What it does** 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: .. image:: $PATH_TO_IMAGES/bild.png DMLC7QBAS17P7JKN43WHM2J1VA67GL **References** - https://bitbucket.org/ncgc/spectral_hk/overview - http://tripod.nih.gov/ ]]> </help> <citations> </citations> </tool>