annotate write_supplementary_fastq.xml @ 78:6178c24ddd5a draft

"planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit a1ef57aa402ca6a3cfc75a9652a02372b8b2c013"
author mvdbeek
date Tue, 07 Apr 2020 08:57:47 -0400
parents 8c3d8d38674a
children c42dd2551c9c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
78
6178c24ddd5a "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit a1ef57aa402ca6a3cfc75a9652a02372b8b2c013"
mvdbeek
parents: 76
diff changeset
1 <tool id="write_supplementary_fastq" name="Extract supplementary alignments" version="0.5.24">
9
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
2 <description>from SAM/BAM alignment files as FASTQ</description>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
3 <requirements>
78
6178c24ddd5a "planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit a1ef57aa402ca6a3cfc75a9652a02372b8b2c013"
mvdbeek
parents: 76
diff changeset
4 <requirement type="package" version="0.5.24">readtagger</requirement>
9
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
5 </requirements>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
6 <version_command>write_supplementary_fastq --version</version_command>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
7 <command detect_errors="aggressive"><![CDATA[
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
8 write_supplementary_fastq --input_path '$input' --output_path '$output'
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
9 ]]></command>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
10 <inputs>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
11 <param name="input" argument="--input_path" type="data" format="bam"/>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
12 </inputs>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
13 <outputs>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
14 <data name="output" format="fastqsanger"/>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
15 </outputs>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
16 <tests>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
17 <test>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
18 <param name="input" value="supplementary.bam" ftype="bam"/>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
19 <output name="output" file="supplementary.fastq" ftype="fastqsanger"/>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
20 </test>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
21 </tests>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
22 <help><![CDATA[
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
23 .. code-block::
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
24
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
25 Usage: write_supplementary_fastq [OPTIONS]
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
26
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
27 Write all supplementary alignments in `input_path` to an output fastq file
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
28 at `output_path`.
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
29
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
30 Options:
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
31 --input_path PATH Collect supplementary reads in this alignment file.
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
32 --output_path PATH Write supplementary reads to this FASTQ file.
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
33 --help Show this message and exit.
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
34
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
35
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
36 ]]></help>
53b71263e2a2 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 9ff264c527e1fe33950b33f2041c08f6c5758a1e-dirty
mvdbeek
parents:
diff changeset
37 </tool>