annotate biotradis_filter_tags.xml @ 2:0cfaf8b3049f draft

Deleted selected files
author thanhlv
date Thu, 25 Jul 2019 06:08:17 -0400
parents afe9a515d145
children 09c1f97a5bcc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
1 <tool id="filter_tradis_tags" name="filter tradis tags" version="@VERSION@">
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
2 <description>Filters a BAM file and outputs reads with tag matching -t option.</description>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
3 <macros>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
4 <import>macros.xml</import>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
5 </macros>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
6 <expand macro="requirements" />
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
8
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
9 filter_tradis_tags -b $input_bam -t $tag -m $mismatches -o filtered
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
10
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
11 ]]></command>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
12 <inputs>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
13 <param name="input_bam" type="data" format="bam" label="BAM file" help="" />
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
14 <param name="tag" type="text" label="Tags to filter" help="" />
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
15 <param name="mismatches" type="integer" value ="0" label="Number of mismatches to allow when matching tag" help="(optional. default = 0)" />
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
16 <param argument="--verbose" type="boolean" truevalue="-v" falsevalue="" checked="false" label="verbose debugging output" help="(Default:No)" />
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
17 </inputs>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
18
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
19 <outputs>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
20 <data name="filtered_tags" format="fastq" label="${tool.name} on ${on_string}" from_work_dir="filtered.tag.fatsq" />
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
21 </outputs>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
22
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
23 <!-- <tests>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
24 </tests> -->
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
25 <help><![CDATA[
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
26 Adds transposon sequence and quality tags to the read strings and
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
27 outputs a BAM.
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
28
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
29 Usage: add_tags -b file.bam [options]
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
30
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
31 Options:
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
32 -b : bam file with tradis tags
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
33 -v : verbose debugging output
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
34 ]]></help>
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
35
afe9a515d145 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
thanhlv
parents:
diff changeset
36 </tool>