Mercurial > repos > artbio > sr_bowtie_dataset_annotation
annotate sr_bowtie_dataset_annotation.xml @ 8:3519c2de7fac draft
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
author | artbio |
---|---|
date | Sat, 09 Apr 2022 22:45:21 +0000 |
parents | 3bddd7ab96e3 |
children | 6bf9de09aa74 |
rev | line source |
---|---|
8
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
1 <tool id="sr_bowtie_dataset_annotation" name="Annotate smRNA dataset" version="2.6"> |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
2 <description>by iterative alignments with sRbowtie</description> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
3 <requirements> |
7
3bddd7ab96e3
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1010eff91c8ce7415d50adaf2f83ecc278295df8"
artbio
parents:
6
diff
changeset
|
4 <requirement type="package" version="1.3.1">bowtie</requirement> |
3bddd7ab96e3
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1010eff91c8ce7415d50adaf2f83ecc278295df8"
artbio
parents:
6
diff
changeset
|
5 <requirement type="package" version="1.7.1">r-optparse</requirement> |
3bddd7ab96e3
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1010eff91c8ce7415d50adaf2f83ecc278295df8"
artbio
parents:
6
diff
changeset
|
6 <requirement type="package" version="3.3.5">r-ggplot2</requirement> |
3bddd7ab96e3
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1010eff91c8ce7415d50adaf2f83ecc278295df8"
artbio
parents:
6
diff
changeset
|
7 <requirement type="package" version="0.9.1">r-ggrepel</requirement> |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
8 </requirements> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
10 #if $refGenomeSource1.genomeSource == "history": |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
11 bowtie-build -f $refGenomeSource1.ownFile genome 1>/dev/null && |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
12 #set index_path = 'genome' |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
13 #else: |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
14 #set index_path = $refGenomeSource1.index.fields.path |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
15 #end if |
5
279fdd92a615
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1d30d780dc66069ae9b52c909f65d713156442b3
artbio
parents:
4
diff
changeset
|
16 |
279fdd92a615
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1d30d780dc66069ae9b52c909f65d713156442b3
artbio
parents:
4
diff
changeset
|
17 #for $i in $AdditionalQueries: |
279fdd92a615
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1d30d780dc66069ae9b52c909f65d713156442b3
artbio
parents:
4
diff
changeset
|
18 bowtie-build -f $i.ownFile $i.ownFile.name 1>/dev/null && |
279fdd92a615
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1d30d780dc66069ae9b52c909f65d713156442b3
artbio
parents:
4
diff
changeset
|
19 #end for |
279fdd92a615
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1d30d780dc66069ae9b52c909f65d713156442b3
artbio
parents:
4
diff
changeset
|
20 |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
21 #set method_prefix = "-v %s -k 1 --best" % str($mismatches) |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
22 #if $input[0].is_of_type('fasta'): |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
23 #set format = "-f" |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
24 #elif $input[0].is_of_type('fastq'): |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
25 #set format = "-q" |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
26 #end if |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
27 |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
28 #for $file in $input: |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
29 #set sample=$file.element_identifier |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
30 bowtie -p \${GALAXY_SLOTS:-4} |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
31 $method_prefix |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
32 --al matched.fa |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
33 --un unmatched.fa |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
34 --suppress 6,7,8 |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
35 $index_path $format $file > tabular_bowtie_output.tab && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
36 genome_aligned=\$(wc -l < matched.fa) && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
37 genome_aligned=\$(( \$genome_aligned/2)) && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
38 #set counter = 0 |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
39 #for $i in $AdditionalQueries: |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
40 #set $counter += 1 |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
41 #if $counter != 1: |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
42 #set to_align = "class_unmatched.fa" |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
43 #else: |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
44 #set to_align = "matched.fa" |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
45 #end if |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
46 touch tmp_class_matched.fa tmp_class_unmatched.fa && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
47 bowtie -p \${GALAXY_SLOTS:-4} |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
48 $method_prefix |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
49 --al tmp_class_matched.fa |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
50 --un tmp_class_unmatched.fa |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
51 --suppress 6,7,8 |
5
279fdd92a615
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 1d30d780dc66069ae9b52c909f65d713156442b3
artbio
parents:
4
diff
changeset
|
52 $i.ownFile.name $format '$to_align' > tabular_bowtie_output.tab && |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
53 class_aligned=\$(( \$(wc -l < tmp_class_matched.fa)/2)) && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
54 class_unaligned=\$(( \$(wc -l < tmp_class_unmatched.fa)/2)) && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
55 echo -e "$sample\t$i.ownFile.name\t\$class_aligned\t\${genome_aligned}" >> $output && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
56 mv tmp_class_unmatched.fa class_unmatched.fa && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
57 rm tmp_class_matched.fa && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
58 #end for |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
59 remaining=\$(( \$(wc -l < class_unmatched.fa)/2)) && |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
60 echo -e "$sample\tNot classified\t\${remaining}\t\${genome_aligned}" >> $output && |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
61 #end for |
3
008de522b3ea
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 53e9bab2c20411f34ac09688de2f2cc8ae8c46a4
artbio
parents:
2
diff
changeset
|
62 Rscript $__tool_directory__/barplot.r --input $output --barplot $barplot |
8
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
63 #if $format == '-q': |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
64 && mv class_unmatched.fa class_unmatched.fastq |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
65 && sed -n '1~4s/^@/>/p;2~4p' class_unmatched.fastq > class_unmatched.fa |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
66 #end if |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
67 ]]></command> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
68 <inputs> |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
69 <param name="input" type="data" multiple="True" format="fasta,fastq" label="Input file: reads clipped from their adapter" help="Only with clipped, raw fasta or fastq files"/> |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
70 <param name="mismatches" type="select" label="Number of mismatches allowed" help="specify the number of mismatches allowed during alignments"> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
71 <option value="0">0</option> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
72 <option value="1" selected="true">1</option> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
73 <option value="2">2</option> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
74 <option value="3">3</option> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
75 </param> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
76 <!-- First bowtie index selection --> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
77 <conditional name="refGenomeSource1"> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
78 <param name="genomeSource" type="select" label="Will you select a reference genome from your history or use a built-in index?" help="Bowtie Built-ins were indexed using default options"> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
79 <option value="indexed">Use a built-in index</option> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
80 <option value="history">Use one from the history</option> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
81 </param> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
82 <when value="indexed"> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
83 <param name="index" type="select" label="Select a DNA reference index" help="if your genome of interest is not listed - contact instance administrator"> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
84 <options from_data_table="bowtie_indexes"/> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
85 </param> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
86 </when> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
87 <when value="history"> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
88 <param name="ownFile" type="data" format="fasta" label="Select a fasta file, to serve as index reference" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
89 </when> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
90 </conditional> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
91 <!-- End of first bowtie index selection --> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
92 <!-- other bowtie index selections from fasta in history (mandatory) --> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
93 <repeat name="AdditionalQueries" title="Additional Alignment Step"> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
94 <param name="ownFile" type="data" format="fasta" label="Select a fasta file, to serve as index reference" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
95 </repeat> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
96 <!-- End of other bowtie index selections --> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
97 </inputs> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
98 <outputs> |
8
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
99 <data format="fasta" name="unmatched" label="Annotate smRNAs: Unmatched reads" from_work_dir="class_unmatched.fa" /> |
3
008de522b3ea
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 53e9bab2c20411f34ac09688de2f2cc8ae8c46a4
artbio
parents:
2
diff
changeset
|
100 <data format="tabular" name="output" label="Cascade Annotation Analysis"> |
008de522b3ea
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 53e9bab2c20411f34ac09688de2f2cc8ae8c46a4
artbio
parents:
2
diff
changeset
|
101 <actions> |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
102 <action name="column_names" type="metadata" default="Sample,Reference Index,Number of reads, Total reads" /> |
3
008de522b3ea
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 53e9bab2c20411f34ac09688de2f2cc8ae8c46a4
artbio
parents:
2
diff
changeset
|
103 </actions> |
008de522b3ea
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 53e9bab2c20411f34ac09688de2f2cc8ae8c46a4
artbio
parents:
2
diff
changeset
|
104 </data> |
008de522b3ea
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 53e9bab2c20411f34ac09688de2f2cc8ae8c46a4
artbio
parents:
2
diff
changeset
|
105 <data name="barplot" format="pdf" label="barplot from ${on_string}" /> |
008de522b3ea
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 53e9bab2c20411f34ac09688de2f2cc8ae8c46a4
artbio
parents:
2
diff
changeset
|
106 </outputs> |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
107 <tests> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
108 <test> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
109 <param name="input" value ="sample1.fa" ftype="fasta" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
110 <param name="genomeSource" value="history" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
111 <param name="ownFile" value ="2L-tail.fa" ftype="fasta" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
112 <param name="AdditionalQueries_0|ownFile" value="dme_miR21_hairpin.fa" ftype="fasta" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
113 <param name="AdditionalQueries_1|ownFile" value="Ensembl_transposon_set.fa" ftype="fasta" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
114 <output name="output" ftype="tabular" file="sample1_output.tab" /> |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
115 <output name="barplot" ftype="pdf" file="sample1_output.pdf" compare="sim_size" delta="500"/> |
8
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
116 <output name="unmatched" ftype="fasta" file="unmatched_1.fa" /> |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
117 </test> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
118 <test> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
119 <param name="input" value ="sample.fastq" ftype="fastq" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
120 <param name="genomeSource" value="history" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
121 <param name="ownFile" value ="2L-tail.fa" ftype="fasta" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
122 <param name="AdditionalQueries_0|ownFile" value="dme_miR21_hairpin.fa" ftype="fasta" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
123 <param name="AdditionalQueries_1|ownFile" value="Ensembl_transposon_set.fa" ftype="fasta" /> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
124 <output name="output" ftype="tabular" file="sample_output.tab" /> |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
125 <output name="barplot" ftype="pdf" file="sample_output.pdf" compare="sim_size" delta="500"/> |
8
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
126 <output name="unmatched" ftype="fasta" file="unmatched_2.fa" /> |
4
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
127 </test> |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
128 <test> |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
129 <param name="input" value ="sample5.fa,sample4.fa,sample3.fa,sample2.fa,sample1.fa" ftype="fasta" /> |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
130 <param name="genomeSource" value="history" /> |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
131 <param name="ownFile" value ="2L-tail.fa" ftype="fasta" /> |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
132 <param name="AdditionalQueries_0|ownFile" value="dme_miR21_hairpin.fa" ftype="fasta" /> |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
133 <param name="AdditionalQueries_1|ownFile" value="Ensembl_transposon_set.fa" ftype="fasta" /> |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
134 <output name="output" ftype="tabular" file="multisample5_output.tab" /> |
e11f91575af6
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 618a7892f6af26278364a75ab23b3c6d8cdc73db
artbio
parents:
3
diff
changeset
|
135 <output name="barplot" ftype="pdf" file="multisample5_output.pdf" compare="sim_size" delta="500" /> |
8
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
136 <output name="unmatched" ftype="fasta" file="unmatched_3.fa" /> |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
137 </test> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
138 </tests> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
139 <help> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
140 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
141 **Introduction** |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
142 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
143 Bowtie_ is a short read aligner designed to be ultrafast and memory-efficient. |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
144 A generic "Map with Bowtie for Illumina" Galaxy tool is available in the main Galaxy distribution. |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
145 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
146 Here The sRbowtie wrapper specifically works with short reads FASTA or FASTQ inputs |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
147 (-v bowtie mode, with -k 1) which has to be clipped from adapter before alignment. |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
148 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
149 .. _Bowtie: http://bowtie-bio.sourceforge.net/index.shtml |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
150 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
151 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
152 ------ |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
153 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
154 **What it does** |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
155 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
156 .. class:: infomark |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
157 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
158 This script uses the sRbowtie wrapper to iteratively match reads on a reference indexes. |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
159 Read that aligned to the first reference are realigned to the second reference. |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
160 From this point, unaligned reads are taken as input for alignment to the third reference, etc. |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
161 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
162 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
163 Reads are Matched on DNA references (both strands) as fast as possible, without taking care of mapping issues |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
164 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
165 *-v [0,1,2,3] -k 1 --best -p 12 --suppress 6,7,8* |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
166 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
167 unaligned reads at step N are used as input for sRbowtie at step N+1 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
168 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
169 ----- |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
170 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
171 **Input formats** |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
172 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
173 .. class:: warningmark |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
174 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
175 *Reads must be clipped from their adapter and provided in a FASTA or FASTQ format* |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
176 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
177 ----- |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
178 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
179 **OUTPUTS** |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
180 |
8
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
181 **- Annotation table in a tabular format** |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
182 |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
183 **- Pie Charts of class abundances** |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
184 |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
185 **- Unmatched reads in fasta format** |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
186 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
187 </help> |
8
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
188 |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
189 <citations> |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
190 <citation type="doi">10.1038/nature11416</citation> |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
191 </citations> |
3519c2de7fac
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit e62066428e669516e024d081933ee8c7f953ba1b"
artbio
parents:
7
diff
changeset
|
192 |
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
193 </tool> |