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
01fe044d
Commit
01fe044d
authored
Apr 11, 2019
by
Cedric Midoux
Browse files
correct fasta name
parent
053aff9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
makeSequenceTable.R
View file @
01fe044d
...
...
@@ -9,7 +9,7 @@ seqtab.nochim <- removeBimeraDenovo(seqtab, method="consensus", multithread = sn
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
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