# HG changeset patch # User matthias # Date 1558949676 14400 # Node ID e9d1e654cc9db11f7a780a35ce6ad3bbeef795cf # Parent 146bee188fdf0a7479ee380ce5ca631682b96ccd planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit 7831a1e3225240028b30ae02808bdff9babaf368-dirty diff -r 146bee188fdf -r e9d1e654cc9d dada2_filterAndTrim.xml --- a/dada2_filterAndTrim.xml Wed May 08 03:47:42 2019 -0400 +++ b/dada2_filterAndTrim.xml Mon May 27 05:34:36 2019 -0400 @@ -53,8 +53,8 @@ filt.fwd <- NULL filt.rev <- NULL #if $paired_cond.paired_select == "paired" - fwd <- c(fwd, '$paired_cond.reads.forward') - rev <- c(rev, '$paired_cond.reads.reverse') + fwd <- c(fwd, '$paired_cond.paired_reads.forward') + rev <- c(rev, '$paired_cond.paired_reads.reverse') filt.fwd <- c(filt.fwd, '$paired_output.forward') filt.rev <- c(filt.rev, '$paired_output.reverse') #else if $paired_cond.paired_select == "separate" @@ -75,6 +75,8 @@ #if $paired_cond.paired_select == "separate": rownames(ftout) <- c( '$paired_cond.forward.element_identifier' ) +#else if $paired_cond.paired_select == "paired" + rownames(ftout) <- c( '$paired_cond.paired_reads.element_identifier' ) #else: rownames(ftout) <- c( '$paired_cond.reads.element_identifier' ) #end if @@ -89,14 +91,14 @@ - + - - + + - + @@ -113,22 +115,20 @@ - + - - - + paired_cond['paired_select'] == "paired" - + paired_cond['paired_select'] == "single" - + paired_cond['paired_select'] == "separate" - + paired_cond['paired_select'] == "separate" @@ -141,7 +141,7 @@ - + @@ -206,7 +206,7 @@ - + diff -r 146bee188fdf -r e9d1e654cc9d macros.xml --- a/macros.xml Wed May 08 03:47:42 2019 -0400 +++ b/macros.xml Mon May 27 05:34:36 2019 -0400 @@ -8,7 +8,7 @@ 1.10.0 - 2 + 3