Mercurial > repos > iuc > slamdunk
annotate slamdunk.xml @ 1:9dfecde9fa06 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
| author | iuc |
|---|---|
| date | Sun, 20 Jan 2019 06:50:55 -0500 |
| parents | a4de8b7d6f10 |
| children | 4b677ea9314a |
| rev | line source |
|---|---|
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
1 <tool id="slamdunk" name="Slamdunk" version="@TOOL_VERSION@+galaxy1"> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
2 <description>- streamlining SLAM-seq analysis with ultra-high sensitivity</description> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
3 <macros> |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
4 <import>macros.xml</import> |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
5 </macros> |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
6 <expand macro="requirements" /> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
7 <version_command>slamdunk --version</version_command> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
9 #if $reference_source.reference_source_selector == 'history': |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
10 ln -f -s '$reference_source.ref_file' reference.fa && |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
11 #else: |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
12 ln -f -s '$reference_source.ref_file.fields.path' reference.fa && |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
13 #end if |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
14 slamdunk all -r reference.fa -b '$Reference' -o ./out |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
15 -n $multimapper.multimappers |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
16 $multimapper.multimap |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
17 #if $multimapper.filterbed.bedtofilter: |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
18 -fb $multimapper.filterbed.bedtofilter |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
19 #end if |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
20 -5 $quantseq.trim5 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
21 -a $quantseq.maxpolyA |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
22 $advanced.endtoend |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
23 -mq $advanced.minMQ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
24 -mi $advanced.minID |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
25 -nm=$advanced.maxNM |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
26 -mc $advanced.minCov |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
27 -mv $advanced.minVar |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
28 -mbq $advanced.minBaseQual |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
29 -rl $readLength |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
30 -c $covThresh |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
31 '$Reads' |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
32 ]]></command> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
33 <inputs> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
34 <expand macro="reference_files" /> |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
35 <param name="Reads" type="data" format="fastqsanger,fastqsanger.gz" label="FASTQ files"/> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
36 <section name="multimapper" title="Multimapper recovery" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
37 expanded="false"> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
38 <section name="filterbed" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
39 title="Use separate 3' UTR bed to filter multimappers." expanded="false"> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
40 <param name="bedtofilter" type="data" format="bed" optional="true" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
41 label="Bed to filter" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
42 </section> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
43 <param name="multimappers" type="integer" min="1" value="1" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
44 label="Maximum number of alignments to report per read" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
45 help="The maximum number of alignments is used to track multimapping read alignments. The more are allowed, the more sensitive the multimapper filtering will be, but also the longer the runtime will be. 100 was used in previous publications." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
46 <param name="multimap" type="boolean" truevalue="--multimap" falsevalue="" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
47 label="Use reference bed file to resolve multimappers." |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
48 help="Enable multimapper recovery, requires -n to be set to a value > 1 to have impact." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
49 </section> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
50 <section name="quantseq" title="Quantseq" expanded="false"> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
51 <param name="trim5" type="integer" min="0" value="12" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
52 label="Number of bp to remove from the 5' end of all reads" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
53 help="For Lexogen's Quantseq kit and previous SLAM-seq papers a clipping of 12 bp from the 5' end is recommended." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
54 <param name="maxpolyA" type="integer" min="0" value="4" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
55 label="Maximum number of As at the 3' end of a read" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
56 help="The maximum number of allowed As at the 3' end of a read. All A-stretches that exceed this threshold are clipped because they are likely part of the poly-A tail." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
57 </section> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
58 <section name="advanced" title="Advanced settings." expanded="false"> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
59 <param name="endtoend" type="boolean" truevalue="--endtoend" falsevalue="" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
60 label="Enable end-to-end alignments for mapping." |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
61 help="Enable end-to-end alignments for mapping in slamdunk with --endtoend" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
62 <param name="minMQ" type="integer" min="0" value="2" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
63 label="Minimum mapping quality" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
64 help="Minimum mapping quality to consider alignments (default: 2)." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
65 <param name="minID" type="float" min="0" value="0.95" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
66 label="Minimum alignment identity" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
67 help="Minimum alignment-identity to consider alignments (default: 0.95)." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
68 <param name="maxNM" type="integer" value="-1" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
69 label="Maximum number of mismatches" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
70 help="Maximum number of mismatches to consider alignments. Negative numbers deactivate filter (default: -1)." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
71 <param name="minCov" type="integer" min="0" value="10" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
72 label="Minimum coverage to call variant" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
73 help="Minimum coverage to call variant (default: 10)." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
74 <param name="minVar" type="float" min="0" value="0.8" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
75 label="Minimum variant fraction to call variant" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
76 help="Minimum variant fraction to call variant (default: 0.8)." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
77 <param name="minBaseQual" type="integer" min="0" value="27" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
78 label="Minimum base quality" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
79 help="Minimum base quality for T>C conversions (default: 27)." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
80 </section> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
81 <param name="covThresh" type="integer" min="1" value="1" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
82 label="T>C conversion threshold" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
83 help="Number of T>C conversions required to count a read as a T>C read (default: 1)." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
84 <param name="readLength" type="integer" min="50" value="50" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
85 label="Read length" |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
86 help="Maximum read length (before trimming)." /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
87 </inputs> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
88 <outputs> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
89 <data name="outputBam" format="bam" from_work_dir="./out/filter/*.bam" label="${tool.name} on ${on_string}: BAM"/> |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
90 <data name="outputTsv" format="tabular" from_work_dir="./out/count/*_tcount.tsv" label="${tool.name} on ${on_string}: Count TSV"/> |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
91 <data name="outputVcf" format="vcf" from_work_dir="./out/snp/*vcf" label="${tool.name} on ${on_string}: VCF"/> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
92 </outputs> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
93 <tests> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
94 <test> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
95 <!--Ensure default outputs work --> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
96 <param name="reference_source_selector" value="history" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
97 <param name="ref_file" value="ref.fa" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
98 <param name="Reference" value="actb.bed" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
99 <param name="Reads" value="reads.fq" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
100 <param name="readLength" value="100" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
101 <section name="quantseq"> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
102 <param name="trim5" value="0" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
103 </section> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
104 <section name="advanced"> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
105 <param name="minBaseQual" value="27" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
106 </section> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
107 <output name="outputBam" ftype="bam" file="reads1.bam" compare="sim_size"/> |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
108 <output name="outputTsv" ftype="tabular" file="reads_slamdunk_mapped_filtered_tcount.tsv" |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
109 lines_diff="2" /> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
110 <output name="outputVcf" ftype="vcf" file="reads1_snp.vcf" compare="sim_size"/> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
111 </test> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
112 <test> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
113 <!--Ensure built-in fasta works --> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
114 <param name="reference_source_selector" value="cached" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
115 <param name="Reference" value="actb.bed" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
116 <param name="Reads" ftype="fastqsanger" dbkey="hg38" value="reads.fq" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
117 <param name="readLength" value="100" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
118 <section name="quantseq"> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
119 <param name="trim5" value="0" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
120 </section> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
121 <section name="advanced"> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
122 <param name="minBaseQual" value="27" /> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
123 </section> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
124 <output name="outputBam" ftype="bam" file="reads1.bam" compare="sim_size"/> |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
125 <output name="outputTsv" ftype="tabular" file="reads_slamdunk_mapped_filtered_tcount.tsv" |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
126 lines_diff="2" /> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
127 <output name="outputVcf" ftype="vcf" file="reads1_snp.vcf" compare="sim_size"/> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
128 </test> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
129 </tests> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
130 <help><![CDATA[ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
131 SLAM-seq |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
132 ======== |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
133 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
134 SLAM-seq is a novel sequencing protocol that directly uncovers 4-thiouridine incorporation events in RNA by high-throughput sequencing. When combined with metabolic labeling protocols, SLAM-seq allows to study the intracellular RNA dynamics, from transcription, RNA processing to RNA stability. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
135 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
136 Original publication: `Herzog et al., Nature Methods, 2017; doi:10.1038/nmeth.4435 <https://www.nature.com/nmeth/journal/vaop/ncurrent/full/nmeth.4435.html>`_ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
137 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
138 Slamdunk |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
139 ======== |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
140 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
141 To analyze a given SLAM-seq dataset with *slamdunk* without recovering multimappers, you only need to provide the following files and keep everything else to the default parameters. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
142 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
143 =============== ========================================================================================================================================================== |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
144 Parameter Description |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
145 =============== ========================================================================================================================================================== |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
146 **Genome** The reference fasta file (Genome assembly). |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
147 **Reference** BED-file containing coordinates for 3' UTRs. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
148 **Reads** Sample FASTQ(gz) files. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
149 **Read length** Maximum length of reads (usually 50, 100, 150). |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
150 =============== ========================================================================================================================================================== |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
151 |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
152 This will run the entire *slamdunk* analysis (`slamdunk all`) with the most relevant output files being: |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
153 |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
154 * Tab-separated *tcount* file (Count TSV) containing the SLAM-seq statistics per UTR |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
155 * BAM-file with the final filtered mapped reads |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
156 * VCF file of variants called on the final filtered alignments |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
157 |
|
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
158 These files can be input to the **Alleyoop** tool for visualization and further processing. See the `Slamdunk documentation`_ for more information. |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
159 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
160 ------------------------------------------------------ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
161 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
162 Multimapper recovery |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
163 -------------------- |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
164 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
165 To utilize multimapper recovery, modify the following parameters. You must either choose a separate 3' UTR file or activate filtering |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
166 on the supplied reference file. Will only yield different results than a unique-mapping run by specifying a number > 1 as maximum number of multimapper aligments to consider. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
167 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
168 =================================================== ========================================================= |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
169 Parameter Description |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
170 =================================================== ========================================================= |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
171 **Maximum number of alignments to report per read** The maximum number of multimapper alignments to consider. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
172 **Use separate 3' UTR bed to filter multimappers.** 3' UTR bed file to filter. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
173 **Use reference bed file to resolve multimappers.** Use reference as 3' UTR bed file to filter. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
174 =================================================== ========================================================= |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
175 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
176 ------------------------------------------------------ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
177 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
178 T>C conversions |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
179 --------------- |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
180 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
181 Depending on the use case, more stringent or more lenient measures of T>C conversion and T>C reads are required such as 2 T>C by `Muhar et al., Science, 2018; http://doi.org/10.1126/science.aao2793 <http://science.sciencemag.org/content/early/2018/04/04/science.aao2793>`_ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
182 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
183 This can be controlled by the following parameter: |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
184 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
185 ============================ ================================================================================ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
186 Parameter Description |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
187 ============================ ================================================================================ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
188 **T>C conversion threshold** Minimum number of T>C conversions to consider a read as T>C read. |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
189 ============================ ================================================================================ |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
190 |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
191 .. _`Slamdunk documentation`: http://t-neumann.github.io/slamdunk/docs.html |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
192 |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
193 ]]></help> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
194 <citations> |
|
1
9dfecde9fa06
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit dbd131d3a162e9d70c305148d305680acb549e93
iuc
parents:
0
diff
changeset
|
195 <expand macro="citations" /> |
|
0
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
196 </citations> |
|
a4de8b7d6f10
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
197 </tool> |
