comparison correct_barcodes.xml @ 2:a9cb6fb9ea94 draft

Update to Du Novo 0.7.6.
author nick
date Thu, 24 Aug 2017 02:13:33 -0400
parents ea832c221ec9
children 00dde366870a
comparison
equal deleted inserted replaced
1:ea832c221ec9 2:a9cb6fb9ea94
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="correct_barcodes" name="Du Novo: Correct barcodes" version="0.7"> 2 <tool id="correct_barcodes" name="Du Novo: Correct barcodes" version="0.7.6">
3 <description>of duplex sequencing reads</description> 3 <description>of duplex sequencing reads</description>
4 <requirements> 4 <requirements>
5 <requirement type="package" version="2.2.5">bowtie2</requirement> 5 <requirement type="package" version="2.2.5">bowtie2</requirement>
6 <requirement type="package" version="0.1.18">samtools</requirement> 6 <requirement type="package" version="0.1.18">samtools</requirement>
7 <requirement type="package" version="1.9">networkx</requirement> 7 <requirement type="package" version="1.9">networkx</requirement>
8 <requirement type="package" version="0.7.1">dunovo</requirement> 8 <requirement type="package" version="0.7.6">dunovo</requirement>
9 <!-- TODO: require Python 2.7 --> 9 <!-- TODO: require Python 2.7 -->
10 </requirements> 10 </requirements>
11 <command detect_errors="exit_code">correct-barcodes.sh -d $dist -m $mapq -p $pos '$input' &gt; '$output' 11 <command detect_errors="exit_code"><![CDATA[
12 baralign.sh '$input' refdir barcodes.bam
13 && samtools view -f 256 barcodes.bam
14 | correct.py --galaxy $phone -d $dist -m $mapq -p $pos '$input' refdir/barcodes.fa
15 | sort
16 > '$output'
17 ]]>
12 </command> 18 </command>
13 <inputs> 19 <inputs>
14 <param name="input" type="data" format="tabular" label="Input reads" help="with barcodes, grouped by family"/> 20 <param name="input" type="data" format="tabular" label="Input reads" help="with barcodes, grouped by family"/>
15 <param name="dist" type="integer" value="1" min="1" label="Maximum edit distance" help="Only use alignments where the barcodes differ by at most these many errors."/> 21 <param name="dist" type="integer" value="1" min="1" label="Maximum edit distance" help="Only use alignments where the barcodes differ by at most these many errors."/>
16 <param name="mapq" type="integer" value="20" min="0" label="Minimum mapping quality" help="Only use alignments whose MAPQ is at least this."/> 22 <param name="mapq" type="integer" value="20" min="0" label="Minimum mapping quality" help="Only use alignments whose MAPQ is at least this."/>
17 <param name="pos" type="integer" value="2" min="0" label="Minimum start offset" help="Ignore alignments where the start positions differ by more than this."/> 23 <param name="pos" type="integer" value="2" min="0" label="Minimum start offset" help="Ignore alignments where the start positions differ by more than this."/>
24 <param name="phone" type="boolean" truevalue="--phone-home" falsevalue="" checked="False" label="Send anonymous 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 time taken to process it, and the IP address of the machine running it. No parameters or filenames are sent."/>
18 </inputs> 25 </inputs>
19 <outputs> 26 <outputs>
20 <data name="output" format="tabular"/> 27 <data name="output" format="tabular"/>
21 </outputs> 28 </outputs>
22 <citations> 29 <citations>