Commit 01fe044d authored by Midoux Cedric's avatar Midoux Cedric
Browse files

correct fasta name

parent 053aff9e
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -9,7 +9,7 @@ seqtab.nochim <- removeBimeraDenovo(seqtab, method="consensus", multithread = sn ...@@ -9,7 +9,7 @@ seqtab.nochim <- removeBimeraDenovo(seqtab, method="consensus", multithread = sn
saveRDS(seqtab.nochim, snakemake@output$rds) saveRDS(seqtab.nochim, snakemake@output$rds)
uniquesToFasta(seqtab.nochim, snakemake@output$fasta) uniquesToFasta(seqtab.nochim, snakemake@output$fasta, ids = getSequences(seqtab.nochim))
write.table(t(seqtab.nochim), snakemake@output$tsv, sep = "\t", quote = FALSE) write.table(t(seqtab.nochim), snakemake@output$tsv, sep = "\t", quote = FALSE)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment