diff --git a/DESCRIPTION b/DESCRIPTION index 08714df..26a2c60 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tzara Type: Package Title: Cluster long amplicons using dada2 denoising on variable regions -Version: 0.0.7.5 +Version: 0.0.7.6 Authors@R: person(given = "Brendan", family = "Furneaux", email = "brendan.furneaux@gmail.com", role = c("aut", "cre")) diff --git a/R/tzara.R b/R/tzara.R index 4f4e267..97c745d 100644 --- a/R/tzara.R +++ b/R/tzara.R @@ -658,8 +658,8 @@ extract_region.ShortRead <- function(seq, positions, region, region2 = region, } else { ShortRead::writeFasta(seq, outfile, mode = "a") } - return(seq) } + return(seq) } p <- positions %>%