Mercurial > repos > iuc > slamdunk
annotate slamdunk.xml @ 0:3fd7458bc861 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
author | iuc |
---|---|
date | Thu, 11 Oct 2018 20:33:07 -0400 |
parents | |
children | 57bf9a0d49a5 |
rev | line source |
---|---|
0
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
1 <tool id="slamdunk" name="Slamdunk" version="0.3.3"> |
3fd7458bc861
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> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
3 <requirements> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="0.3.3">slamdunk</requirement> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
5 </requirements> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
6 <version_command>slamdunk --version</version_command> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
8 #if $reference_source.reference_source_selector == 'history': |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
9 ln -f -s '$reference_source.ref_file' reference.fa && |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
10 #else: |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
11 ln -f -s '$reference_source.ref_file.fields.path' reference.fa && |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
12 #end if |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
13 slamdunk all -r reference.fa -b '$Reference' -o ./out |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
14 -n $multimapper.multimappers |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
15 $multimapper.multimap |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
16 #if $multimapper.filterbed.bedtofilter: |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
17 -fb $multimapper.filterbed.bedtofilter |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
18 #end if |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
19 -5 $quantseq.trim5 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
20 -a $quantseq.maxpolyA |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
21 $advanced.endtoend |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
22 -mq $advanced.minMQ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
23 -mi $advanced.minID |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
24 -nm=$advanced.maxNM |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
25 -mc $advanced.minCov |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
26 -mv $advanced.minVar |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
27 -mbq $advanced.minBaseQual |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
28 -rl $readLength |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
29 -c $covThresh |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
30 '$Reads' |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
31 ]]></command> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
32 <inputs> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
33 <conditional name="reference_source"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
34 <param name="reference_source_selector" type="select" label="Genome" help="Select a built-in FASTA file (if available) or one from the history"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
35 <option value="cached">Use a built-in FASTA</option> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
36 <option value="history">Use a FASTA from history</option> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
37 </param> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
38 <when value="cached"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
39 <param name="ref_file" type="select" label="Use built-in FASTA" help="Select genome from the list"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
40 <options from_data_table="all_fasta"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
41 <filter type="sort_by" column="2" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
42 <validator type="no_options" message="No reference genomes are available" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
43 </options> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
44 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
45 </param> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
46 </when> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
47 <when value="history"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
48 <param name="ref_file" type="data" format="fasta" label="Use the following dataset as the FASTA" help="You can upload a FASTA sequence to the history and use it as reference" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
49 </when> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
50 </conditional> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
51 <param name="Reference" type="data" format="bed" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
52 <param name="Reads" type="data" format="fastqsanger,fastqsanger.gz" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
53 <section name="multimapper" title="Multimapper recovery" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
54 expanded="false"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
55 <section name="filterbed" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
56 title="Use separate 3' UTR bed to filter multimappers." expanded="false"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
57 <param name="bedtofilter" type="data" format="bed" optional="true" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
58 label="Bed to filter" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
59 </section> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
60 <param name="multimappers" type="integer" min="1" value="1" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
61 label="Maximum number of alignments to report per read" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
62 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." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
63 <param name="multimap" type="boolean" truevalue="--multimap" falsevalue="" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
64 label="Use reference bed file to resolve multimappers." |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
65 help="Enable multimapper recovery, requires -n to be set to a value > 1 to have impact." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
66 </section> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
67 <section name="quantseq" title="Quantseq" expanded="false"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
68 <param name="trim5" type="integer" min="0" value="12" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
69 label="Number of bp to remove from the 5' end of all reads" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
70 help="For Lexogen's Quantseq kit and previous SLAM-seq papers a clipping of 12 bp from the 5' end is recommended." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
71 <param name="maxpolyA" type="integer" min="0" value="4" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
72 label="Maximum number of As at the 3' end of a read" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
73 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." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
74 </section> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
75 <section name="advanced" title="Advanced settings." expanded="false"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
76 <param name="endtoend" type="boolean" truevalue="--endtoend" falsevalue="" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
77 label="Enable end-to-end alignments for mapping." |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
78 help="Enable end-to-end alignments for mapping in slamdunk with --endtoend" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
79 <param name="minMQ" type="integer" min="0" value="2" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
80 label="Minimum mapping quality" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
81 help="Minimum mapping quality to consider alignments (default: 2)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
82 <param name="minMQ" type="integer" label="Minimum mapping quality" min="0" value="2" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
83 help="Minimum mapping quality to consider alignments (default: 2)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
84 <param name="minID" type="float" min="0" value="0.95" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
85 label="Minimum alignment identity" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
86 help="Minimum alignment-identity to consider alignments (default: 0.95)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
87 <param name="maxNM" type="integer" value="-1" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
88 label="Maximum number of mismatches" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
89 help="Maximum number of mismatches to consider alignments. Negative numbers deactivate filter (default: -1)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
90 <param name="minCov" type="integer" min="0" value="10" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
91 label="Minimum coverage to call variant" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
92 help="Minimum coverage to call variant (default: 10)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
93 <param name="minVar" type="float" min="0" value="0.8" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
94 label="Minimum variant fraction to call variant" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
95 help="Minimum variant fraction to call variant (default: 0.8)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
96 <param name="minBaseQual" type="integer" min="0" value="27" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
97 label="Minimum base quality" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
98 help="Minimum base quality for T>C conversions (default: 27)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
99 </section> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
100 <param name="covThresh" type="integer" min="1" value="1" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
101 label="T>C conversion threshold" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
102 help="Number of T>C conversions required to count a read as a T>C read (default: 1)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
103 <param name="readLength" type="integer" min="50" value="50" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
104 label="Read length" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
105 help="Maximum read length (before trimming)." /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
106 </inputs> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
107 <outputs> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
108 <data name="outputBam" format="bam" from_work_dir="./out/filter/*.bam" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
109 <data name="outputTsv" format="tabular" from_work_dir="./out/count/*_tcount.tsv" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
110 </outputs> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
111 <tests> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
112 <test> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
113 <param name="reference_source_selector" value="history" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
114 <param name="ref_file" value="ref.fa" /> |
3fd7458bc861
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" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
116 <param name="Reads" value="reads.fq" /> |
3fd7458bc861
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" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
118 <section name="quantseq"> |
3fd7458bc861
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" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
120 </section> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
121 <section name="advanced"> |
3fd7458bc861
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" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
123 </section> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
124 <output name="outputTsv" file="reads_slamdunk_mapped_filtered_tcount.tsv" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
125 lines_diff="2" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
126 </test> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
127 <test> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
128 <!-- test built-in fasta --> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
129 <param name="reference_source_selector" value="cached" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
130 <param name="Reference" value="actb.bed" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
131 <param name="Reads" ftype="fastqsanger" dbkey="hg38" value="reads.fq" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
132 <param name="readLength" value="100" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
133 <section name="quantseq"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
134 <param name="trim5" value="0" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
135 </section> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
136 <section name="advanced"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
137 <param name="minBaseQual" value="27" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
138 </section> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
139 <output name="outputTsv" file="reads_slamdunk_mapped_filtered_tcount.tsv" |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
140 lines_diff="2" /> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
141 </test> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
142 </tests> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
143 <help><![CDATA[ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
144 SLAM-seq |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
145 ======== |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
146 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
147 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. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
148 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
149 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>`_ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
150 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
151 Slamdunk |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
152 ======== |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
153 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
154 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. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
155 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
156 =============== ========================================================================================================================================================== |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
157 Parameter Description |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
158 =============== ========================================================================================================================================================== |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
159 **Genome** The reference fasta file (Genome assembly). |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
160 **Reference** BED-file containing coordinates for 3' UTRs. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
161 **Reads** Sample FASTQ(gz) files. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
162 **Read length** Maximum length of reads (usually 50, 100, 150). |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
163 =============== ========================================================================================================================================================== |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
164 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
165 This will run the entire *slamdunk* analysis with the most relevant output files being: |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
166 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
167 * Tab-separated *tcount* file containing the SLAM-seq statistics per UTR |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
168 * BAM-file with the final mapped reads for visualization and further processing |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
169 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
170 ------------------------------------------------------ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
171 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
172 Multimapper recovery |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
173 -------------------- |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
174 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
175 To utilize multimapper recovery, modify the following parameters. You must either choose a separate 3' UTR file or activate filtering |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
176 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. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
177 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
178 =================================================== ========================================================= |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
179 Parameter Description |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
180 =================================================== ========================================================= |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
181 **Maximum number of alignments to report per read** The maximum number of multimapper alignments to consider. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
182 **Use separate 3' UTR bed to filter multimappers.** 3' UTR bed file to filter. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
183 **Use reference bed file to resolve multimappers.** Use reference as 3' UTR bed file to filter. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
184 =================================================== ========================================================= |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
185 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
186 ------------------------------------------------------ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
187 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
188 T>C conversions |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
189 --------------- |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
190 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
191 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>`_ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
192 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
193 This can be controlled by the following parameter: |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
194 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
195 ============================ ================================================================================ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
196 Parameter Description |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
197 ============================ ================================================================================ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
198 **T>C conversion threshold** Minimum number of T>C conversions to consider a read as T>C read. |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
199 ============================ ================================================================================ |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
200 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
201 |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
202 ]]></help> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
203 <citations> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
204 <citation type="bibtex"> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
205 @misc{Neumann2018, |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
206 author = {Neumann, Tobias}, |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
207 year = {2018}, |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
208 title = Slamdunk}, |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
209 publisher = {GitHub}, |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
210 journal = {GitHub repository}, |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
211 url = {https://github.com/t-neumann/slamdunk}, |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
212 } |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
213 </citation> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
214 </citations> |
3fd7458bc861
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/slamdunk commit 1edb9bd1936e05d6a9ade3cde93b970fa89acb90
iuc
parents:
diff
changeset
|
215 </tool> |