Skip to content

Commit

Permalink
Update l2phyloseq.R
Browse files Browse the repository at this point in the history
the outdir for the phyloseq object is edited.
  • Loading branch information
ozkurt authored Nov 15, 2021
1 parent edc279d commit 2c5ca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/R/l2phyloseq.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if(keepUnclass==0 &&!is.null(physeq)){
physeq=subset_taxa(physeq, Domain != "?")
}
# Save the phyloseq object as an R object:
save(physeq,file=paste0(strsplit(path_TABLE,"O")[[1]][1],"phyloseq.Rdata"))
save(physeq,file=paste0(dirname(path_TABLE),"/phyloseq.Rdata"))


cat("Phyloseq object is created: phyloseq.Rdata\n")

0 comments on commit 2c5ca5b

Please sign in to comment.