Mercurial > repos > stephenshank > seqcomplexity
view seqcomplexity.xml @ 0:6d8551c2dcc9 draft default tip
"planemo upload for repository https://github.com/stephenshank/tools-iuc/tree/seqcomplexity/tools/seqcomplexity/ commit feda4e2ea70c013fcddd1dbdeab73158fe9c86a4"
author | stephenshank |
---|---|
date | Mon, 23 May 2022 21:19:04 +0000 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool id="seqcomplexity" name="Sequence Complexity" version="0.0.1"> <description>Calculate sequence complexity (total and per read)</description> <requirements> <requirement type="package" version="0.1.0">seqcomplexity</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ seqcomplexity -q $input_fastq > $output_json ]]> </command> <inputs> <param name="input_fastq" type="data" format="fastq" label="Input reads in FASTQ format" /> </inputs> <outputs> <data name="output_json" format="json"/> </outputs> <tests> </tests> <help> </help> <citations> </citations> </tool>