comparison dunovo.xml @ 9:fa563fa9b330 draft

planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
author nick
date Fri, 23 Mar 2018 22:26:23 -0400
parents 658eefb99fd7
children 9dc43bf7d1db
comparison
equal deleted inserted replaced
8:658eefb99fd7 9:fa563fa9b330
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="dunovo" name="Du Novo: Make consensus reads" version="2.0.12"> 2 <tool id="dunovo" name="Du Novo: Make consensus reads" version="2.14">
3 <description>from duplex sequencing alignments</description> 3 <description>from duplex sequencing alignments</description>
4 <requirements> 4 <requirements>
5 <requirement type="package" version="2.0.12">dunovo</requirement> 5 <requirement type="package" version="2.14">dunovo</requirement>
6 <!-- TODO: require Python 2.7 --> 6 <!-- TODO: require Python 2.7 -->
7 </requirements> 7 </requirements>
8 <version_command>make-consensi.py --version</version_command> 8 <version_command>make-consensi.py --version</version_command>
9 <command detect_errors="exit_code"> 9 <command detect_errors="exit_code">
10 make-consensi.py --galaxy $phone --processes \${GALAXY_SLOTS:-1} --min-reads $min_reads --qual $qual_thres --qual-format $qual_format --cons-thres $cons_thres --min-cons-reads $min_cons_reads '$input' --dcs1 '$dcs1' --dcs2 '$dcs2' 10 make-consensi.py --galaxy $phone --processes \${GALAXY_SLOTS:-1} --min-reads $min_reads --qual $qual_thres --qual-format $qual_format --cons-thres $cons_thres --min-cons-reads $min_cons_reads '$input' --dcs1 '$dcs1' --dcs2 '$dcs2'
12 --sscs1 '$sscs1' --sscs2 '$sscs2' 12 --sscs1 '$sscs1' --sscs2 '$sscs2'
13 #end if 13 #end if
14 </command> 14 </command>
15 <inputs> 15 <inputs>
16 <param name="input" type="data" format="tabular" label="Aligned input reads" /> 16 <param name="input" type="data" format="tabular" label="Aligned input reads" />
17 <param name="min_reads" type="integer" value="3" min="1" label="Minimum reads per family" help="Single-strand families with fewer than this many reads will be skipped."/> 17 <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."/>
18 <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 &quot;N&quot; will be used."/> 18 <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 &quot;N&quot; will be used."/>
19 <param name="min_cons_reads" type="integer" value="0" min="0" label="Minimum number of reads for a consensus base." help="If no base at the position appears in at least this many reads, &quot;N&quot; will be used."/> 19 <param name="min_cons_reads" type="integer" value="0" min="0" label="Minimum number of reads for a consensus base." help="If no base at the position appears in at least this many reads, &quot;N&quot; will be used."/>
20 <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."/> 20 <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."/>
21 <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+"> 21 <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+">
22 <option value="sanger" selected="true">Sanger (PHRED 0 = &quot;!&quot;)</option> 22 <option value="sanger" selected="true">Sanger (PHRED 0 = &quot;!&quot;)</option>