Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cedric Midoux
deepomics16S
Commits
5ade9a3c
Commit
5ade9a3c
authored
Apr 10, 2019
by
Cedric Midoux
Browse files
biom correct
parent
79ec309d
Changes
1
Hide whitespace changes
Inline
Side-by-side
makeSequenceTable.R
View file @
5ade9a3c
...
...
@@ -11,5 +11,5 @@ saveRDS(seqtab.nochim, snakemake@output$table)
uniquesToFasta
(
seqtab.nochim
,
snakemake
@
output
$
fasta
)
biom
<-
make_biom
(
seqtab.nochim
)
biom
<-
make_biom
(
t
(
seqtab.nochim
)
)
write_biom
(
biom
,
snakemake
@
output
$
biom
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment