# HG changeset patch # User nick # Date 1502988589 14400 # Node ID 82b70a5de7abc14079f5ce623e1867658a568d45 # Parent 048ef52bb20ee842dafcfad7aeb9ed92be5f53aa planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7a87be325560ca69e14cf1ec537f10b94d8b107e\n'-dirty diff -r 048ef52bb20e -r 82b70a5de7ab correct_barcodes.old.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/correct_barcodes.old.xml Thu Aug 17 12:49:49 2017 -0400 @@ -0,0 +1,57 @@ + + + of duplex sequencing reads + + bowtie2 + samtools + networkx + dunovo + + + correct-barcodes.sh -d $dist -m $mapq -p $pos '$input' > '$output' + + + + + + + + + + + + @article{Stoler2016, + author = {Stoler, Nicholas and Arbeithuber, Barbara and Guiblet, Wilfried and Makova, Kateryna D and Nekrutenko, Anton}, + doi = {10.1186/s13059-016-1039-4}, + issn = {1474-760X}, + journal = {Genome biology}, + number = {1}, + pages = {180}, + pmid = {27566673}, + publisher = {Genome Biology}, + title = {{Streamlined analysis of duplex sequencing data with Du Novo.}}, + url = {http://www.ncbi.nlm.nih.gov/pubmed/27566673}, + volume = {17}, + year = {2016} + } + + + +**What it does** + +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. + +----- + +**Input** + +This expects the output format of the "Make families" tool. + +----- + +**Output** + +The output format is the same as the input format, ready to be consumed by the "Align families" tool. + + + diff -r 048ef52bb20e -r 82b70a5de7ab correct_barcodes.xml --- a/correct_barcodes.xml Thu Aug 17 12:28:05 2017 -0400 +++ b/correct_barcodes.xml Thu Aug 17 12:49:49 2017 -0400 @@ -11,7 +11,7 @@ '$output' ]]>