Mercurial > repos > nick > dunovo
annotate dunovo.xml @ 11:0f8e0dc73d1d draft default tip
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
author | nick |
---|---|
date | Wed, 16 Feb 2022 22:59:00 +0000 |
parents | 9dc43bf7d1db |
children |
rev | line source |
---|---|
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
11
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
2 <tool id="dunovo" name="Du Novo: Make consensus reads" version="3.0.2"> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
3 <description>from duplex sequencing alignments</description> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
4 <requirements> |
11
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
5 <requirement type="package" version="3.0.2">dunovo</requirement> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
6 </requirements> |
7
e7b88ffb8294
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'9101e88acb2d3dc022c47e0663fec1f6b9fa58a5\n'-dirty
nick
parents:
6
diff
changeset
|
7 <version_command>make-consensi.py --version</version_command> |
3
00dde366870a
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'a3ad9fbb3f010253808fc0c7329897a741ec9feb\n'
nick
parents:
2
diff
changeset
|
8 <command detect_errors="exit_code"> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
9 make-consensi.py --galaxy $phone --processes \${GALAXY_SLOTS:-1} |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
10 #if $out_format.type == 'fastq': |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
11 --fastq-out $out_format.qual |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
12 #end if |
11
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
13 --aligner $advanced.aligner --qual $qual_thres --qual-format $qual_format --min-reads $min_reads --cons-thres $cons_thres --min-cons-reads $min_cons_reads '$input' --dcs1 '$dcs1' --dcs2 '$dcs2' |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
14 #if $keep_sscs: |
3
00dde366870a
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'a3ad9fbb3f010253808fc0c7329897a741ec9feb\n'
nick
parents:
2
diff
changeset
|
15 --sscs1 '$sscs1' --sscs2 '$sscs2' |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
16 #end if |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
17 </command> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
18 <inputs> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
19 <param name="input" type="data" format="tabular" label="Aligned input reads" /> |
11
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
20 <param name="min_reads" type="integer" value="3" min="1" label="Minimum reads for a consensus" help="This many reads are necessary to form a single-strand consensus sequence. Families smaller than this will be skipped and no consensus (single or duplex) will be produced."/> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
21 <param name="cons_thres" type="float" value="0.7" min="0" max="1.0" label="Consensus % threshold" help="Each consensus base must be present in more than this fraction of the reads, or "N" will be used instead."/> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
22 <param name="min_cons_reads" type="integer" value="0" min="0" label="Minimum number of reads for a consensus base." help="Each consensus base must be present in more than this absolute number of reads, or "N" will be used instead. The "Consensus % threshold" sets a threshold based on the number of reads in the family, while this threshold is a fixed, absolute number. If both are used, the consensus base must pass both requirements."/> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
23 <param name="qual_thres" type="integer" value="25" min="1" label="Minimum base quality" help="Bases with a PHRED score less than this will not be counted in the consensus making."/> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
24 <param name="qual_format" type="select" label="Input quality score format" help="Format of the FASTQ files of the raw reads. Solexa should also work for Illumina 1.3+ and 1.5+, and Sanger should work for Illumina 1.8+"> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
25 <option value="sanger" selected="true">Sanger (PHRED 0 = "!")</option> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
26 <option value="solexa">Solexa (PHRED 0 = "@")</option> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
27 </param> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
28 <conditional name="out_format"> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
29 <param name="type" type="select" label="Output format"> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
30 <option value="fasta" selected="true">FASTA</option> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
31 <option value="fastq">FASTQ</option> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
32 </param> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
33 <when value="fastq"> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
34 <param name="qual" type="integer" value="40" min="0" max="93" label="Output PHRED score" help="There is currently no way to output a meaningful quality score for consensus bases. You'll have to specify an artificial one, which will be given to every base. A good value is 40, the maximum score normally output by sequencers. This means the bases won't be inadvertently filtered out by some downstream tool."/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
35 </when> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
36 </conditional> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
37 <param name="keep_sscs" type="boolean" truevalue="true" falsevalue="" label="Output single-strand consensus sequences as well" /> |
4 | 38 <param name="phone" type="boolean" truevalue="--phone-home" falsevalue="" checked="False" label="Send usage data" help="Report helpful usage data to the developer, to better understand the use cases and performance of the tool. The only data which will be recorded is the name and version of the tool, the size of the input data, the number of processes used, the time and memory taken to process it, and the IP address of the machine running it. Also, if the tool fails, it will report the name of the exception thrown and the line of code it occurred in. The parameters and input/output dataset names are not sent. All the reporting and recording code is available at https://github.com/NickSto/ET."/> |
11
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
39 <section name="advanced" title="Advanced Options" expanded="false"> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
40 <param name="aligner" type="select" value="biopython" label="Pairwise sequence aligner" help="Which pairwise alignment library to use. "BioPython" uses BioPython's PairwiseAligner and a substitution matrix built by Bioconductor's Biostrings package. "swalign" is a custom Smith-Waterman implementation by Nicolaus Lance Hepler. It is deprecated and kept only for backward compatibility."> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
41 <option value="biopython">BioPython</option> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
42 <option value="swalign">swalign</option> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
43 </param> |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
10
diff
changeset
|
44 </section> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
45 </inputs> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
46 <outputs> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
47 <data name="dcs1" label="$tool.name on $on_string (mate 1)"> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
48 <change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
49 <when input="out_format.type" value="fasta" format="fasta"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
50 <when input="out_format.type" value="fastq" format="fastq"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
51 </change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
52 </data> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
53 <data name="dcs2" label="$tool.name on $on_string (mate 2)"> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
54 <change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
55 <when input="out_format.type" value="fasta" format="fasta"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
56 <when input="out_format.type" value="fastq" format="fastq"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
57 </change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
58 </data> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
59 <data name="sscs1" label="$tool.name on $on_string (SSCS mate 1)"> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
60 <filter>keep_sscs</filter> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
61 <change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
62 <when input="out_format.type" value="fasta" format="fasta"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
63 <when input="out_format.type" value="fastq" format="fastq"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
64 </change_format> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
65 </data> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
66 <data name="sscs2" label="$tool.name on $on_string (SSCS mate 2)"> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
67 <filter>keep_sscs</filter> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
68 <change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
69 <when input="out_format.type" value="fasta" format="fasta"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
70 <when input="out_format.type" value="fastq" format="fastq"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
71 </change_format> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
72 </data> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
73 </outputs> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
74 <tests> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
75 <test> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
76 <param name="input" value="families.msa.tsv"/> |
3
00dde366870a
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'a3ad9fbb3f010253808fc0c7329897a741ec9feb\n'
nick
parents:
2
diff
changeset
|
77 <output name="dcs1" file="families.dcs_1.fa"/> |
00dde366870a
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'a3ad9fbb3f010253808fc0c7329897a741ec9feb\n'
nick
parents:
2
diff
changeset
|
78 <output name="dcs2" file="families.dcs_2.fa"/> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
79 </test> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
80 </tests> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
81 <help> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
82 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
83 **What it does** |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
84 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
85 This is for processing duplex sequencing data. It creates single-strand and duplex consensus reads from aligned read families. |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
86 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
87 ----- |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
88 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
89 **Input** |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
90 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
91 This expects the output format of the "Align families" tool. |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
92 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
93 ----- |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
94 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
95 **Output** |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
96 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
97 This will output final, duplex consensus reads in two FASTA files (first and second reads in the pairs). Optionally, you can save the single-strand reads too, in a separate FASTA file. |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
98 |
4 | 99 </help> |
100 <citations> | |
101 <citation type="bibtex">@article{Stoler2016, | |
102 author = {Stoler, Nicholas and Arbeithuber, Barbara and Guiblet, Wilfried and Makova, Kateryna D and Nekrutenko, Anton}, | |
103 doi = {10.1186/s13059-016-1039-4}, | |
104 issn = {1474-760X}, | |
105 journal = {Genome biology}, | |
106 number = {1}, | |
107 pages = {180}, | |
108 pmid = {27566673}, | |
109 publisher = {Genome Biology}, | |
110 title = {{Streamlined analysis of duplex sequencing data with Du Novo.}}, | |
111 url = {http://www.ncbi.nlm.nih.gov/pubmed/27566673}, | |
112 volume = {17}, | |
113 year = {2016} | |
114 }</citation> | |
115 </citations> | |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
116 </tool> |