Mercurial > repos > bgruening > salmon
annotate salmon.xml @ 5:53e9709776a0 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
author | bgruening |
---|---|
date | Wed, 12 Jul 2017 14:05:10 -0400 |
parents | 570e7e9c19a5 |
children | 885d11dc8090 |
rev | line source |
---|---|
3
5a60f347f566
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 1b7f0370c3a5a8fd4ba2736607ad938a82a98b7b
bgruening
parents:
2
diff
changeset
|
1 <tool id="salmon" name="Salmon" version="@VERSION@"> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
2 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
3 <description>Transcript Quantification from RNA-seq data</description> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
4 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
5 <macros> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
6 <xml name="strandedness"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
7 <param name="strandedness" type="select" label="Specify the strandedness of the reads"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
8 <option value="U" selected="True">Not stranded (U)</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
9 <option value="SF">read 1 (or single-end read) comes from the forward strand (SF)</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
10 <option value="SR">read 1 (or single-end read) comes from the reverse strand (SR)</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
11 </param> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
12 </xml> |
3
5a60f347f566
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 1b7f0370c3a5a8fd4ba2736607ad938a82a98b7b
bgruening
parents:
2
diff
changeset
|
13 <token name="@VERSION@">0.8.2</token> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
14 </macros> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
15 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
16 <requirements> |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
17 <requirement type="package" version="1.0.6">bzip2</requirement> |
3
5a60f347f566
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 1b7f0370c3a5a8fd4ba2736607ad938a82a98b7b
bgruening
parents:
2
diff
changeset
|
18 <requirement type="package" version="@VERSION@">salmon</requirement> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
19 </requirements> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
20 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
21 <stdio> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
22 <exit_code range="1:" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
23 <exit_code range=":-1" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
24 <regex match="Error:" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
25 <regex match="Exception:" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
26 <regex match="Exception :" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
27 </stdio> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
28 <version_command>salmon -version</version_command> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
29 <command><![CDATA[ |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
30 mkdir ./index |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
31 && |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
32 mkdir ./output |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
33 #if $refTranscriptSource.TranscriptSource == "history": |
1
c1d822f84e1a
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit f437f5e8c6c856c6f0bb8d8ea6e34f5441ee088f
bgruening
parents:
0
diff
changeset
|
34 && |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
35 salmon index |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
36 --transcripts $refTranscriptSource.ownFile |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
37 --kmerLen $refTranscriptSource.kmerLen |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
38 --threads "\${GALAXY_SLOTS:-4}" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
39 --index './index' |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
40 --type '$quasi_orphans.type' |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
41 $perfectHash |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
42 #if str($sasamp): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
43 --sasamp $sasamp |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
44 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
45 #set $index_path = './index' |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
46 #else: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
47 #set $index_path = $refTranscriptSource.index.fields.path |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
48 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
49 && |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
50 #set compressed = 'no' |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
51 #if $single_or_paired.single_or_paired_opts == 'single': |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
52 #if $single_or_paired.input_singles.ext == 'fasta': |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
53 #set $ext = 'fasta' |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
54 #else: |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
55 #if $single_or_paired.input_singles.is_of_type('fastq.gz'): |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
56 #set compressed = 'GZ' |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
57 #else if $single_or_paired.input_singles.is_of_type('fastq.bz2'): |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
58 #set compressed = 'BZ2' |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
59 #end if |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
60 #set $ext = 'fastq' |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
61 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
62 ln -s $single_or_paired.input_singles ./single.$ext && |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
63 #else: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
64 #if $single_or_paired.input_mate1.ext == 'fasta': |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
65 #set $ext = 'fasta' |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
66 #else: |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
67 #if $single_or_paired.input_mate1.is_of_type('fastq.gz'): |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
68 #set compressed = 'GZ' |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
69 #else if $single_or_paired.input_mate1.is_of_type('fastq.bz2'): |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
70 #set compressed = 'BZ2' |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
71 #end if |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
72 #set $ext = 'fastq' |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
73 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
74 ln -s $single_or_paired.input_mate1 ./mate1.$ext && |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
75 ln -s $single_or_paired.input_mate2 ./mate2.$ext && |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
76 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
77 #if $geneMap: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
78 ln -s "$geneMap" ./geneMap.${geneMap.ext} && |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
79 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
80 salmon quant |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
81 --index $index_path |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
82 #if $single_or_paired.single_or_paired_opts == 'single': |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
83 --libType ${single_or_paired.strandedness} |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
84 #if $compressed == 'GZ': |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
85 --unmatedReads <(zcat ./single.$ext) |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
86 #else if $compressed == 'BZ2': |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
87 --unmatedReads <(bzcat ./single.$ext) |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
88 #else: |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
89 --unmatedReads ./single.$ext |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
90 #end if |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
91 #else: |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
92 #if $compressed == 'GZ': |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
93 --mates1 <(zcat ./mate1.$ext) |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
94 --mates2 <(zcat ./mate2.$ext) |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
95 #else if $compressed == 'BZ2': |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
96 --mates1 <(bzcat ./mate1.$ext) |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
97 --mates2 <(bzcat ./mate2.$ext) |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
98 #else: |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
99 --mates1 ./mate1.$ext |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
100 --mates2 ./mate2.$ext |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
101 #end if |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
102 --libType "${single_or_paired.orientation}${single_or_paired.strandedness}" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
103 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
104 --output ./output |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
105 #if str($quasi_orphans.type) == 'quasi': |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
106 --allowOrphans |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
107 #else: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
108 $quasi_orphans.allowOrphans |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
109 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
110 $seqBias |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
111 $gcBias |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
112 --threads "\${GALAXY_SLOTS:-4}" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
113 --incompatPrior $adv.incompatPrior |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
114 $adv.consistentHits |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
115 $adv.dumpEq |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
116 #if str($adv.gcSizeSamp): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
117 --gcSizeSamp $adv.gcSizeSamp |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
118 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
119 #if str($adv.biasSpeedSamp): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
120 --biasSpeedSamp $adv.biasSpeedSamp |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
121 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
122 $adv.strictIntersect |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
123 #if str($adv.fldMax): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
124 --fldMax $adv.fldMax |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
125 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
126 #if str($adv.fldMean): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
127 --fldMean $adv.fldMean |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
128 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
129 #if str($adv.fldSD): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
130 --fldSD $adv.fldSD |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
131 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
132 #if $adv.forgettingFactor: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
133 --forgettingFactor $adv.forgettingFactor |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
134 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
135 #if str($adv.maxOcc): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
136 --maxOcc $adv.maxOcc |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
137 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
138 $adv.initUniform |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
139 $adv.noFragLengthDist |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
140 $adv.noBiasLengthThreshold |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
141 #if str($adv.maxReadOcc): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
142 --maxReadOcc $adv.maxReadOcc |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
143 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
144 #if $geneMap: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
145 --geneMap ./geneMap.${geneMap.ext} |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
146 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
147 $adv.noEffectiveLengthCorrection |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
148 $adv.useVBOpt |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
149 #if str($adv.numBiasSamples): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
150 --numBiasSamples $adv.numBiasSamples |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
151 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
152 #if str($adv.numAuxModelSamples): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
153 --numAuxModelSamples $adv.numAuxModelSamples |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
154 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
155 #if str($adv.numPreAuxModelSamples): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
156 --numPreAuxModelSamples $adv.numPreAuxModelSamples |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
157 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
158 #if str($adv.numGibbsSamples): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
159 --numGibbsSamples $adv.numGibbsSamples |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
160 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
161 #if str($adv.numBootstraps): |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
162 --numBootstraps $adv.numBootstraps |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
163 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
164 $adv.perTranscriptPrior |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
165 #if $adv.vbPrior: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
166 --vbPrior $adv.vbPrior |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
167 #end if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
168 $adv.writeUnmappedNames |
5
53e9709776a0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
bgruening
parents:
4
diff
changeset
|
169 #if str($adv.writeMappings): |
53e9709776a0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
bgruening
parents:
4
diff
changeset
|
170 $adv.writeMappings > ${output_sam} |
53e9709776a0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
bgruening
parents:
4
diff
changeset
|
171 #end if |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
172 ]]> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
173 </command> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
174 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
175 <inputs> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
176 <conditional name="refTranscriptSource"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
177 <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"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
178 <option value="indexed">Use a built-in index</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
179 <option value="history" selected="True">Use one from the history</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
180 </param> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
181 <when value="indexed"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
182 <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy admin"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
183 <options from_data_table="salmon_indexes"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
184 <filter type="sort_by" column="2"/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
185 <validator type="no_options" message="No indexes are available for the selected input dataset"/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
186 </options> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
187 </param> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
188 </when> <!-- build-in --> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
189 <when value="history"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
190 <param name="ownFile" type="data" format="fasta" label="Select the reference transcriptome" help="in FASTA format" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
191 <param argument="kmerLen" type="integer" value="31" label="The size should be odd number."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
192 </when> <!-- history --> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
193 </conditional> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
194 <conditional name="single_or_paired"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
195 <param name="single_or_paired_opts" type="select" label="Is this library mate-paired?"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
196 <option value="single">Single-end</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
197 <option value="paired">Paired-end</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
198 </param> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
199 <when value="single"> |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
200 <param name="input_singles" type="data" format="fastq,fasta,fastq.gz" label="FASTQ/FASTA file" help="FASTQ file." /> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
201 <expand macro="strandedness" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
202 </when> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
203 <when value="paired"> |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
204 <param name="input_mate1" type="data" format="fastq,fasta,fastq.gz" label="Mate pair 1" help="FASTQ file." /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
205 <param name="input_mate2" type="data" format="fastq,fasta,fastq.gz" label="Mate pair 2" help="FASTQ file." /> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
206 <param name="orientation" type="select" label="Relative orientation of reads within a pair"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
207 <option value="M">Mates are oriented in the same direction (M = matching)</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
208 <option value="O">Mates are oriented away from each other (O = outward)</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
209 <option value="I" selected="True">Mates are oriented toward each other (I = inward)</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
210 </param> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
211 <expand macro="strandedness" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
212 </when> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
213 </conditional> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
214 <conditional name="quasi_orphans"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
215 <param argument="--type" type="select" label="Type of index" help="When using quasi, orphaned reads will be considered when performing lightweight-alignment."> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
216 <option value="quasi" selected="True">quasi</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
217 <option value="fmd">fmd</option> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
218 </param> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
219 <when value="quasi"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
220 </when> <!-- build-in --> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
221 <when value="fmd"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
222 <param argument="--allowOrphans" type="boolean" truevalue="--allowOrphans" falsevalue="" checked="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
223 label="Consider orphaned reads as valid hits when performing lightweight-alignment" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
224 help="This option will increase sensitivity (allow more reads to map and more transcripts to be detected), but may decrease specificity as orphaned alignments are more likely to be spurious."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
225 </when> <!-- history --> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
226 </conditional> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
227 <param argument="--perfectHash" type="boolean" truevalue="--perfectHash" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
228 label="Perfect Hash" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
229 help="Build the index using a perfect hash rather than a dense hash. This will require less memory (especially during quantification), but will take longer to construct "/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
230 <param argument="--sasamp" type="integer" value="1" optional="True" label="Suffix Array" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
231 help="The interval at which the suffix array should be sampled. Smaller values are faster, but produce a larger index. The default should be OK, unless your transcriptome is huge. This value should be a power of 2."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
232 <param argument="--seqBias" type="boolean" truevalue="--seqBias" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
233 label="Perform sequence-specific bias correction" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
234 help=""/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
235 <param argument="--gcBias" type="boolean" truevalue="--gcBias" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
236 label="Perform fragment GC bias correction" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
237 help=""/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
238 <param argument="--geneMap" type="data" format="tabular,gff,gtf" optional="True" |
4
570e7e9c19a5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7fae9d149b8b6aab2d01d94f137efc2967c7ee7
bgruening
parents:
3
diff
changeset
|
239 label="File containing a mapping of transcripts to genes" |
570e7e9c19a5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7fae9d149b8b6aab2d01d94f137efc2967c7ee7
bgruening
parents:
3
diff
changeset
|
240 help="If this file is provided Salmon will output both quant.sf and quant.genes.sf files, where the latter contains aggregated gene-level abundance estimates. The transcript to gene mapping should be provided as either a GTF file, or a in a simple tab-delimited format where each line contains the name of a transcript and the gene to which it belongs separated by a tab." /> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
241 <section name="adv" title="Additional Options"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
242 <param argument="--writeMappings" type="boolean" truevalue="--writeMappings" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
243 label="Write Mappings" |
5
53e9709776a0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
bgruening
parents:
4
diff
changeset
|
244 help="If this option is set to 'Yes', then the quasi-mapping results will be written out in SAM-compatible format. By default, output is directed to stdout." /> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
245 <param argument="--incompatPrior" type="float" optional="True" value="9.9999999999999995e-21" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
246 label="Incompatible Prior" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
247 help="This option sets the prior probability that an alignment that disagrees with the specified library type (--libType) results from the true fragment origin. Setting this to 0 specifies that alignments that disagree with the library type should be 'impossible', while setting it to 1 says that alignments that disagree with the library type are no less likely than those that do" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
248 <param argument="--dumpEq" type="boolean" truevalue="--dumpEq" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
249 label="Dump the equivalence class counts that were computed during quasi-mapping." help=""/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
250 <param argument="--gcSizeSamp" type="integer" value="1" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
251 label="The value by which to down-sample transcripts when representing the GC content" help="Larger values will reduce memory usage, but may decrease the fidelity of bias modeling results."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
252 <param argument="--biasSpeedSamp" type="integer" value="1" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
253 label="The value at which the fragment length PMF is down-sampled when evaluating GC fragment bias." help="Larger values speed up effective length correction, but may decrease the fidelity of bias modeling results."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
254 <param argument="--strictIntersect" type="boolean" truevalue="--strictIntersect" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
255 label="Modifies how orphans are assigned." help="When this flag is set, if the intersection of the quasi-mappings for the left and right is empty, then all mappings for the left and all mappings for the right read are reported as orphaned quasi-mappings."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
256 <param argument="--minLen" type="integer" value="19" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
257 label=" (S)MEMs smaller than this size won't be considered." help="" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
258 <param argument="--sensitive" type="boolean" truevalue="--sensitive" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
259 label="Perform sensitive quantification" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
260 help=" Setting this option enables the splitting of SMEMs that are larger than 1.5 times the minimum seed length (minLen/k above). This may reveal high scoring chains of MEMs that are masked by long SMEMs. However, this option makes lightweight-alignment a bit slower and is usually not necessary if the reference is of reasonable quality." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
261 <param argument="--consistentHits" type="boolean" truevalue="--consistentHits" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
262 label="Force hits gathered during quasi-mapping to be consistent" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
263 help="" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
264 <param argument="--extraSensitive" type="boolean" truevalue="--extraSensitive" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
265 label="Perform extra sensitive quantification" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
266 help="Setting this option enables an extra pass of 'seed' search. Enabling this option may improve sensitivity (the number of reads having sufficient coverage), but will typically slow down quantification by ~40%. Consider enabling this option if you find the mapping rate to be significantly lower than expected."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
267 <param argument="--coverage" type="float" value="0.69999999999999996" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
268 label="Required coverage of read by union of SMEMs to consider it a hit" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
269 help="" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
270 <param argument="--fldMax" type="integer" value="1000" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
271 label="The maximum fragment length to consider when building the empirical distribution." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
272 help=""/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
273 <param argument="--fldMean" type="integer" value="200" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
274 label="The mean used in the fragment length distribution prior" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
275 help="If single end reads are being used for quantification, or there are an insufficient number of uniquely mapping reads when performing paired-end quantification to estimate the empirical fragment length distribution, then use this value to calculate effective lengths."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
276 <param argument="--fldSD" type="integer" value="80" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
277 label="Standard deviation" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
278 help="The standard deviation used in the fragment length distribution prior."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
279 <param argument="--forgettingFactor" type="float" value="0.65000000000000002" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
280 label="The forgetting factor used in the online learning schedule." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
281 help=" A smaller value results in quicker learning, but higher variance and may be unstable. A larger value results in slower learning but may be more stable. Value should be in the interval (0.5, 1.0]." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
282 <param argument="--maxOcc" type="integer" value="200" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
283 label="(S)MEMs occuring more than this many times won't be considered" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
284 help=""/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
285 <param argument="--initUniform" type="boolean" truevalue="--initUniform" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
286 label="Initialization with uniform parameters" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
287 help="initialize the offline inference with uniform parameters, rather than seeding with online parameters." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
288 <param argument="--maxReadOcc" type="integer" value="100" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
289 label="Maximal read mapping occurence" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
290 help="Reads mapping to more than this many places won't be considered."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
291 <param argument="--noEffectiveLengthCorrection" type="boolean" truevalue="--noEffectiveLengthCorrection" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
292 label="Disable effective length correction" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
293 help="Disables effective length correction when computing the probability that a fragment was generated from a transcript. If this flag is passed in, the fragment length distribution is not taken into account when computing this probability."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
294 <param argument="--noFragLengthDist" type="boolean" truevalue="--noFragLengthDist" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
295 label="Ignore fragment length distribution" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
296 help="[experimental] : Don't consider concordance with the learned fragment length distribution when trying to determine the probability that a fragment has originated from a specified location. Normally, Fragments with unlikely lengths will be assigned a smaller relative probability than those with more likely lengths. When this flag is passed in, the observed fragment length has no effect on that fragment's a priori probability." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
297 <param argument="--noBiasLengthThreshold" type="boolean" truevalue="--noBiasLengthThreshold" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
298 label="[experimental] : If this option is enabled, then no (lower) threshold will be set on how short bias correction can make effecctive lengths." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
299 help="This can increase the precision of bias correction, but harm robustness. The difault correction applies a threshold." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
300 <param argument="--numBiasSamples" type="integer" value="2000000" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
301 label="Number of fragment mappings to use when learning the sequence-specific bias model." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
302 help="" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
303 <param argument="--numAuxModelSamples" type="integer" value="5000000" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
304 label="The first numAuxModelSamples are used to train the auxiliary model parameters." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
305 help="(e.g. fragment length distribution, bias, etc.). After ther first numAuxModelSamples observations the auxiliary model parameters will be assumed to have converged and will be fixed." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
306 <param argument="--numPreAuxModelSamples" type="integer" value="1000000" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
307 label="The first numPreAuxModelSamples will have their assignment likelihoods and contributions to the transcript abundances computed without applying any auxiliary models." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
308 help=" The purpose of ignoring the auxiliary models for the first numPreAuxModelSamples observations is to avoid applying these models before thier parameters have been learned sufficiently well." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
309 <param argument="--splitWidth" type="integer" value="0" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
310 label=" If (S)MEM occurs fewer than this many times, search for smaller, contained MEMs" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
311 help="The default value will not split (S)MEMs, a higher value will result in more MEMs being explore and, thus, will result in increased running time." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
312 <param argument="--splitSpanningSeeds" type="boolean" truevalue="--splitSpanningSeeds" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
313 label="Attempt to split seeds that happen to fall on the boundary between two transcripts." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
314 help="This can improve the fragment hit-rate, but is usually not necessary."/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
315 <param argument="--useVBOpt" type="boolean" truevalue="--useVBOpt" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
316 label="Use the Variational Bayesian EM rather than the traditional EM algorithm for optimization in the batch passes." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
317 help=""/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
318 <param argument="--numGibbsSamples" type="integer" value="0" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
319 label=" Number of Gibbs sampling rounds to perform." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
320 help="" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
321 <param argument="--numBootstraps" type="integer" value="0" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
322 label="Number of bootstrap samples to generate. Note: This is mutually exclusive with Gibbs sampling." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
323 help="" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
324 <param argument="--perTranscriptPrior" type="boolean" truevalue="--perTranscriptPrior" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
325 label="The prior will be interpreted as a transcript-level prior." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
326 help="either the default or the argument provided via --vbPrior" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
327 <param argument="--vbPrior" type="float" value="0.001" optional="True" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
328 label="The prior that will be used in the VBEM algorithm." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
329 help="This is interpreted as a per-nucleotide prior, unless the --perTranscriptPrior flag is also given, in which case this is used as a transcript-level prior." /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
330 <param argument="--writeUnmappedNames" type="boolean" truevalue="--writeUnmappedNames" falsevalue="" checked="False" |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
331 label="Write the names of un-mapped reads to the file unmapped_names.txt." |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
332 help=""/> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
333 </section> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
334 </inputs> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
335 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
336 <outputs> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
337 <data name="output_quant" format="tabular" from_work_dir="output/quant.sf" label="${tool.name} on ${on_string} (Quantification)" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
338 <data name="output_gene_quant" format="tabular" from_work_dir="output/quant.genes.sf" label="${tool.name} on ${on_string} (Gene Quantification)"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
339 <filter>geneMap</filter> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
340 </data> |
5
53e9709776a0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
bgruening
parents:
4
diff
changeset
|
341 <data name="output_sam" format="sam" label="${tool.name} on ${on_string} (SAM format)"> |
53e9709776a0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
bgruening
parents:
4
diff
changeset
|
342 <filter>adv['writeMappings']</filter> |
53e9709776a0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
bgruening
parents:
4
diff
changeset
|
343 </data> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
344 </outputs> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
345 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
346 <tests> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
347 <test> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
348 <param name="single_or_paired_opts" value="paired" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
349 <param name="input_mate1" value="reads_1.fastq" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
350 <param name="input_mate2" value="reads_2.fastq" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
351 <param name="biasCorrect" value="False" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
352 <param name="TranscriptSource" value="history" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
353 <param name="ownFile" value="transcripts.fasta" ftype="fasta" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
354 <output name="output_quant"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
355 <assert_contents> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
356 <has_text text="EffectiveLength" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
357 <has_text text="TPM" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
358 <has_text text="NM_001168316" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
359 <has_text text="NM_174914" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
360 <has_text text="NM_018953" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
361 <has_text text="NR_003084" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
362 <has_text text="NM_017410" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
363 <has_text text="NM_153693" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
364 <has_text text="NR_031764" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
365 <has_n_columns n="5" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
366 </assert_contents> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
367 </output> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
368 </test> |
2
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
369 <test> <!-- gzipped input --> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
370 <param name="single_or_paired_opts" value="paired" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
371 <param name="input_mate1" value="reads_1.fastq.gz" ftype="fastqsanger.gz" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
372 <param name="input_mate2" value="reads_2.fastq.gz" ftype="fastqsanger.gz" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
373 <param name="biasCorrect" value="False" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
374 <param name="TranscriptSource" value="history" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
375 <param name="ownFile" value="transcripts.fasta" ftype="fasta" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
376 <output name="output_quant"> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
377 <assert_contents> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
378 <has_text text="EffectiveLength" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
379 <has_text text="TPM" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
380 <has_text text="NM_001168316" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
381 <has_text text="NM_174914" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
382 <has_text text="NM_018953" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
383 <has_text text="NR_003084" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
384 <has_text text="NM_017410" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
385 <has_text text="NM_153693" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
386 <has_text text="NR_031764" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
387 <has_n_columns n="5" /> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
388 </assert_contents> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
389 </output> |
1b22d8a18acc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 359ddec398e18d3e2a534239b1202691595d1243
bgruening
parents:
1
diff
changeset
|
390 </test> |
0
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
391 <test> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
392 <param name="single_or_paired_opts" value="paired" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
393 <param name="input_mate1" value="reads_1.fastq" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
394 <param name="input_mate2" value="reads_2.fastq" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
395 <param name="TranscriptSource" value="history" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
396 <param name="ownFile" value="transcripts.fasta" ftype="fasta" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
397 <param name="geneMap" value="gene_map.tab" ftype="tabular" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
398 <output name="output_quant"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
399 <assert_contents> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
400 <has_text text="EffectiveLength" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
401 <has_text text="TPM" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
402 <has_text text="NM_001168316" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
403 <has_text text="NM_174914" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
404 <has_text text="NM_018953" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
405 <has_text text="NR_003084" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
406 <has_text text="NM_017410" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
407 <has_text text="NM_153693" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
408 <has_text text="NR_031764" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
409 <has_n_columns n="5" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
410 </assert_contents> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
411 </output> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
412 <output name="output_gene_quant"> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
413 <assert_contents> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
414 <has_text text="EffectiveLength" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
415 <has_text text="TPM" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
416 <has_text text="baz" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
417 <has_text text="bar" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
418 <has_text text="2283" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
419 <has_text text="1640" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
420 <has_n_columns n="5" /> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
421 </assert_contents> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
422 </output> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
423 </test> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
424 </tests> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
425 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
426 <help><![CDATA[ |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
427 **What it does** |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
428 salmon is a tool for transcript quantification from RNA-seq data. It |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
429 requires a set of target transcripts (either from a reference or de-novo |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
430 assembly) to quantify. All you need to run Salmon is a fasta file containing |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
431 your reference transcripts and a (set of) fasta/fastq file(s) containing your |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
432 reads. Salmon runs in two phases; indexing and quantification. The indexing |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
433 step is independent of the reads, and only need to be run one for a particular |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
434 set of reference transcripts and choice of k (the k-mer size). The |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
435 quantification step, obviously, is specific to the set of RNA-seq reads and is |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
436 thus run more frequently. |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
437 When the quantification output contains a number of columns: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
438 (1) Transcript ID, |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
439 (2) Transcript Length, |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
440 (3) Transcripts per Million (TPM) and |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
441 (4) Estimated number of reads (an estimate of the number of reads drawn from this transcript given the transcript’s relative abundance and length). |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
442 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. |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
443 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, |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
444 originating from each isoform. Its benefit over the F/RPKM measure is that it is independent of the mean expressed transcript length |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
445 (i.e. if the mean expressed transcript length varies between samples, for example, this alone can affect differential analysis based on the K/RPKM.). |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
446 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
447 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
448 Fragment Library Types |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
449 ====================== |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
450 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
451 There are numerous library preparation protocols for RNA-seq that result in |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
452 sequencing reads with different characteristics. For example, reads can be |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
453 single end (only one side of a fragment is recorded as a read) or paired-end |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
454 (reads are generated from both ends of a fragment). Further, the sequencing |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
455 reads themselves may be unstraned or strand-specific. Finally, paired-end |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
456 protocols will have a specified relative orientation. To characterize the |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
457 various different typs of sequencing libraries, we've created a miniature |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
458 "language" that allows for the succinct description of the many different types |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
459 of possible fragment libraries. For paired-end reads, the possible |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
460 orientations, along with a graphical description of what they mean, are |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
461 illustrated below: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
462 .. image:: ReadLibraryIllustration.png |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
463 The library type string consists of three parts: the relative orientation of |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
464 the reads, the strandedness of the library, and the directionality of the |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
465 reads. |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
466 The first part of the library string (relative orientation) is only provided if |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
467 the library is paired-end. The possible options are: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
468 :: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
469 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
470 I = inward |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
471 O = outward |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
472 M = matching |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
473 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
474 The second part of the read library string specifies whether the protocol is |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
475 stranded or unstranded; the options are: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
476 :: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
477 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
478 S = stranded |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
479 U = unstranded |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
480 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
481 If the protocol is unstranded, then we're done. The final part of the library |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
482 string specifies the strand from which the read originates in a strand-specific |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
483 protocol — it is only provided if the library is stranded (i.e. if the |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
484 library format string is of the form S). The possible values are: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
485 :: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
486 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
487 F = read 1 (or single-end read) comes from the forward strand |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
488 R = read 1 (or single-end read) comes from the reverse strand |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
489 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
490 So, for example, if you wanted to specify a fragment library of strand-specific |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
491 paired-end reads, oriented toward each other, where read 1 comes from the |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
492 forward strand and read 2 comes from the reverse strand, you would specify ``-l |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
493 ISF`` on the command line. This designates that the library being processed has |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
494 the type "ISF" meaning, **I**\ nward (the relative orientation), **S**\ tranted |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
495 (the protocol is strand-specific), **F**\ orward (read 1 comes from the forward |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
496 strand). |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
497 The single end library strings are a bit simpler than their pair-end counter |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
498 parts, since there is no relative orientation of which to speak. Thus, the |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
499 only possible library format types for single-end reads are ``U`` (for |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
500 unstranded), ``SF`` (for strand-specific reads coming from the forward strand) |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
501 and ``SR`` (for strand-specific reads coming from the reverse strand). |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
502 A few more examples of some library format strings and their interpretations are: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
503 :: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
504 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
505 IU (an unstranded paired-end library where the reads face each other) |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
506 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
507 :: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
508 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
509 SF (a stranded single-end protocol where the reads come from the forward strand) |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
510 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
511 :: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
512 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
513 OSR (a stranded paired-end protocol where the reads face away from each other, |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
514 read1 comes from reverse strand and read2 comes from the forward strand) |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
515 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
516 .. note:: Correspondence to TopHat library types |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
517 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
518 The popular `TopHat <http://ccb.jhu.edu/software/tophat/index.shtml>`_ RNA-seq |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
519 read aligner has a different convention for specifying the format of the library. |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
520 Below is a table that provides the corresponding Salmon/salmon library format |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
521 string for each of the potential TopHat library types: |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
522 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
523 +---------------------+-------------------------+ |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
524 | TopHat | Salmon (and Sailfish) | |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
525 +=====================+============+============+ |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
526 | | Paired-end | Single-end | |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
527 +---------------------+------------+------------+ |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
528 |``-fr-unstranded`` |``-l IU`` |``-l U`` | |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
529 +---------------------+------------+------------+ |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
530 |``-fr-firststrand`` |``-l ISR`` |``-l SR`` | |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
531 +---------------------+------------+------------+ |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
532 |``-fr-secondstrand`` |``-l ISF`` |``-l SF`` | |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
533 +---------------------+------------+------------+ |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
534 |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
535 The remaining salmon library format strings are not directly expressible in terms |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
536 of the TopHat library types, and so there is no direct mapping for them. |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
537 ]]> </help> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
538 <citations> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
539 <citation type="doi">10.1101/021592</citation> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
540 </citations> |
91f3a2147127
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit d7607abc9feea09f0f8a227ead4da09323e167bb
bgruening
parents:
diff
changeset
|
541 </tool> |