# HG changeset patch # User iuc # Date 1766239705 0 # Node ID c05ea8df8ad2ef08e6df4ec2a0afa6dcc9568c94 # Parent c7d45735c578eb4e368aac60a5cc73ae102fc88f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/dada2 commit f65944aa0547c2fbe4b746cf443c85b2a76e9a48 diff -r c7d45735c578 -r c05ea8df8ad2 dada2_primercheck.xml --- a/dada2_primercheck.xml Tue Feb 11 23:21:57 2025 +0000 +++ b/dada2_primercheck.xml Sat Dec 20 14:08:25 2025 +0000 @@ -39,9 +39,6 @@ #set elid = re.sub('[^\w\-\.]', '_', str($read.element_identifier)) #if $paired_cond.paired_select == "single" #set fwd_reads = $read - #elif $paired_cond.paired_select == "separate" - #set fwd_reads = $read - #set rev_reads = $paired_cond.sdaer[i] #else #set fwd_reads = $read.forward #set rev_reads = $read.reverse @@ -49,9 +46,6 @@ df <- rbind(df, c('$elid', 'FWD', 'FWD', sapply(FWD.orients, primerHits, fn = '$fwd_reads'))) df <- rbind(df, c('$elid', 'REV', 'FWD', sapply(REV.orients, primerHits, fn = '$fwd_reads'))) #if $paired_cond.paired_select != "single" - #if $paired_cond.paired_select == "separate" - #set elid = re.sub('[^\w\-\.]', '_', str($paired_cond.sdaer[i].element_identifier)) - #end if df <- rbind(df, c('$elid', 'FWD', 'REV', sapply(FWD.orients, primerHits, fn = '$rev_reads'))) df <- rbind(df, c('$elid', 'REV', 'REV', sapply(REV.orients, primerHits, fn = '$rev_reads'))) #end if @@ -104,23 +98,6 @@ - - - - - - - - - - - - - - - - - diff -r c7d45735c578 -r c05ea8df8ad2 macros.xml --- a/macros.xml Tue Feb 11 23:21:57 2025 +0000 +++ b/macros.xml Sat Dec 20 14:08:25 2025 +0000 @@ -12,9 +12,9 @@ dada2 - 23.2 + 24.2 1.34.0 - 0 + 1 - - + - - - -