Mercurial > repos > bgruening > salmon
annotate macros.xml @ 16:49121db48873 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
author | bgruening |
---|---|
date | Thu, 22 Jul 2021 14:05:28 +0000 |
parents | b265be7af3db |
children | c8903f357804 |
rev | line source |
---|---|
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
1 <macros> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
2 <token name="@VERSION@">1.5.1</token> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
3 <token name="@GALAXY_VERSION@">galaxy0</token> |
14
b265be7af3db
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 4c71464b5f5047e0745067c115c37a5d06867649"
bgruening
parents:
13
diff
changeset
|
4 <token name="@IDX_VERSION@">q7</token> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
5 <token name="@PROFILE_VERSION@">20.01</token> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
6 <xml name="requirements"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
7 <requirements> |
14
b265be7af3db
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 4c71464b5f5047e0745067c115c37a5d06867649"
bgruening
parents:
13
diff
changeset
|
8 <requirement type="package" version="@VERSION@">salmon</requirement> |
13
e3d32471da11
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
bgruening
parents:
12
diff
changeset
|
9 <requirement type="package" version="1.3">seqtk</requirement> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
10 <requirement type="package" version="1.12">samtools</requirement> |
12
7fdb9d1591e2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
11
diff
changeset
|
11 <requirement type="package" version="0.2.0">vpolo</requirement> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
12 <requirement type="package" version="1.3.0">pandas</requirement> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
13 <requirement type="package" version="1.7.0">scipy</requirement> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
14 </requirements> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
15 </xml> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
16 <xml name="orient"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
17 <param name="orientation" type="select" label="Relative orientation of reads within a pair"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
18 <option value="M">Mates are oriented in the same direction (M = matching)</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
19 <option value="O">Mates are oriented away from each other (O = outward)</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
20 <option value="I" selected="True">Mates are oriented toward each other (I = inward)</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
21 </param> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
22 </xml> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
23 <xml name="stranded"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
24 <conditional name="libtype" > |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
25 <param name="strandedness" type="select" label="Specify the strandedness of the reads" help="--libtype"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
26 <option value="A" selected="true">Infer automatically (A)</option> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
27 <option value="U">Not stranded (U)</option> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
28 <option value="SF">read comes from the forward strand (SF)</option> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
29 <option value="SR">read comes from the reverse strand (SR)</option> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
30 </param> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
31 <yield/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
32 </conditional> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
33 </xml> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
34 <xml name="stranded_se"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
35 <expand macro="stranded"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
36 <when value="A"/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
37 <when value="U"/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
38 <when value="SF"/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
39 <when value="SR"/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
40 </expand> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
41 </xml> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
42 <xml name="stranded_pe"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
43 <expand macro="stranded"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
44 <when value="A"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
45 </when> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
46 <when value="U"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
47 <expand macro="orient"/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
48 </when> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
49 <when value="SF"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
50 <expand macro="orient"/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
51 </when> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
52 <when value="SR"> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
53 <expand macro="orient"/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
54 </when> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
55 </expand> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
56 </xml> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
57 <xml name="index"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
58 <conditional name="refTranscriptSource"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
59 <param name="TranscriptSource" type="select" label="Select a reference transcriptome from your history or use a built-in index?" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
60 help="Built-ins were indexed using default options"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
61 <option value="indexed">Use a built-in index</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
62 <option value="history" selected="True">Use one from the history</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
63 </param> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
64 <when value="indexed"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
65 <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy admin"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
66 <options from_data_table="salmon_indexes_versioned"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
67 <filter type="sort_by" column="2"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
68 <filter type="static_value" column="4" value="@IDX_VERSION@" /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
69 <validator type="no_options" message="No indexes are available for the selected input dataset"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
70 </options> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
71 </param> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
72 </when> <!-- build-in --> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
73 <when value="history"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
74 <section name="s_index" title="Salmon index" expanded="true"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
75 <param name="fasta" type="data" format="fasta" label="Transcripts fasta file"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
76 <param name="kmer" type="integer" value="31" label="Kmer length"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
77 <param name="phash" type="boolean" label="Perfect Hash" truevalue="--perfectHash" falsevalue="" checked="false" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
78 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"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
79 </section> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
80 </when> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
81 </conditional> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
82 </xml> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
83 <xml name="reads"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
84 <section name="input" title="Data input" expanded="True"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
85 <conditional name="single_or_paired"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
86 <param name="single_or_paired_opts" type="select" label="Is this library mate-paired?"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
87 <option value="single">Single-end</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
88 <option value="paired">Paired-end</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
89 <option value="paired_collection">Paired-end Dataset Collection</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
90 <option value="paired_interleaved">Paired-end data from single interleaved dataset</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
91 </param> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
92 <when value="single"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
93 <param name="input_singles" type="data" format="fastq,fasta,fastq.gz,fastq.bz2" label="FASTQ/FASTA file" help="FASTQ file." /> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
94 <expand macro="stranded_se"/> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
95 </when> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
96 <when value="paired"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
97 <param name="input_mate1" type="data" format="fastq,fasta,fastq.gz,fastq.bz2,fastqsanger,fastqsanger.gz,fastqsanger.bz2" label="Mate pair 1" help="FASTQ file." /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
98 <param name="input_mate2" type="data" format="fastq,fasta,fastq.gz,fastq.bz2,fastqsanger,fastqsanger.gz,fastqsanger.bz2" label="Mate pair 2" help="FASTQ file." /> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
99 <expand macro="stranded_pe"/> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
100 </when> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
101 <when value="paired_collection"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
102 <param name="input_1" format="fastq,fasta,fastq.gz,fastq.bz2,fastqsanger,fastqsanger.gz,fastqsanger.bz2" type="data_collection" collection_type="paired" label="FASTQ Paired Dataset" help="Must be of datatype "fastqsanger" or "fasta"" /> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
103 <expand macro="stranded_pe"/> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
104 </when> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
105 <when value="paired_interleaved"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
106 <param name="input_1" format="fastq,fasta,fastq.gz,fastq.bz2,fastqsanger,fastqsanger.gz,fastqsanger.bz2" type="data" label="Interleaved FASTQ file" help="Must be of datatype "fastqsanger" or "fasta". --interleaved"/> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
107 <expand macro="stranded_pe"/> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
108 </when> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
109 </conditional> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
110 </section> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
111 <param argument="--type" type="select" label="Type of index" help="When using quasi, orphaned reads will be considered when performing lightweight-alignment."> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
112 <option value="quasi" selected="True">quasi</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
113 </param> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
114 <!--Salmon quant type select: reads-based or alignment-based--> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
115 <param name="discardOrphansQuasi" type="boolean" truevalue="--discardOrphansQuasi" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
116 label="Discard orphan quasi" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
117 help="Discard orphan mappings in quasi-mapping mode. If this flag is passed then only paired mappings will be considered toward quantification estimates. The default behavior is to consider orphan mappings if no valid paired mappings exist."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
118 <conditional name="validmap"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
119 <param name="validateMappings" type="boolean" truevalue="--validateMappings" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
120 label="Validate mappings" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
121 help="Validate mappings using alignment-based verifcation. If this flag is passed, quasi-mappings will be validated to ensure that they could give rise to a reasonable alignment before they are further used for quantification."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
122 <when value="--validateMappings"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
123 <param name="minScoreFraction" type="float" value="0.65" min="0.0" max="0.99" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
124 label="Min Score Fraction" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
125 help="The fraction of the optimal possible alignment score that a mapping must achieve in order to be considered valid. Should be in (0,1]."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
126 <param name="maxMMPExtension" type="integer" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
127 label="Sets the maximum allowable MMP extension when collecting suffix array intervals to be used in chaining. This prevents MMPs from becoming too long, and potentially masking intervals that would uncover other good quasi-mappings for the read. This heuristic mimics the idea of the maximum mappable safe prefix (MMSP) in selective alignment. Setting a smaller value will potentially allow for more sensitive, but slower, mapping."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
128 <param name="matchScore" argument="--ma" type="integer" value="2" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
129 label="Match Score" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
130 help="The value given to a match between read and reference nucleotides in an alignment."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
131 <param name="mismatchPenalty" argument="--mp" type="integer" value="4" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
132 label="Mismatch Penalty" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
133 help="The value given to a mis-match between read and reference nucleotides in an alignment. This will be cast to a negative value."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
134 <param name="gapOpenPenalty" argument="--go" type="integer" value="5" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
135 label="Gap Open Penalty" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
136 help="The value given to a gap opening in an alignment."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
137 <param name="gapExtensionPenalty" argument="--ge" type="integer" value="3" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
138 label="Gap Extension Penalty" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
139 help="The value given to a gap extension in an alignment."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
140 <param name="mimicBT2" type="boolean" truevalue="--mimicBT2" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
141 label="Mimic Bowtie 2" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
142 help=" Set flags to mimic parameters similar to Bowtie2 with --no-discordant and --no-mixed flags. This increases disallows dovetailing reads, and discards orphans. Note, this does not impose the very strict parameters assumed by RSEM+Bowtie2, like gapless alignments. For that behavior, use the --mimiStrictBT2 flag "/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
143 <param name="mimicStrictBT2" type="boolean" truevalue="--mimicStrictBT2" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
144 label="Mimic Strict Bowtie 2" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
145 help="Set flags to mimic the very strict parameters used by RSEM+Bowtie2. This increases --minScoreFraction to 0.8, disallows dovetailing reads, discards orphans, and disallows gaps in alignments."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
146 <param name="hardFilter" type="boolean" truevalue="--hardFilter" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
147 label="Hard Filter" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
148 help="Instead of weighting mappings by their alignment score, this flag will discard any mappings with sub-optimal alignment score. The default option of soft-filtering (i.e. weighting mappings by their alignment score) usually yields slightly more accurate abundance estimates but this flag may be desirable if you want more accurate 'naive' equivalence classes, rather than range factorized equivalence classes."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
149 </when> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
150 <when value=""/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
151 </conditional> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
152 <param name="consensusSlack" type="integer" optional="True" value="0" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
153 label="Consensus Slack" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
154 help="The amount of slack allowed in the quasi-mapping consensus mechanism. Normally, a transcript must cover all hits to be considered for mapping. If this is set to a value, X, greater than 0, then a transcript can fail to cover up to X hits before it is discounted as a mapping candidate. The default value of this option is 1 if --validateMappings is given and 0 otherwise."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
155 <param name="dovetail" label="Allow Dovetail" type="boolean" truevalue="--allowDovetail" falsevalue="" checked="False" help="Allow dovetail mappings"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
156 <param name="recoverOrphans" label="Recover Orphans" type="boolean" truevalue="--recoverOrphans" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
157 help="Attempt to recover the mates of orphaned reads. This uses edlib for orphan recovery, and so introduces some computational overhead, but it can improve sensitivity."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
158 <param name="writeMappings" type="boolean" truevalue="--writeMappings=./output/samout.sam" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
159 label="Write Mappings to Bam File" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
160 help="If this option is provided, then the quasi-mapping results will be written out in SAM-compatible format. By default, output will be directed to stdout, but an alternative file name can be provided instead"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
161 <param name="consistentHits" type="boolean" truevalue="--consistentHits" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
162 label="Consistent Hits" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
163 help="Force hits gathered during quasi-mapping to be 'consistent' (i.e. co-linear and approximately the right distance apart)."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
164 <param name="quasiCoverage" type="integer" optional="True" label="Quasi Coverage" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
165 help="[Experimental]: The fraction of the read that must be covered by MMPs (of length >= 31) if this read is to be considered as 'mapped'. This may help to avoid 'spurious' mappings. A value of 0 (the default) denotes no coverage threshold (a single 31-mer can yield a mapping). Since coverage by exact matching, large, MMPs is a rather strict condition, this value should likely be set to something low, if used."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
166 </xml> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
167 <xml name="align"> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
168 <param name="afile" type="data" format="qname_input_sorted.bam,qname_sorted.bam" label="Alignment file"/> |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
169 <param argument="--ont" type="boolean" truevalue="--ont" falsevalue="" label="Is this Alignment file a Oxford Nanopore Technologies (ONT) dataset ?" help="Select this for both cDNA and direct RNA ONT datasets. Enables an alignment error model designed to work with long-read alignments and disables the length effect in the generative model when computing the conditional probability of observing a fragment given that it arises from a specific transcript. This is because in long-read sequencing, we do not expect to observe (i.e. sequence) multiple fragments from the same molecule, and thus we do not expect the transcript length to directly affect the observed fragment count directly"/> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
170 <param name="transcript" type="data" format="fasta,fa" label="Transcript file"/> |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
171 <expand macro="stranded_se"/> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
172 <param name="discardOrphans" type="boolean" truevalue="--discardOrphans" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
173 label="Discard orphans" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
174 help="Discard orphan alignments in the input. If this flag is passed, then only paired alignments will be considered toward quantification estimates. The default behavior is to consider orphan alignments if no valid paired mappings exist."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
175 <param name="noErrorModel" type="boolean" truevalue="--noErrorModel" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
176 label="No Error Model" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
177 help="Turn off the alignment error model, which takes into account the the observed frequency of different types of mismatches / indels when computing the likelihood of a given alignment. Turning this off can speed up alignment-based salmon, but can harm quantification accuracy."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
178 <param name="numErrorBins" type="integer" optional="True" value="6" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
179 label="Number of Error Bins" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
180 help="The number of bins into which to divideeach read when learning and applying the error model. For example, a value of 10 would mean that effectively, a separate error model is learned and applied to each 10th of the read, whilea value of 3 would mean that a separate error model is applied to the read beginning (first third), middle (second third) and end (final third)."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
181 <param name="sampleOut" type="boolean" truevalue="--sampleOut" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
182 label="Sample out" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
183 help="Write a 'postSample.bam' file in the output directory that will sample the input alignments according to the estimated transcript abundances. If you're going to perform downstream analysis of the alignments with tools which don't, themselves, take fragment assignment ambiguity into account, you should use this output"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
184 <param name="sampleUnaligned" type="boolean" truevalue="--sampleUnaligned" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
185 label="Sample unaligned" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
186 help="In addition to sampling the aligned reads, also write the un-aligned reads to 'postSample.bam'."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
187 <param name="gencode" type="boolean" truevalue="--gencode" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
188 label="Gencode" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
189 help="This flag will expect the input transcript fasta to be in GENCODE format, and will split the transcript name at the first '|' character. These reduced names will be used in the output and when looking for these transcripts in a gene to transcript GTF."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
190 </xml> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
191 <xml name="quantboth"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
192 <param name="geneMap" type="data" format="tabular,gff,gtf" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
193 label="File containing a mapping of transcripts to genes" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
194 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."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
195 <param name="seqBias" type="boolean" truevalue="--seqBias" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
196 label="Perform sequence-specific bias correction"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
197 <param name="gcBias" type="boolean" truevalue="--gcBias" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
198 label="Perform fragment GC bias correction"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
199 <param name="incompatPrior" type="float" optional="True" min="0.0" max="1" value="0" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
200 help="Sets the prior probability that an alignment that disagrees with the specified library type (orientation and strandedness) 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"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
201 <param name="meta" type="boolean" truevalue="--meta" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
202 label="Meta" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
203 help="If you're using Salmon on a metagenomic dataset, consider setting this flag to disable parts of the abundance estimation model that make less sense for metagenomic data."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
204 <!--Salmon quant advanced options: available to both kinds of quant--> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
205 <section name="adv" title="Additional Options"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
206 <param name="skipQuant" type="boolean" truevalue="--skipQuant" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
207 label="skipQuant" help="Skip performing the actual transcript quantification (including any Gibbs sampling or bootstrapping)."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
208 <param name="dumpEq" type="boolean" truevalue="--dumpEq" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
209 label="Dump equivalence class counts" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
210 help="Dump the equivalence class counts that were computed during quasi-mapping."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
211 <param name="dumpEqWeights" type="boolean" truevalue="--dumpEqWeights" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
212 label="Dump equivalence class counts including rich weights" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
213 help="Includes 'rich' equivlance class weights in the output when equivalence class information is being dumped to file."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
214 <param name="minAssignedFrags" type="integer" optional="True" label="Minimum assigned fragments" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
215 help="The minimum number of fragments that must be assigned to the transcriptome for quantification to proceed."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
216 <param name="biasSpeedSamp" type="integer" value="5" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
217 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."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
218 <param name="fldMax" type="integer" value="1000" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
219 label="The maximum fragment length to consider when building the empirical distribution."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
220 <param name="fldMean" type="integer" value="250" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
221 label="The mean used in the fragment length distribution prior" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
222 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."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
223 <param name="fldSD" type="integer" value="25" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
224 label="Standard deviation" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
225 help="The standard deviation used in the fragment length distribution prior."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
226 <param name="forgettingFactor" type="float" value="0.65000000000000002" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
227 label="The forgetting factor used in the online learning schedule." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
228 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]." /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
229 <param name="initUniform" type="boolean" truevalue="--initUniform" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
230 label="Initialization with uniform parameters" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
231 help="initialize the offline inference with uniform parameters, rather than seeding with online parameters." /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
232 <param name="maxReadOcc" type="integer" value="100" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
233 label="Maximal read mapping occurence" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
234 help="Reads mapping to more than this many places won't be considered."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
235 <param name="noLengthCorrection" type="boolean" truevalue="--noLengthCorrection" falsevalue="" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
236 label="No length correction" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
237 help="[experimental] : Entirely disables length correction when estimating the abundance of transcripts. This option can be used with protocols where one expects that fragments derive from their underlying targets without regard to that target's length (e.g. QuantSeq)"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
238 <param name="noEffectiveLengthCorrection" type="boolean" truevalue="--noEffectiveLengthCorrection" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
239 label="Disable effective length correction" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
240 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."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
241 <param name="noFragLengthDist" type="boolean" truevalue="--noFragLengthDist" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
242 label="Ignore fragment length distribution" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
243 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." /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
244 <param name="noBiasLengthThreshold" type="boolean" truevalue="--noBiasLengthThreshold" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
245 label="[experimental] : If this option is enabled, then no (lower) threshold will be set on how short bias correction can make effecctive lengths." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
246 help="This can increase the precision of bias correction, but harm robustness. The default correction applies a threshold." /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
247 <param name="numBiasSamples" type="integer" value="2000000" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
248 label="Number of fragment mappings to use when learning the sequence-specific bias model."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
249 <param name="numAuxModelSamples" type="integer" value="5000000" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
250 label="The first numAuxModelSamples are used to train the auxiliary model parameters." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
251 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." /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
252 <param name="numPreAuxModelSamples" type="integer" value="5000" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
253 label="The first numPreAuxModelSamples will have their assignment likelihoods and contributions to the transcript abundances computed without applying any auxiliary models." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
254 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." /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
255 <param name="useEM" type="boolean" truevalue="--useEM" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
256 label="Use the traditional EM algorithm for optimization in the batch passes." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
257 help=""/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
258 <param name="rangeFactorizationBins" type="integer" value="0" label="Range of factorization bins" |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
259 help="Factorizes the likelihood used in quantification by adopting a new notion of equivalence classes based on the conditional probabilities with which fragments are generated from different transcripts. This is a more fine-grained factorization than the normal rich equivalence classes. The default value (0) corresponds to the standard rich equivalence classes, and larger values imply a more fine-grained factorization. If range factorization is enabled, a common value to select for this parameter is 4."/> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
260 <param name="numGibbsSamples" type="integer" value="0" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
261 label="Number of Gibbs sampling rounds to perform." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
262 help="" /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
263 <param name="noGammaDraw" type="boolean" truevalue="--noGammaDraw" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
264 label="No gamma draw" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
265 help="This switch will disable drawing transcript fractions from a Gamma distribution during Gibbs sampling. In this case the sampler does not account for shot-noise, but only assignment ambiguity"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
266 <param name="numBootstraps" type="integer" value="0" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
267 label="Number of bootstrap samples to generate. Note: This is mutually exclusive with Gibbs sampling." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
268 help="" /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
269 <param name="bootstrapReproject" type="boolean" truevalue="--bootstrapReproject" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
270 label="Bootstrap reproject" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
271 help="This switch will learn the parameter distribution from the bootstrapped counts for each sample, but will reproject those parameters onto the original equivalence class counts."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
272 <param name="thinningFactor" type="integer" value="16" optional="true" label="Thinning factor" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
273 help="Number of steps to discard for every sample kept from the Gibbs chain. The larger this number, the less chance that subsequent samples are auto-correlated, but the slower sampling becomes."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
274 <param name="perTranscriptPrior" type="boolean" truevalue="--perTranscriptPrior" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
275 label="The prior will be interpreted as a transcript-level prior." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
276 help="either the default or the argument provided via --vbPrior" /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
277 <param name="sigDigits" type="integer" value="3" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
278 label="Significant Digits" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
279 help="The number of significant digits to write when outputting the EffectiveLength and NumReads columns."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
280 <param name="vbPrior" type="float" value="1.0000000000000001e-05" optional="True" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
281 label="The prior that will be used in the VBEM algorithm." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
282 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." /> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
283 <param name="writeOrphanLinks" type="boolean" truevalue="--writeOrphanLinks" falsevalue="" checked="False" label="Write orphan links" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
284 help="Write the transcripts that are linked by orphaned reads."/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
285 <param name="writeUnmappedNames" type="boolean" truevalue="--writeUnmappedNames" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
286 label="Write the names of un-mapped reads to the file unmapped_names.txt." |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
287 help=""/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
288 </section> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
289 </xml> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
290 <xml name="quantmerge"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
291 <repeat name="quantfiles" title="Quant file and names"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
292 <param name="quants" type="data" format="tsv,tabular" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
293 label="Salmon quant tabular output files"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
294 <param name="names" type="text" label="One-word sample names" optional="True"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
295 </repeat> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
296 <param name="column" type="select" label="Columns" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
297 help="Name of columns that will be merged in the output file"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
298 <option value="len" selected="True">Length</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
299 <option value="elen">Effective Length</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
300 <option value="tpm">Transcripts per Million</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
301 <option value="numreads">NumReads</option> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
302 </param> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
303 <param name="genes" type="boolean" truevalue="--genes" falsevalue="" checked="False" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
304 label="Genes" help="Use gene quantifications instead of transcript"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
305 <param name="missing" type="integer" label="Missing" optional="True" help="The value of missing values"/> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
306 </xml> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
307 <xml name="citations"> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
308 <citations> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
309 <citation type="doi">10.1186/s13059-019-1670-y</citation> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
310 <citation type="doi">10.1038/nmeth.4197</citation> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
311 </citations> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
312 </xml> |
13
e3d32471da11
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
bgruening
parents:
12
diff
changeset
|
313 <token name="@bam_sort@"><![CDATA[samtools sort -@ \${GALAXY_SLOTS} --output-fmt=BAM -o ./output/bamout.bam]]></token> |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
314 <token name="@indexing@"><![CDATA[ |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
315 mkdir ./index && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
316 mkdir ./output && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
317 #if $quant_type.refTranscriptSource.TranscriptSource != "indexed": |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
318 salmon index -i ./index |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
319 --kmerLen '${quant_type.refTranscriptSource.s_index.kmer}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
320 --gencode |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
321 --transcripts '${quant_type.refTranscriptSource.s_index.fasta}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
322 && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
323 #set $index_path = './index' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
324 #else |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
325 #set $index_path = $quant_type.refTranscriptSource.index.fields.path |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
326 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
327 ]]> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
328 </token> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
329 <token name="@salreads@"><![CDATA[ |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
330 #set compressed = 'no' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
331 #if $quant_type.input.single_or_paired.single_or_paired_opts == 'single': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
332 #if $quant_type.input.single_or_paired.input_singles.ext == 'fasta': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
333 #set $ext = 'fasta' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
334 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
335 #if $quant_type.input.single_or_paired.input_singles.is_of_type("fastq.gz", "fastqsanger.gz"): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
336 #set compressed = 'GZ' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
337 #else if $quant_type.input.single_or_paired.input_singles.is_of_type("fastq.bz2", "fastqsanger.bz2"): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
338 #set compressed = 'BZ2' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
339 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
340 #set $ext = 'fastq' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
341 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
342 ln -s $quant_type.input.single_or_paired.input_singles ./single.$ext && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
343 #else if $quant_type.input.single_or_paired.single_or_paired_opts == 'paired': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
344 #if $quant_type.input.single_or_paired.input_mate1.ext == 'fasta': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
345 #set $ext = 'fasta' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
346 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
347 #if $quant_type.input.single_or_paired.input_mate1.is_of_type("fastq.gz", "fastqsanger.gz"): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
348 #set compressed = 'GZ' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
349 #else if $quant_type.input.single_or_paired.input_mate1.is_of_type("fastq.bz2", "fastqsanger.bz2"): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
350 #set compressed = 'BZ2' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
351 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
352 #set $ext = 'fastq' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
353 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
354 ln -s $quant_type.input.single_or_paired.input_mate1 ./mate1.$ext && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
355 ln -s $quant_type.input.single_or_paired.input_mate2 ./mate2.$ext && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
356 #else if $quant_type.input.single_or_paired.single_or_paired_opts == 'paired_collection': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
357 #if $quant_type.input.single_or_paired.input_1.forward.ext == 'fasta': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
358 #set $ext = 'fasta' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
359 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
360 #if $quant_type.input.single_or_paired.input_1.forward.is_of_type("fastq.gz", "fastqsanger.gz"): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
361 #set compressed = 'GZ' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
362 #else if $quant_type.input.single_or_paired.input_1.forward.is_of_type("fastq.bz2", "fastqsanger.bz2"): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
363 #set compressed = 'BZ2' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
364 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
365 #set $ext = 'fastq' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
366 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
367 ln -s '${quant_type.input.single_or_paired.input_1.forward}' ./mate1.$ext && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
368 ln -s '${quant_type.input.single_or_paired.input_1.reverse}' ./mate2.$ext && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
369 #else if '$quant_type.input.single_or_paired.single_or_paired_opts' == 'paired_interleaved': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
370 #if $quant_type.input.single_or_paired.input_1.ext == 'fasta': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
371 #set $ext = 'fasta' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
372 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
373 #if $quant_type.input.single_or_paired.input_1.is_of_type("fastq.gz", "fastqsanger.gz"): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
374 #set compressed = 'GZ' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
375 #else if $quant_type.input.single_or_paired.input_1.is_of_type("fastq.bz2", "fastqsanger.bz2"): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
376 #set compressed = 'BZ2' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
377 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
378 #set $ext = 'fastq' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
379 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
380 ln -s '$quant_type.input.single_or_paired.input_1' ./mate1.$ext && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
381 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
382 #if $geneMap: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
383 ln -s '$geneMap' ./geneMap.${geneMap.ext} && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
384 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
385 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
386 salmon quant |
14
b265be7af3db
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 4c71464b5f5047e0745067c115c37a5d06867649"
bgruening
parents:
13
diff
changeset
|
387 --index '$index_path' |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
388 #if $quant_type.input.single_or_paired.single_or_paired_opts == 'single': |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
389 --libType ${quant_type.input.single_or_paired.libtype.strandedness} |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
390 #if $compressed == 'GZ': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
391 --unmatedReads <(zcat < ./single.$ext) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
392 #else if $compressed == 'BZ2': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
393 --unmatedReads <(bzcat < ./single.$ext) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
394 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
395 --unmatedReads ./single.$ext |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
396 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
397 #else: |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
398 --libType |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
399 #if $quant_type.input.single_or_paired.libtype.strandedness == 'A' |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
400 A |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
401 #else |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
402 ${quant_type.input.single_or_paired.libtype.orientation}${quant_type.input.single_or_paired.libtype.strandedness} |
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
403 #end if |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
404 #if $quant_type.input.single_or_paired.single_or_paired_opts == 'paired_interleaved': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
405 #if $compressed == 'BZ2': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
406 --mates1 <(bzcat < ./mate1.$ext | seqtk seq -1) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
407 --mates2 <(bzcat < ./mate1.$ext | seqtk seq -2) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
408 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
409 --mates1 <(seqtk seq -1 ./mate1.$ext) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
410 --mates2 <(seqtk seq -2 ./mate1.$ext) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
411 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
412 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
413 #if $compressed == 'GZ': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
414 --mates1 <(zcat < ./mate1.$ext) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
415 --mates2 <(zcat < ./mate2.$ext) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
416 #else if $compressed == 'BZ2': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
417 --mates1 <(bzcat < ./mate1.$ext) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
418 --mates2 <(bzcat < ./mate2.$ext) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
419 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
420 --mates1 ./mate1.$ext |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
421 --mates2 ./mate2.$ext |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
422 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
423 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
424 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
425 --threads "\${GALAXY_SLOTS:-4}" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
426 ${quant_type.discardOrphansQuasi} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
427 ${quant_type.validmap.validateMappings} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
428 #if $quant_type.validmap.validateMappings: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
429 #if $quant_type.validmap.minScoreFraction: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
430 --minScoreFraction '${quant_type.validmap.minScoreFraction}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
431 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
432 #if $quant_type.validmap.maxMMPExtension: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
433 --maxMMPExtension '${quant_type.validmap.maxMMPExtension}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
434 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
435 #if $quant_type.validmap.matchScore: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
436 --ma '${$quant_type.validmap.matchScore}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
437 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
438 #if $quant_type.validmap.mismatchPenalty: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
439 --mp '${$quant_type.validmap.mismatchPenalty}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
440 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
441 #if $quant_type.validmap.gapOpenPenalty: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
442 --go '${$quant_type.validmap.gapOpenPenalty}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
443 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
444 #if $quant_type.validmap.gapExtensionPenalty: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
445 --ge '${$quant_type.validmap.gapExtensionPenalty}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
446 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
447 ${$quant_type.validmap.mimicBT2} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
448 ${$quant_type.validmap.mimicStrictBT2} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
449 ${$quant_type.validmap.hardFilter} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
450 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
451 #if $quant_type.consensusSlack: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
452 --consensusSlack '${quant_type.consensusSlack}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
453 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
454 ${quant_type.dovetail} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
455 ${quant_type.recoverOrphans} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
456 ${quant_type.writeMappings} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
457 ${quant_type.consistentHits} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
458 #if $quant_type.quasiCoverage: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
459 --quasiCoverage '${quant_type.quasiCoverage}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
460 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
461 ]]> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
462 </token> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
463 <token name="@salalign@"><![CDATA[ |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
464 #if $geneMap: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
465 ln -s "$geneMap" ./geneMap.${geneMap.ext} && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
466 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
467 salmon quant |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
468 -t '${quant_type.transcript}' |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
469 -l '${quant_type.libtype.strandedness}' |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
470 -a '${quant_type.afile}' |
16
49121db48873
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
14
diff
changeset
|
471 $quant_type.ont |
10
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
472 --threads "\${GALAXY_SLOTS:-4}" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
473 ${quant_type.discardOrphans} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
474 ${quant_type.noErrorModel} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
475 #if $quant_type.numErrorBins: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
476 --numErrorBins '${quant_type.numErrorBins}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
477 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
478 ${quant_type.sampleOut} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
479 ${quant_type.sampleUnaligned} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
480 ${quant_type.gencode} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
481 ]]> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
482 </token> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
483 <token name="@salquant@"><![CDATA[ |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
484 #if $geneMap: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
485 --geneMap ./geneMap.${geneMap.ext} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
486 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
487 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
488 ##Further basic options## |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
489 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
490 ${seqBias} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
491 ${gcBias} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
492 --incompatPrior '${incompatPrior}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
493 ${meta} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
494 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
495 ##Advanced options## |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
496 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
497 ${adv.skipQuant} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
498 ${adv.dumpEq} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
499 ${adv.dumpEqWeights} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
500 #if $adv.minAssignedFrags: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
501 --minAssignedFrags '${adv.minAssignedFrags}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
502 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
503 #if $adv.biasSpeedSamp: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
504 --biasSpeedSamp '${adv.biasSpeedSamp}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
505 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
506 #if $adv.fldMax: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
507 --fldMax '${adv.fldMax}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
508 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
509 #if $adv.fldMean: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
510 --fldMean '${adv.fldMean}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
511 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
512 #if $adv.fldSD: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
513 --fldSD '${adv.fldSD}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
514 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
515 #if $adv.forgettingFactor: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
516 --forgettingFactor '${adv.forgettingFactor}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
517 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
518 ${adv.initUniform} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
519 #if str($adv.maxReadOcc): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
520 --maxReadOcc '${adv.maxReadOcc}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
521 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
522 ${adv.noLengthCorrection} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
523 ${adv.noEffectiveLengthCorrection} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
524 ${adv.noFragLengthDist} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
525 ${adv.noBiasLengthThreshold} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
526 #if str($adv.numBiasSamples): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
527 --numBiasSamples '${adv.numBiasSamples}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
528 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
529 #if str($adv.numAuxModelSamples): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
530 --numAuxModelSamples '${adv.numAuxModelSamples}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
531 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
532 #if str($adv.numPreAuxModelSamples): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
533 --numPreAuxModelSamples '${adv.numPreAuxModelSamples}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
534 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
535 ${adv.useEM} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
536 #if $adv.rangeFactorizationBins: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
537 --rangeFactorizationBins '${adv.rangeFactorizationBins}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
538 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
539 #if str($adv.numGibbsSamples): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
540 --numGibbsSamples '${adv.numGibbsSamples}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
541 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
542 ${adv.noGammaDraw} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
543 #if str($adv.numBootstraps): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
544 --numBootstraps '${adv.numBootstraps}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
545 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
546 ${adv.bootstrapReproject} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
547 #if $adv.thinningFactor: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
548 --thinningFactor '${adv.thinningFactor}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
549 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
550 ${adv.perTranscriptPrior} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
551 --sigDigits '${adv.sigDigits}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
552 #if $adv.vbPrior: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
553 --vbPrior '${adv.vbPrior}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
554 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
555 ${adv.writeOrphanLinks} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
556 ${adv.writeUnmappedNames} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
557 -o ./output |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
558 ]]> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
559 </token> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
560 <token name="@qmerge@"><![CDATA[ |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
561 #import re |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
562 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
563 #for $counter, $input_data in enumerate($quantfiles): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
564 rank_of_series=$counter |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
565 mkdir ${counter}.quantmerge && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
566 ln -s $input_data.quants ${counter}.quantmerge/quant.sf && |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
567 #end for |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
568 salmon quantmerge |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
569 --quants *.quantmerge |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
570 --names |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
571 #for $counter, $input_data in enumerate($quantfiles): |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
572 #if $input_data.names and re.sub(' ', '', '$input_data.names') != '': |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
573 '${input_data.names}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
574 #else: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
575 #set $identifier=re.sub('[^\w\-\s]', '_', str($input_data.quants.element_identifier)) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
576 "$identifier" |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
577 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
578 #end for |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
579 --column '${column}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
580 ${genes} |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
581 #if $missing: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
582 --missing '${missing}' |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
583 #end if |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
584 -o qmergeout.tab |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
585 ]]> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
586 </token> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
587 <token name="@salmonhelp@"><![CDATA[ |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
588 Salmon is a lightweight method for quantifying transcript abundance from RNA–seq reads, combining a dual-phase parallel inference algorithm and feature-rich bias models with an ultra-fast read mapping procedure. |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
589 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
590 The salmon package contains 4 tools: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
591 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
592 * Index: creates a salmon index |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
593 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
594 * Quant: quantifies a sample (Reads or mapping-based) |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
595 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
596 * Alevin: Single-cell analysis |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
597 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
598 * Quantmerge: Merges multiple quantifications into a single file |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
599 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
600 Galaxy divides these four into three separate tools in the IUC toolshed: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
601 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
602 * Salmon quant |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
603 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
604 * Salmon quantmerge |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
605 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
606 * Alevin |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
607 ]]> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
608 </token> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
609 <token name="@alevinhelp@"><![CDATA[ |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
610 Alevin is a tool — integrated with the salmon software — that introduces a family of algorithms for quantification and analysis of 3’ tagged-end single-cell sequencing data. Currently alevin supports the following two major droplet based single-cell protocols: |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
611 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
612 * Drop-seq |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
613 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
614 * 10x-Chromium v1/2/3 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
615 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
616 Alevin works under the same indexing scheme (as salmon) for the reference, and consumes the set of FASTA/Q files(s) containing the Cellular Barcode(CB) + Unique Molecule identifier (UMI) in one read file and the read sequence in the other. Given just the transcriptome and the raw read files, alevin generates a cell-by-gene count matrix (in a fraction of the time compared to other tools). |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
617 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
618 Alevin works in two phases. In the first phase it quickly parses the read file containing the CB and UMI information to generate the frequency distribution of all the observed CBs, and creates a lightweight data-structure for fast-look up and correction of the CB. In the second round, alevin utilizes the read-sequences contained in the files to map the reads to the transcriptome, identify potential PCR/sequencing errors in the UMIs, and performs hybrid de-duplication while accounting for UMI collisions. Finally, a post-abundance estimation CB whitelisting procedure is done and a cell-by-gene count matrix is generated. |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
619 |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
620 For further information regarding the tool and its optional parameters, visit the `Alevin <https://salmon.readthedocs.io/en/latest/alevin.html?highlight=alevin>`__ and `Salmon <https://salmon.readthedocs.io/en/latest/index.html>`__ wikis. |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
621 ]]> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
622 </token> |
4de6e2e40c7a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
623 </macros> |