Mercurial > repos > nick > dunovo
annotate dunovo.xml @ 10:9dc43bf7d1db draft
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
author | nick |
---|---|
date | Fri, 01 Jun 2018 17:55:23 -0400 |
parents | fa563fa9b330 |
children | 0f8e0dc73d1d |
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"?> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
2 <tool id="dunovo" name="Du Novo: Make consensus reads" version="2.15"> |
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> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
5 <requirement type="package" version="2.15">dunovo</requirement> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
6 <!-- TODO: require Python 2.7 --> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
7 </requirements> |
7
e7b88ffb8294
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'9101e88acb2d3dc022c47e0663fec1f6b9fa58a5\n'-dirty
nick
parents:
6
diff
changeset
|
8 <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
|
9 <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
|
10 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
|
11 #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
|
12 --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
|
13 #end if |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
14 --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
|
15 #if $keep_sscs: |
3
00dde366870a
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'a3ad9fbb3f010253808fc0c7329897a741ec9feb\n'
nick
parents:
2
diff
changeset
|
16 --sscs1 '$sscs1' --sscs2 '$sscs2' |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
17 #end if |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
18 </command> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
19 <inputs> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
20 <param name="input" type="data" format="tabular" label="Aligned input reads" /> |
9
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
21 <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."/> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
22 <param name="cons_thres" type="float" value="0.5" min="0.5" max="1.0" label="Consensus % threshold" help="The consensus base must be present in more than this fraction of the reads, or "N" will be used instead."/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
23 <param name="min_cons_reads" type="integer" value="0" min="0" label="Minimum number of reads for a consensus base." help="The consensus base must be present in more than this absolute number of reads, or "N" will be used instead."/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
24 <conditional name="out_format"> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
25 <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
|
26 <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
|
27 <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
|
28 </param> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
29 <when value="fastq"> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
30 <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
|
31 </when> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
32 </conditional> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
33 <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."/> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
34 <param name="qual_format" type="select" label="FASTQ format" help="Solexa should also work for Illumina 1.3+ and 1.5+, and Sanger should work for Illumina 1.8+"> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
35 <option value="sanger" selected="true">Sanger (PHRED 0 = "!")</option> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
36 <option value="solexa">Solexa (PHRED 0 = "@")</option> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
37 </param> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
38 <param name="keep_sscs" type="boolean" truevalue="true" falsevalue="" label="Output single-strand consensus sequences as well" /> |
4 | 39 <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."/> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
40 </inputs> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
41 <outputs> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
42 <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
|
43 <change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
44 <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
|
45 <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
|
46 </change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
47 </data> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
48 <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
|
49 <change_format> |
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="fasta" format="fasta"/> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
51 <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
|
52 </change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
53 </data> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
54 <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
|
55 <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
|
56 <change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
57 <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
|
58 <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
|
59 </change_format> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
60 </data> |
10
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
61 <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
|
62 <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
|
63 <change_format> |
9dc43bf7d1db
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'230f018da2c0bc4eedc72e0f70eac0df1e85ebdb\n'-dirty
nick
parents:
9
diff
changeset
|
64 <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
|
65 <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
|
66 </change_format> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
67 </data> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
68 </outputs> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
69 <tests> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
70 <test> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
71 <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
|
72 <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
|
73 <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
|
74 </test> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
75 </tests> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
76 <help> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
77 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
78 **What it does** |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
79 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
80 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
|
81 |
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 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
84 **Input** |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
85 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
86 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
|
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 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
90 **Output** |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
91 |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
92 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
|
93 |
4 | 94 </help> |
95 <citations> | |
96 <citation type="bibtex">@article{Stoler2016, | |
97 author = {Stoler, Nicholas and Arbeithuber, Barbara and Guiblet, Wilfried and Makova, Kateryna D and Nekrutenko, Anton}, | |
98 doi = {10.1186/s13059-016-1039-4}, | |
99 issn = {1474-760X}, | |
100 journal = {Genome biology}, | |
101 number = {1}, | |
102 pages = {180}, | |
103 pmid = {27566673}, | |
104 publisher = {Genome Biology}, | |
105 title = {{Streamlined analysis of duplex sequencing data with Du Novo.}}, | |
106 url = {http://www.ncbi.nlm.nih.gov/pubmed/27566673}, | |
107 volume = {17}, | |
108 year = {2016} | |
109 }</citation> | |
110 </citations> | |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
111 </tool> |