# HG changeset patch # User nick # Date 1515802721 18000 # Node ID 658eefb99fd7b5c394519f80be5d9ac7849a3ca3 # Parent e7b88ffb8294d7ee76a5a43b786e08a92bbba8ea planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty diff -r e7b88ffb8294 -r 658eefb99fd7 align_families.xml --- a/align_families.xml Fri Nov 10 09:33:29 2017 -0500 +++ b/align_families.xml Fri Jan 12 19:18:41 2018 -0500 @@ -1,9 +1,9 @@ - + of duplex sequencing reads mafft - dunovo + dunovo align-families.py --version @@ -61,7 +61,7 @@ **Alignments** -The alignments are done using MAFFT, specifically the command +When "MAFFT" is selected as the multiple sequence aligner, the alignments are done with the command :: $ mafft --nuc --quiet family.fa > family.aligned.fa diff -r e7b88ffb8294 -r 658eefb99fd7 correct_barcodes.xml --- a/correct_barcodes.xml Fri Nov 10 09:33:29 2017 -0500 +++ b/correct_barcodes.xml Fri Jan 12 19:18:41 2018 -0500 @@ -1,18 +1,17 @@ - + of duplex sequencing reads - bowtie2 - samtools + bowtie networkx - dunovo + dunovo correct.py --version families.corrected.tsv && sort families.corrected.tsv > '$output' @@ -20,10 +19,13 @@ - + - + +
+ +
@@ -32,7 +34,7 @@ **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. +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 bowtie. This identifies ones which are identical except a few, small differences. ----- diff -r e7b88ffb8294 -r 658eefb99fd7 dunovo.xml --- a/dunovo.xml Fri Nov 10 09:33:29 2017 -0500 +++ b/dunovo.xml Fri Jan 12 19:18:41 2018 -0500 @@ -1,8 +1,8 @@ - + from duplex sequencing alignments - dunovo + dunovo make-consensi.py --version diff -r e7b88ffb8294 -r 658eefb99fd7 make_families.xml --- a/make_families.xml Fri Nov 10 09:33:29 2017 -0500 +++ b/make_families.xml Fri Jan 12 19:18:41 2018 -0500 @@ -1,8 +1,8 @@ - + of duplex sequencing reads - dunovo + dunovo make-consensi.py --version diff -r e7b88ffb8294 -r 658eefb99fd7 tool_dependencies.xml --- a/tool_dependencies.xml Fri Nov 10 09:33:29 2017 -0500 +++ b/tool_dependencies.xml Fri Jan 12 19:18:41 2018 -0500 @@ -1,21 +1,47 @@ - - - - - + + - + - + - https://github.com/galaxyproject/dunovo/archive/v2.0.9.tar.gz + + https://github.com/galaxyproject/dunovo/archive/v2.0.12.tar.gz + + rmdir kalign utillib ET + + https://github.com/NickSto/utillib/archive/v0.1.0.tar.gz + tar -zxvpf v0.1.0.tar.gz + rm v0.1.0.tar.gz + + utillib-0.1.0 + $TMP_WORK_DIR/dunovo-2.0.12 + + + https://github.com/makrutenko/kalign-dunovo/archive/v0.2.0.tar.gz + tar -zxvpf v0.2.0.tar.gz + rm v0.2.0.tar.gz + + kalign-dunovo-0.2.0 + $TMP_WORK_DIR/dunovo-2.0.12 + + + https://github.com/NickSto/ET/archive/v0.2.2.tar.gz + tar -zxvpf v0.2.2.tar.gz + rm v0.2.2.tar.gz + + ET-0.2.2 + $TMP_WORK_DIR/dunovo-2.0.12 + + + make clean make . @@ -24,8 +50,6 @@ $INSTALL_DIR -