# HG changeset patch # User nick # Date 1515128106 18000 # Node ID f509cd1d5a7844990eb219217cf39b63b641a56f # Parent 78542cc82cb64236dc578ba840796a49fd6d8766 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fd1625359a101d8a6b0b8d97028cc8be509398f2\n'-dirty diff -r 78542cc82cb6 -r f509cd1d5a78 align_families.xml --- a/align_families.xml Fri Nov 10 09:30:51 2017 -0500 +++ b/align_families.xml Thu Jan 04 23:55:06 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 78542cc82cb6 -r f509cd1d5a78 correct_barcodes.xml --- a/correct_barcodes.xml Fri Nov 10 09:30:51 2017 -0500 +++ b/correct_barcodes.xml Thu Jan 04 23:55:06 2018 -0500 @@ -1,29 +1,31 @@ - + of duplex sequencing reads - bowtie2 - samtools + bowtie networkx - dunovo + dunovo correct.py --version families.corrected.tsv + baralign.sh -c $advanced.chunkmbs -t \${GALAXY_SLOTS:-1} '$input' refdir correct.sam + && correct.py --galaxy $phone --dist $dist --mapq $mapq --pos $pos + '$input' refdir/barcodes.fa correct.sam + > families.corrected.tsv && sort families.corrected.tsv - > '$output' + > '$output' ]]> - + - + +
+ +
@@ -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 78542cc82cb6 -r f509cd1d5a78 dunovo.xml --- a/dunovo.xml Fri Nov 10 09:30:51 2017 -0500 +++ b/dunovo.xml Thu Jan 04 23:55:06 2018 -0500 @@ -1,8 +1,8 @@ - + from duplex sequencing alignments - dunovo + dunovo make-consensi.py --version diff -r 78542cc82cb6 -r f509cd1d5a78 make_families.xml --- a/make_families.xml Fri Nov 10 09:30:51 2017 -0500 +++ b/make_families.xml Thu Jan 04 23:55:06 2018 -0500 @@ -1,8 +1,8 @@ - + of duplex sequencing reads - dunovo + dunovo make-consensi.py --version diff -r 78542cc82cb6 -r f509cd1d5a78 tool_dependencies.xml --- a/tool_dependencies.xml Fri Nov 10 09:30:51 2017 -0500 +++ b/tool_dependencies.xml Thu Jan 04 23:55:06 2018 -0500 @@ -1,10 +1,7 @@ - - - - - + + @@ -12,10 +9,37 @@ - + - https://github.com/galaxyproject/dunovo/archive/v2.0.9.tar.gz + + https://github.com/galaxyproject/dunovo/archive/v2.0.10.tar.gz + + 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 + utillib + + + 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 + kalign + + + 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 + ET + + + make clean make . @@ -24,8 +48,6 @@ $INSTALL_DIR -