-
Hello developers, I am developing a workflow that uses I find this a bit puzzling, so I wanted to ask how exactly Additionally, in your opinion, what would be the simplest way to infer the k-mer size that was selected (in order to automate the inference)? I do not think parsing the log would be the simplest approach. I am currently looking at which folder contains the Thank you for your time. Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Short answer (maybe even more puzzling): it doesn't Long answer: SPAdes uses all information from all k-mers lengths for a final assembly. So, you should not guess, parse logs or invent some other incorrect ways of determining. Please refer to SPAdes manual that describes the SPAdes output: https://ablab.github.io/spades/output.html In particular the following is useful:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
Short answer (maybe even more puzzling): it doesn't
Long answer: SPAdes uses all information from all k-mers lengths for a final assembly. So, you should not guess, parse logs or invent some other incorrect ways of determining. Please refer to SPAdes manual that describes the SPAdes output: https://ablab.github.io/spades/output.html
In particular the following is useful:
…