# HG changeset patch # User nick # Date 1505163584 14400 # Node ID 00dde366870a43a2d794e1380867068a1e9f3d71 # Parent a9cb6fb9ea948db33bbfc3c2bddce882ecf8c710 planemo upload for repository https://github.com/galaxyproject/dunovo commit b'a3ad9fbb3f010253808fc0c7329897a741ec9feb\n' diff -r a9cb6fb9ea94 -r 00dde366870a align_families.xml --- a/align_families.xml Thu Aug 24 02:13:33 2017 -0400 +++ b/align_families.xml Mon Sep 11 16:59:44 2017 -0400 @@ -1,12 +1,12 @@ - + of duplex sequencing reads mafft - dunovo + dunovo - align_families.py --galaxy $phone -p \${GALAXY_SLOTS:-1} '$input' > '$output' + align_families.py --galaxy $phone --processes \${GALAXY_SLOTS:-1} '$input' > '$output' diff -r a9cb6fb9ea94 -r 00dde366870a correct_barcodes.xml --- a/correct_barcodes.xml Thu Aug 24 02:13:33 2017 -0400 +++ b/correct_barcodes.xml Mon Sep 11 16:59:44 2017 -0400 @@ -1,17 +1,17 @@ - + of duplex sequencing reads bowtie2 samtools networkx - dunovo + dunovo '$output' ]]> diff -r a9cb6fb9ea94 -r 00dde366870a dunovo.xml --- a/dunovo.xml Thu Aug 24 02:13:33 2017 -0400 +++ b/dunovo.xml Mon Sep 11 16:59:44 2017 -0400 @@ -1,25 +1,21 @@ - + from duplex sequencing alignments - dunovo + dunovo - + dunovo.py --galaxy $phone --processes \${GALAXY_SLOTS:-1} --min-reads $min_reads --qual $qual_thres --qual-format $qual_format --cons-thres $cons_thres --min-cons-reads $min_cons_reads '$input' --dcs1 '$dcs1' --dcs2 '$dcs2' #if $keep_sscs: - --sscs-file sscs.fa + --sscs1 '$sscs1' --sscs2 '$sscs2' #end if - > duplex.fa - && outconv.py duplex.fa -1 '$dcs1' -2 '$dcs2' - #if $keep_sscs: - && outconv.py sscs.fa -1 '$sscs1' -2 '$sscs2' - #end if - ]]> + + @@ -41,8 +37,8 @@ - - + + diff -r a9cb6fb9ea94 -r 00dde366870a make_families.xml --- a/make_families.xml Thu Aug 24 02:13:33 2017 -0400 +++ b/make_families.xml Mon Sep 11 16:59:44 2017 -0400 @@ -1,8 +1,8 @@ - + of duplex sequencing reads - dunovo + dunovo make-families.sh -t $taglen -i $invariant '$fastq1' '$fastq2' > '$output' diff -r a9cb6fb9ea94 -r 00dde366870a tool_dependencies.xml --- a/tool_dependencies.xml Thu Aug 24 02:13:33 2017 -0400 +++ b/tool_dependencies.xml Mon Sep 11 16:59:44 2017 -0400 @@ -12,10 +12,10 @@ - + - https://github.com/galaxyproject/dunovo/archive/v0.7.6.tar.gz + https://github.com/galaxyproject/dunovo/archive/v0.8.1.tar.gz make .