-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combining multiple libraries #20
Comments
Hi! Apologies for the delayed answer. Indeed the FOF strategy doesn't work as is.
Alternatively:
|
Thank you for the suggestion and apologies for the delayed response! I did use a mixture of the two options though. I concatenated the smaller insert fastqs and used the mate-pair separately. |
sounds good, did it work? |
Yup, it did! I got a decent contiguity as well. Got the 2.5Gb genome in 9876 (no joke) scaffolds over 1kb in length with an N50 of 1.83Mb. Having a 8Kb and 20Kb insert MP libraries did help a lot combined with dual scaffolding. |
very nice! |
Hi!
I have a couple of older Illumina datasets (both PE and MP) split across multiple insert sizes and libraries.
Is it possible to pass them as a single argument, as I think that'd make life easy.
Would a FIFO sort of approach work? Or should I give a file of files (FOF) ? I believe that the FOF approach works only for SE-Reads rather than PE.
If needed I can pass MP libraries later to scaffold only.
What would you suggest?
The text was updated successfully, but these errors were encountered: