Mercurial > repos > bgruening > sailfish
annotate sailfish.xml @ 7:a8f343909c17 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
author | bgruening |
---|---|
date | Thu, 13 Apr 2017 09:23:59 -0400 |
parents | 5bc9cd008ceb |
children |
rev | line source |
---|---|
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
1 <tool id="sailfish" name="Sailfish" version="0.10.1.1"> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
2 <description>transcript quantification from RNA-seq data</description> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
3 <macros> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
4 <xml name="strandedness"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
5 <param name="strandedness" type="select" label="Specify the strandedness of the reads"> |
1
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
6 <option value="U" selected="True">Not stranded (U)</option> |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
7 <option value="SF">read 1 (or single-end read) comes from the forward strand (SF)</option> |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
8 <option value="SR">read 1 (or single-end read) comes from the reverse strand (SR)</option> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
9 </param> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
10 </xml> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
11 </macros> |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
12 <requirements> |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
13 <requirement type="package" version="1.0.6">bzip2</requirement> |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
14 <requirement type="package" version="0.10.1">sailfish</requirement> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
15 </requirements> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
16 <stdio> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
17 <exit_code range="1:" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
18 <exit_code range=":-1" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
19 <regex match="Error:" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
20 <regex match="Exception:" /> |
1
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
21 <regex match="Exception :" /> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
22 </stdio> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
23 <version_command>sailfish -version</version_command> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
24 <command> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
25 <![CDATA[ |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
26 #if $refTranscriptSource.TranscriptSource == "history": |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
27 sailfish index |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
28 --transcripts $refTranscriptSource.ownFile |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
29 --kmerSize $refTranscriptSource.kmerSize |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
30 --out ./index_dir |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
31 --threads "\${GALAXY_SLOTS:-4}" |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
32 #set $index_path = './index_dir' |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
33 #else: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
34 #set $index_path = $refTranscriptSource.index.fields.path |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
35 #end if |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
36 && |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
37 #set compressed = 'no' |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
38 #if $single_or_paired.single_or_paired_opts == 'single': |
1
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
39 #if $single_or_paired.input_singles.ext == 'fasta': |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
40 #set $ext = 'fasta' |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
41 #else: |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
42 #if $single_or_paired.input_singles.is_of_type("fastq.gz"): |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
43 #set compressed = 'GZ' |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
44 #else if $single_or_paired.input_singles.is_of_type("fastq.bz2"): |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
45 #set compressed = 'BZ2' |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
46 #end if |
1
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
47 #set $ext = 'fastq' |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
48 #end if |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
49 ln -s $single_or_paired.input_singles ./single.$ext && |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
50 #else: |
1
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
51 #if $single_or_paired.input_mate1.ext == 'fasta': |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
52 #set $ext = 'fasta' |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
53 #else: |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
54 #if $single_or_paired.input_mate1.is_of_type("fastq.gz"): |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
55 #set compressed = 'GZ' |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
56 #else if $single_or_paired.input_mate1.is_of_type("fastq.bz2"): |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
57 #set compressed = 'BZ2' |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
58 #end if |
1
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
59 #set $ext = 'fastq' |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
60 #end if |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
61 ln -s $single_or_paired.input_mate1 ./mate1.$ext && |
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
62 ln -s $single_or_paired.input_mate2 ./mate2.$ext && |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
63 #end if |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
64 #if $geneMap: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
65 ln -s "$geneMap" ./geneMap.$geneMap.ext && |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
66 #end if |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
67 sailfish quant |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
68 --index $index_path |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
69 #if $single_or_paired.single_or_paired_opts == 'single': |
1
06646e81c543
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit 326fbf6e8070a792e3bda3256e5465c2d5b1eb71
bgruening
parents:
0
diff
changeset
|
70 --libType ${single_or_paired.strandedness} |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
71 #if $compressed == 'GZ': |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
72 --unmatedReads <(zcat ./single.$ext) |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
73 #else if $compressed == 'BZ2': |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
74 --unmatedReads <(bzcat ./single.$ext) |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
75 #else: |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
76 --unmatedReads ./single.$ext |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
77 #end if |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
78 #else: |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
79 #if $compressed == 'GZ': |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
80 --mates1 <(zcat ./mate1.$ext) |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
81 --mates2 <(zcat ./mate2.$ext) |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
82 #else if $compressed == 'BZ2': |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
83 --mates1 <(bzcat ./mate1.$ext) |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
84 --mates2 <(bzcat ./mate2.$ext) |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
85 #else: |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
86 --mates1 ./mate1.$ext |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
87 --mates2 ./mate2.$ext |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
88 #end if |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
89 --libType "${single_or_paired.orientation}${single_or_paired.strandedness}" |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
90 #end if |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
91 --output ./results |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
92 $biasCorrect |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
93 $gcBiasCorrect |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
94 --threads "\${GALAXY_SLOTS:-4}" |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
95 $dumpEq |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
96 #if str($gcSizeSamp): |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
97 --gcSizeSamp $gcSizeSamp |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
98 #end if |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
99 #if str($gcSpeedSamp): |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
100 --gcSpeedSamp $gcSpeedSamp |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
101 #end if |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
102 #if str($fldMean): |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
103 --fldMean $fldMean |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
104 #end if |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
105 #if str($fldSD): |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
106 --fldSD $fldSD |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
107 #end if |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
108 #if $maxReadOcc: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
109 --maxReadOcc $maxReadOcc |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
110 #end if |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
111 #if $geneMap: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
112 --geneMap ./geneMap.${geneMap.ext} |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
113 #end if |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
114 $strictIntersect |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
115 $noEffectiveLengthCorrection |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
116 $useVBOpt |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
117 $discardOrphans |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
118 $unsmoothedFLD |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
119 --maxFragLen ${maxFragLen} |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
120 --txpAggregationKey '${txpAggregationKey}' |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
121 $ignoreLibCompat |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
122 $enforceLibCompat |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
123 $allowDovetail |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
124 #if str($numBiasSamples): |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
125 --numBiasSamples $numBiasSamples |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
126 #end if |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
127 #if str($numFragSamples): |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
128 --numFragSamples $numFragSamples |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
129 #end if |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
130 #if str($numGibbsSamples): |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
131 --numGibbsSamples $numGibbsSamples |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
132 #end if |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
133 #if str($numBootstraps): |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
134 --numBootstraps $numBootstraps |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
135 #end if |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
136 ]]> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
137 </command> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
138 <inputs> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
139 <conditional name="refTranscriptSource"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
140 <param name="TranscriptSource" type="select" label="Select a reference transcriptome from your history or use a built-in index?" help="Built-ins were indexed using default options"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
141 <option value="indexed">Use a built-in index</option> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
142 <option value="history" selected="True">Use one from the history</option> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
143 </param> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
144 <when value="indexed"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
145 <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy admin"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
146 <options from_data_table="sailfish_indexes"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
147 <filter type="sort_by" column="2"/> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
148 <validator type="no_options" message="No indexes are available for the selected input dataset"/> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
149 </options> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
150 </param> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
151 </when> <!-- build-in --> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
152 <when value="history"> |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
153 <param name="ownFile" type="data" format="fasta" label="Select the reference transcriptome" help="in FASTA format" /> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
154 <param argument="kmerSize" type="integer" value="21" max="32" label="The size of the k-mer on which the index is built" |
4
03c74355227f
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit edee3afc7d729be9a224d21729bb7490a3761a0e
bgruening
parents:
2
diff
changeset
|
155 help="There is a tradeoff here between the distinctiveness of the k-mers and their robustness to errors. |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
156 The shorter the k-mers, the more robust they will be to errors in the reads, but the longer the k-mers, |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
157 the more distinct they will be. We generally recommend using a k-mer size of at least 20."/> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
158 </when> <!-- history --> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
159 </conditional> <!-- refTranscriptSource --> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
160 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
161 <conditional name="single_or_paired"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
162 <param name="single_or_paired_opts" type="select" label="Is this library mate-paired?"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
163 <option value="single">Single-end</option> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
164 <option value="paired">Paired-end</option> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
165 </param> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
166 <when value="single"> |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
167 <param name="input_singles" type="data" format="fastq,fasta,fastq.gz" label="FASTQ/FASTA file" help="FASTQ file." /> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
168 <expand macro="strandedness" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
169 </when> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
170 <when value="paired"> |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
171 <param name="input_mate1" type="data" format="fastq,fasta,fastq.gz" label="Mate pair 1" help="FASTQ file." /> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
172 <param name="input_mate2" type="data" format="fastq,fasta,fastq.gz" label="Mate pair 2" help="FASTQ file." /> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
173 <param name="orientation" type="select" label="Relative orientation of reads within a pair"> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
174 <option value="M">Mates are oriented in the same direction (M = matching)</option> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
175 <option value="O">Mates are oriented away from each other (O = outward)</option> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
176 <option value="I" selected="True">Mates are oriented toward each other (I = inward)</option> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
177 </param> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
178 <expand macro="strandedness" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
179 </when> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
180 </conditional> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
181 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
182 <param argument="--geneMap" type="data" format="tabular,gff,gtf" optional="True" label="File containing a mapping of transcripts to genes" |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
183 help="Calculates the aggregated gene-level abundance estimations. This file should be eiher a GTF file or tab-delimited format |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
184 where each line contains the name of a transcript and the gene to which it belongs separated by a tab." /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
185 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
186 <param argument="--biasCorrect" type="boolean" truevalue="--biasCorrect" falsevalue="" checked="False" |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
187 label="Perform sequence-specific bias correction" help=""/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
188 |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
189 <param argument="--gcBiasCorrect" type="boolean" truevalue="--gcBiasCorrect" falsevalue="" checked="False" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
190 label="Perform fragment GC bias correction" help=""/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
191 |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
192 <param argument="--dumpEq" type="boolean" truevalue="--dumpEq" falsevalue="" checked="False" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
193 label="Dump the equivalence class counts that were computed during quasi-mapping." help=""/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
194 |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
195 <param argument="--gcSizeSamp" type="integer" value="1" optional="True" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
196 label="The value by which to down-sample transcripts when representing the GC content" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
197 help="Larger values will reduce memory usage, but may decrease the fidelity of bias modeling results."/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
198 |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
199 <param argument="--gcSpeedSamp" type="integer" value="1" optional="True" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
200 label="The value at which the fragment length PMF is down-sampled when evaluating GC fragment bias." |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
201 help="Larger values speed up effective length correction, but may decrease the fidelity of bias modeling results."/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
202 |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
203 <param argument="--strictIntersect" type="boolean" truevalue="--strictIntersect" falsevalue="" checked="False" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
204 label="Strict Intersect." help="When this flag is set, if the intersection of the |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
205 quasi-mappings for the left and right is empty, then all mappings for the left and all mappings |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
206 for the right read are reported as orphaned quasi-mappings."/> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
207 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
208 <param argument="--fldMean" type="integer" value="200" optional="True" label="Calculate effective lengths" |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
209 help="If single end reads are being used for quantification, or there are an insufficient number of uniquely |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
210 mapping reads when performing paired-end quantification |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
211 to estimate the empirical fragment length distribution, then use this value to calculate effective lengths."/> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
212 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
213 <param argument="--fldSD" type="integer" value="80" optional="True" label="Standard deviation" |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
214 help="The standard deviation used in the fragment length distribution for single-end quantification or |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
215 when an empirical distribution cannot be learned."/> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
216 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
217 <param argument="--maxReadOcc" type="integer" value="200" optional="True" label="Maximal read mapping occurence" |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
218 help="Reads mapping to more than this many places won't be considered."/> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
219 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
220 <param argument="--noEffectiveLengthCorrection" type="boolean" truevalue="--noEffectiveLengthCorrection" falsevalue="" checked="False" |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
221 label="Disable effective length correction" help="Disables effective length correction when computing the probability |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
222 that a fragment was generated from a transcript. |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
223 If this flag is passed in, the fragment length distribution is not taken into account when computing this probability."/> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
224 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
225 <param argument="--useVBOpt" type="boolean" truevalue="--useVBOpt" falsevalue="" checked="False" |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
226 label="Use Variational Bayesian EM algorithm for optimization" help="Use Variational Bayesian EM algorithm rather |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
227 than the traditional EM angorithm for optimization"/> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
228 |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
229 <param argument="--discardOrphans" type="boolean" truevalue="--discardOrphans" falsevalue="" checked="False" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
230 label="Discard orphaned reads as valid hits when performing lightweight-alignment" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
231 help="This option will discard orphaned fragments. This only has an effect on paired-end input, but enabling this option will discard, rather than count, any reads where only one of the paired fragments maps to a transcript."/> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
232 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
233 <param argument="--unsmoothedFLD" type="boolean" truevalue="--unsmoothedFLD" falsevalue="" checked="False" |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
234 label="Use the un-smoothed approach to effective length correction" help="This traditional approach works by convolving the FLD with the |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
235 characteristic function over each transcript."/> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
236 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
237 <param argument="--maxFragLen" type="integer" value="1000" optional="True" |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
238 label="The maximum length of a fragment to consider when building the empirical fragment length distribution" |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
239 help=""/> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
240 |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
241 <param argument="--txpAggregationKey" value="gene_id" type="text" label="The key for aggregating transcripts during gene-level estimates"> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
242 <help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
243 <![CDATA[ |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
244 When generating the gene-level estimates, use the provided key for aggregating transcripts. The default is the "gene_id" field, |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
245 but other fields (e.g. "gene_name") might be useful depending on the specifics of the annotation being used. Note: this option only |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
246 affects aggregation when using a GTF annotation; not an annotation in "simple" format.]]> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
247 </help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
248 </param> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
249 <param argument="--ignoreLibCompat" type="boolean" truevalue="--ignoreLibCompat" falsevalue="" checked="False" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
250 label="Disables strand-aware processing completely."> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
251 <help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
252 <![CDATA[ |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
253 All hits are considered "Valid".]]> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
254 </help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
255 </param> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
256 <param argument="--enforceLibCompat" type="boolean" truevalue="--enforceLibCompat" falsevalue="" checked="False" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
257 label="Enforces strict library compatibility."> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
258 <help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
259 <![CDATA[ |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
260 Fragments that map in a manner other than what is specified by the expected library type will be discarded, |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
261 even if there are no mappings that agree with the expected library type.]]> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
262 </help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
263 </param> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
264 <param argument="--allowDovetail" type="boolean" truevalue="--allowDovetail" falsevalue="" checked="False" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
265 label="Allow paired-end reads from the same fragment to dovetail."> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
266 <help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
267 <![CDATA[ |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
268 Allow paired-end reads from the same fragment to "dovetail", such that the ends of the mapped reads can extend past each other.]]> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
269 </help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
270 </param> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
271 <param argument="--numBiasSamples" type="integer" value="1000000" optional="True" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
272 label="Number of fragment mappings to use when learning the sequene-specific bias model" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
273 help=""/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
274 <param argument="--numFragSamples" type="integer" value="10000" optional="True" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
275 label="Number of fragments from unique alignments to sample when building the fragment length distribution" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
276 help=""/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
277 <param argument="--numGibbsSamples" type="integer" value="0" optional="True" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
278 label="Number of Gibbs sampling rounds to perform." |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
279 help=""/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
280 <param argument="--numBootstraps" type="integer" value="0" optional="True" |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
281 label="Number of bootstrap samples to generate." |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
282 help="This is mutually exclusive with Gibbs"/> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
283 </inputs> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
284 |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
285 |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
286 <outputs> |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
287 <data name="output_quant" format="tabular" from_work_dir="results/quant.sf" label="${tool.name} on ${on_string} (Quantification)" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
288 <data name="output_gene_quant" format="tabular" from_work_dir="results/quant.genes.sf" label="${tool.name} on ${on_string} (Gene Quantification)"> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
289 <filter>geneMap</filter> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
290 </data> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
291 </outputs> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
292 <tests> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
293 <test> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
294 <param name="single_or_paired_opts" value="paired" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
295 <param name="input_mate1" value="reads_1.fastq" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
296 <param name="input_mate2" value="reads_2.fastq" /> |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
297 <param name="biasCorrect" value="False" /> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
298 <param name="TranscriptSource" value="history" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
299 <param name="ownFile" value="transcripts.fasta" ftype="fasta" /> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
300 <output file="sailfish_quant_result1.tab" ftype="tabular" name="output_quant" /> |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
301 </test> |
6
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
302 <test> <!-- gzipped version of above --> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
303 <param name="single_or_paired_opts" value="paired" /> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
304 <param name="input_mate1" value="reads_1.fastq.gz" ftype="fastqsanger.gz" /> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
305 <param name="input_mate2" value="reads_2.fastq.gz" ftype="fastqsanger.gz" /> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
306 <param name="biasCorrect" value="False" /> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
307 <param name="TranscriptSource" value="history" /> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
308 <param name="ownFile" value="transcripts.fasta" ftype="fasta" /> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
309 <output file="sailfish_quant_result1.tab" ftype="tabular" name="output_quant" /> |
5bc9cd008ceb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
5
diff
changeset
|
310 </test> |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
311 <test> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
312 <param name="single_or_paired_opts" value="paired" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
313 <param name="input_mate1" value="reads_1.fastq" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
314 <param name="input_mate2" value="reads_2.fastq" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
315 <param name="biasCorrect" value="True" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
316 <param name="TranscriptSource" value="history" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
317 <param name="ownFile" value="transcripts.fasta" ftype="fasta" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
318 <output file="sailfish_bias_result1.tab" ftype="tabular" name="output_quant" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
319 </test> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
320 <test> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
321 <param name="single_or_paired_opts" value="paired" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
322 <param name="input_mate1" value="reads_1.fastq" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
323 <param name="input_mate2" value="reads_2.fastq" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
324 <param name="biasCorrect" value="True" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
325 <param name="TranscriptSource" value="history" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
326 <param name="ownFile" value="transcripts.fasta" ftype="fasta" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
327 <param name="geneMap" value="gene_map.tab" ftype="tabular" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
328 <output file="sailfish_bias_result1.tab" ftype="tabular" name="output_quant" /> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
329 <output file="sailfish_genMap_result1.tab" ftype="tabular" name="output_gene_quant" /> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
330 </test> |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
331 </tests> |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
332 <help><![CDATA[ |
4
03c74355227f
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit edee3afc7d729be9a224d21729bb7490a3761a0e
bgruening
parents:
2
diff
changeset
|
333 |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
334 **What it does** |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
335 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
336 Sailfish is a tool for transcript quantification from RNA-seq data. It |
2
20eab032389f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit b9ccc98180d52233931768511b909ccd6142f158
bgruening
parents:
1
diff
changeset
|
337 requires a set of target transcripts (either from a reference or de-novo |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
338 assembly) to quantify. All you need to run Sailfish is a fasta file containing |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
339 your reference transcripts and a (set of) fasta/fastq file(s) containing your |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
340 reads. Sailfish runs in two phases; indexing and quantification. The indexing |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
341 step is independent of the reads, and only need to be run one for a particular |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
342 set of reference transcripts and choice of k (the k-mer size). The |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
343 quantification step, obviously, is specific to the set of RNA-seq reads and is |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
344 thus run more frequently. |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
345 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
346 When the quantification output contains a number of columns: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
347 (1) Transcript ID, |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
348 (2) Transcript Length, |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
349 (3) Transcripts per Million (TPM) and |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
350 (4) Estimated number of reads (an estimate of the number of reads drawn from this transcript given the transcript’s relative abundance and length). |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
351 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
352 The first two columns are self-explanatory, the next four are measures of transcript abundance and the final is a commonly used input for differential expression tools. |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
353 The Transcripts per Million quantification number is computed as described in [1], and is meant as an estimate of the number of transcripts, per million observed transcripts, |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
354 originating from each isoform. Its benefit over the F/RPKM measure is that it is independent of the mean expressed transcript length |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
355 (i.e. if the mean expressed transcript length varies between samples, for example, this alone can affect differential analysis based on the K/RPKM.). |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
356 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
357 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
358 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
359 Fragment Library Types |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
360 ====================== |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
361 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
362 There are numerous library preparation protocols for RNA-seq that result in |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
363 sequencing reads with different characteristics. For example, reads can be |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
364 single end (only one side of a fragment is recorded as a read) or paired-end |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
365 (reads are generated from both ends of a fragment). Further, the sequencing |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
366 reads themselves may be unstraned or strand-specific. Finally, paired-end |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
367 protocols will have a specified relative orientation. To characterize the |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
368 various different typs of sequencing libraries, we've created a miniature |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
369 "language" that allows for the succinct description of the many different types |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
370 of possible fragment libraries. For paired-end reads, the possible |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
371 orientations, along with a graphical description of what they mean, are |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
372 illustrated below: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
373 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
374 .. image:: ReadLibraryIllustration.png |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
375 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
376 The library type string consists of three parts: the relative orientation of |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
377 the reads, the strandedness of the library, and the directionality of the |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
378 reads. |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
379 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
380 The first part of the library string (relative orientation) is only provided if |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
381 the library is paired-end. The possible options are: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
382 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
383 :: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
384 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
385 I = inward |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
386 O = outward |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
387 M = matching |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
388 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
389 The second part of the read library string specifies whether the protocol is |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
390 stranded or unstranded; the options are: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
391 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
392 :: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
393 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
394 S = stranded |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
395 U = unstranded |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
396 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
397 If the protocol is unstranded, then we're done. The final part of the library |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
398 string specifies the strand from which the read originates in a strand-specific |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
399 protocol — it is only provided if the library is stranded (i.e. if the |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
400 library format string is of the form S). The possible values are: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
401 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
402 :: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
403 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
404 F = read 1 (or single-end read) comes from the forward strand |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
405 R = read 1 (or single-end read) comes from the reverse strand |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
406 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
407 So, for example, if you wanted to specify a fragment library of strand-specific |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
408 paired-end reads, oriented toward each other, where read 1 comes from the |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
409 forward strand and read 2 comes from the reverse strand, you would specify ``-l |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
410 ISF`` on the command line. This designates that the library being processed has |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
411 the type "ISF" meaning, **I**\ nward (the relative orientation), **S**\ tranted |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
412 (the protocol is strand-specific), **F**\ orward (read 1 comes from the forward |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
413 strand). |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
414 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
415 The single end library strings are a bit simpler than their pair-end counter |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
416 parts, since there is no relative orientation of which to speak. Thus, the |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
417 only possible library format types for single-end reads are ``U`` (for |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
418 unstranded), ``SF`` (for strand-specific reads coming from the forward strand) |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
419 and ``SR`` (for strand-specific reads coming from the reverse strand). |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
420 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
421 A few more examples of some library format strings and their interpretations are: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
422 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
423 :: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
424 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
425 IU (an unstranded paired-end library where the reads face each other) |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
426 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
427 :: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
428 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
429 SF (a stranded single-end protocol where the reads come from the forward strand) |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
430 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
431 :: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
432 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
433 OSR (a stranded paired-end protocol where the reads face away from each other, |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
434 read1 comes from reverse strand and read2 comes from the forward strand) |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
435 |
4
03c74355227f
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit edee3afc7d729be9a224d21729bb7490a3761a0e
bgruening
parents:
2
diff
changeset
|
436 .. note:: Correspondence to TopHat library types |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
437 |
4
03c74355227f
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit edee3afc7d729be9a224d21729bb7490a3761a0e
bgruening
parents:
2
diff
changeset
|
438 The popular `TopHat <http://ccb.jhu.edu/software/tophat/index.shtml>`_ RNA-seq |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
439 read aligner has a different convention for specifying the format of the library. |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
440 Below is a table that provides the corresponding sailfish/salmon library format |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
441 string for each of the potential TopHat library types: |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
442 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
443 |
4
03c74355227f
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit edee3afc7d729be9a224d21729bb7490a3761a0e
bgruening
parents:
2
diff
changeset
|
444 +---------------------+-------------------------+ |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
445 | TopHat | Salmon (and Sailfish) | |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
446 +=====================+============+============+ |
4
03c74355227f
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit edee3afc7d729be9a224d21729bb7490a3761a0e
bgruening
parents:
2
diff
changeset
|
447 | | Paired-end | Single-end | |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
448 +---------------------+------------+------------+ |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
449 |``-fr-unstranded`` |``-l IU`` |``-l U`` | |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
450 +---------------------+------------+------------+ |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
451 |``-fr-firststrand`` |``-l ISR`` |``-l SR`` | |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
452 +---------------------+------------+------------+ |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
453 |``-fr-secondstrand`` |``-l ISF`` |``-l SF`` | |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
454 +---------------------+------------+------------+ |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
455 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
456 The remaining salmon library format strings are not directly expressible in terms |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
457 of the TopHat library types, and so there is no direct mapping for them. |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
458 |
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
459 |
5
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
460 ]]></help> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
461 <citations> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
462 <citation type="doi">10.1038/nbt.2862</citation> |
1b4ed566a41c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211
bgruening
parents:
4
diff
changeset
|
463 </citations> |
0
3b4ed0e473dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sailfish commit bd2dd2419ea52f30cd7de2f7109a12b49b5d0dba-dirty
bgruening
parents:
diff
changeset
|
464 </tool> |