Mercurial > repos > iuc > poretools_nucdist
view poretools_nucdist.xml @ 2:8f3dc65ebe49 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Wed, 01 Sep 2021 08:07:05 +0000 |
| parents | 48996b181654 |
| children | ba19688c8b2a |
line wrap: on
line source
<?xml version="1.0"?> <tool id="poretools_nucdist" name="Show nucleotide" version="@VERSION@.0"> <description>distribution in nanopore sequencing reads</description> <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> <expand macro="requirements" /> <command detect_errors="aggressive"> <![CDATA[ poretools nucdist '$input' > '$output' ]]> </command> <inputs> <param name="input" type="data" format="h5,fast5.tar,fast5.tar.gz,fast5.tar.bz2" label="Input fast5 or archive of fast5 files" /> </inputs> <outputs> <data name="output" format="tabular" /> </outputs> <tests> <test> <expand macro="test_input" /> <output name="output" file="poretools-nucdist-out1.tabular" ftype="tabular" /> </test> <test> <expand macro="test_input" /> <output name="output" file="poretools-nucdist-out2.tabular" ftype="tabular" /> </test> </tests> <help> Get the nucleotide composition of a set of FAST5 files. </help> <expand macro="citations" /> </tool>
