--restart-from last #946
Answered
by
asl
INFINITY1993
asked this question in
Q&A
--restart-from last
#946
-
Hi, there, I have finished the metaspades assembly with default kmer set (21, 33 and 55), but now I also want to check the assembly results with kmer set (21,33,55 and 77). Could I use "--restart-from last" options ? will it start from kmer 77? Best regards! |
Beta Was this translation helpful? Give feedback.
Answered by
asl
Mar 9, 2022
Replies: 1 comment 3 replies
-
Well, no, because "last" is k=55 in your case. You need to explicitly specify the k-mer set and the k-mer to restart from. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
INFINITY1993
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, no, because "last" is k=55 in your case. You need to explicitly specify the k-mer set and the k-mer to restart from.