annotate correct_barcodes.xml @ 16:91170668e6b4 draft

Temporary fix for networkx dependency for conda.
author nick
date Wed, 25 Oct 2017 19:06:12 -0400
parents e87f8aef4535
children a34e074e4818
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
1 <?xml version="1.0"?>
15
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
2 <tool id="correct_barcodes" name="Du Novo: Correct barcodes" version="2.0.6">
0
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
3 <description>of duplex sequencing reads</description>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
4 <requirements>
4
e84c08637928 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents: 0
diff changeset
5 <requirement type="package" version="2.2.5">bowtie2</requirement>
0
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
6 <requirement type="package" version="0.1.18">samtools</requirement>
16
91170668e6b4 Temporary fix for networkx dependency for conda.
nick
parents: 15
diff changeset
7 <requirement type="package" version="1.11">networkx</requirement>
15
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
8 <requirement type="package" version="2.0.6">dunovo</requirement>
0
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
9 <!-- TODO: require Python 2.7 -->
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
10 </requirements>
6
1534fb45ab54 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'6d49c0120b09941b250a81cd5118436fe96cdfcf\n'-dirty
nick
parents: 5
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
15
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
12 baralign.sh '$input' refdir
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
13 | samtools view -S -f 256 -
14
4be10cb5c26e planemo upload for repository https://github.com/galaxyproject/dunovo commit b'a3ad9fbb3f010253808fc0c7329897a741ec9feb\n'
nick
parents: 13
diff changeset
14 | correct.py --galaxy $phone --dist $dist --mapq $mapq --pos $pos '$input' refdir/barcodes.fa
6
1534fb45ab54 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'6d49c0120b09941b250a81cd5118436fe96cdfcf\n'-dirty
nick
parents: 5
diff changeset
15 | sort
1534fb45ab54 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'6d49c0120b09941b250a81cd5118436fe96cdfcf\n'-dirty
nick
parents: 5
diff changeset
16 > '$output'
1534fb45ab54 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'6d49c0120b09941b250a81cd5118436fe96cdfcf\n'-dirty
nick
parents: 5
diff changeset
17 ]]>
0
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
18 </command>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
19 <inputs>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
20 <param name="input" type="data" format="tabular" label="Input reads" help="with barcodes, grouped by family"/>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
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."/>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
22 <param name="mapq" type="integer" value="20" min="0" label="Minimum mapping quality" help="Only use alignments whose MAPQ is at least this."/>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
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."/>
15
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
24 <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 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
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
25 </inputs>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
26 <outputs>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
27 <data name="output" format="tabular"/>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
28 </outputs>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
29 <help>
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
30
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
31 **What it does**
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
32
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
33 This is for processing duplex sequencing data. This will correct duplex barcodes and create new, larger families. Errors in barcodes normally prevent them from being recognized as the same as the other barcodes in their family. Correcting these errors allows the original, full families to be reconstructed, saving reads which would otherwise be lost. This tool accomplishes this by doing an all vs. all alignment between the barcodes with bowtie2. This identifies ones which are identical except a few, small differences.
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
34
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
35 -----
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
36
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
37 **Input**
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
38
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
39 This expects the output format of the "Make families" tool.
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
40
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
41 -----
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
42
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
43 **Output**
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
44
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
45 The output format is the same as the input format, ready to be consumed by the "Align families" tool.
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
46
15
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
47 </help>
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
48 <citations>
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
49 <citation type="bibtex">@article{Stoler2016,
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
50 author = {Stoler, Nicholas and Arbeithuber, Barbara and Guiblet, Wilfried and Makova, Kateryna D and Nekrutenko, Anton},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
51 doi = {10.1186/s13059-016-1039-4},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
52 issn = {1474-760X},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
53 journal = {Genome biology},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
54 number = {1},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
55 pages = {180},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
56 pmid = {27566673},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
57 publisher = {Genome Biology},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
58 title = {{Streamlined analysis of duplex sequencing data with Du Novo.}},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
59 url = {http://www.ncbi.nlm.nih.gov/pubmed/27566673},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
60 volume = {17},
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
61 year = {2016}
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
62 }</citation>
e87f8aef4535 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'4ee47753d5af62e584de290ae07ca3547aca2637\n'-dirty
nick
parents: 14
diff changeset
63 </citations>
0
548c63893c70 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fcd6f371638bc29da6dbe22f939f7a5a7f360481\n'-dirty
nick
parents:
diff changeset
64 </tool>