1dayac / Novel-X

Novel insertion detection with 10X reads
MIT License
7 stars 1 forks source link

Velvet MAXKMERLENGTH parameter #2

Closed morispi closed 4 years ago

morispi commented 4 years ago

Hi,

Not much of an issue, but Novel-X seems to be using k-mers of size >31, which is not allowed by default with Velvet. This needs to be specified at Velvet compilation, eg with make 'MAXKMERLENGTH=100'

Correct me if I'm wrong, but I don't think you mentioned this in your README / requirements? I thus used my default installation of velvet, and ended up with errors, and unable to run Novel-X. After recompiling Velvet with the correct parameters, all worked well.

Maybe it could be worth adding this somewhere? This could avoid your users some troubles if they're not aware of that Velvet limitation. :)

Best, Pierre

1dayac commented 4 years ago

Hello Pierre,

Yes, you are completely right! I will correct the manual ASAP!

Thanks!

1dayac commented 4 years ago

Manual is fixed now, thanks again!