comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:6d8551c2dcc9
1 <?xml version="1.0"?>
2 <tool id="seqcomplexity" name="Sequence Complexity" version="0.0.1">
3 <description>Calculate sequence complexity (total and per read)</description>
4 <requirements>
5 <requirement type="package" version="0.1.0">seqcomplexity</requirement>
6 </requirements>
7 <command detect_errors="exit_code"><![CDATA[
8 seqcomplexity -q $input_fastq > $output_json
9 ]]>
10 </command>
11 <inputs>
12 <param name="input_fastq" type="data" format="fastq" label="Input reads in FASTQ format" />
13 </inputs>
14 <outputs>
15 <data name="output_json" format="json"/>
16 </outputs>
17 <tests>
18 </tests>
19 <help>
20 </help>
21 <citations>
22 </citations>
23 </tool>