Mercurial > repos > nick > dunovo
diff make_families.xml @ 4:5fbeaa41b223 draft
Update to Du Novo 2.0.6.
author | nick |
---|---|
date | Wed, 25 Oct 2017 19:26:43 -0400 |
parents | 00dde366870a |
children | 000969829a5d |
line wrap: on
line diff
--- a/make_families.xml Mon Sep 11 16:59:44 2017 -0400 +++ b/make_families.xml Wed Oct 25 19:26:43 2017 -0400 @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<tool id="make_families" name="Du Novo: Make families" version="0.8.1"> +<tool id="make_families" name="Du Novo: Make families" version="2.0.6"> <description>of duplex sequencing reads</description> <requirements> - <requirement type="package" version="0.8.1">dunovo</requirement> + <requirement type="package" version="2.0.6">dunovo</requirement> </requirements> <!-- TODO: Add dependency on coreutils to get paste? --> <command detect_errors="exit_code">make-families.sh -t $taglen -i $invariant '$fastq1' '$fastq2' > '$output' @@ -32,22 +32,6 @@ <output name="output" file="smoke.families.i0.tsv"/> </test> </tests> - <citations> - <citation type="bibtex">@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} - }</citation> - </citations> <help> **What it does** @@ -91,5 +75,21 @@ | CCT | ATG | ba | ATGCCT | +-------+-------+-------+---------+ - </help> + </help> + <citations> + <citation type="bibtex">@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} + }</citation> + </citations> </tool>