annotate normalize_readsizes.xml @ 76:8c3d8d38674a draft

"planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit fee3f43c26cd13ffdb81d64a3c7809c570ba2194"
author mvdbeek
date Mon, 23 Mar 2020 12:42:34 -0400
parents 2c7f70390b7c
children 6178c24ddd5a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
76
8c3d8d38674a "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit fee3f43c26cd13ffdb81d64a3c7809c570ba2194"
mvdbeek
parents: 75
diff changeset
1 <tool id="normalize_readsizes" name="Normalize readsizes" version="0.5.23">
70
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
2 <description>of multiple fastq files</description>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
3 <requirements>
76
8c3d8d38674a "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit fee3f43c26cd13ffdb81d64a3c7809c570ba2194"
mvdbeek
parents: 75
diff changeset
4 <requirement type="package" version="0.5.23">readtagger</requirement>
70
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
5 </requirements>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
6 <version_command>normalize_readsizes --version</version_command>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
7 <command detect_errors="aggressive"><![CDATA[
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
8 #for $i, $element in enumerate($input):
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
9 ln -fs '$element' '${i}.${element.ext}' &&
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
10 #end for
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
11 normalize_readsizes
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
12 #for $i, $element in enumerate($input):
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
13 -i '${i}.${element.ext}'
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
14 -o '${i}.out.${element.ext}'
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
15 #end for
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
16 #for $i, $element in enumerate($output):
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
17 && mv '${i}.out.${element.ext}' '$element'
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
18 #end for
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
19 ]]></command>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
20 <inputs>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
21 <param name="input" type="data_collection" collection_type="list" label="Select collection of fastq datasets to normalize" format="fastqsanger,fastqsanger.gz"/>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
22 </inputs>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
23 <outputs>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
24 <collection name="output" type="list" structured_like="input" inherit_format="true"/>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
25 </outputs>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
26 <tests>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
27 <test>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
28 <param name="input">
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
29 <collection type="list">
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
30 <element name="a" value="long_reads_a.fastq" />
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
31 <element name="b" value="long_reads_b.fastq" />
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
32 </collection>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
33 </param>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
34 <param name="insert_reference" value="transposon"/>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
35 <output_collection name="output">
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
36 <element name="a" value="long_reads_a_normalized.fastq" ftype="fastqsanger"/>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
37 <element name="b" value="long_reads_b_normalized.fastq" ftype="fastqsanger"/>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
38 </output_collection>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
39 </test>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
40 </tests>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
41 <help><![CDATA[
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
42 Normalizes read size distributions across a collection of fastq files so that the read size distribution is the same
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
43 across all datasets.
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
44 ]]></help>
f383ca1c5033 "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
mvdbeek
parents:
diff changeset
45 </tool>