Skip to content
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

Reads from multiple movies #4

Open
jsharbrough opened this issue Mar 19, 2019 · 0 comments
Open

Reads from multiple movies #4

jsharbrough opened this issue Mar 19, 2019 · 0 comments

Comments

@jsharbrough
Copy link

Hi,

I am using Jelly2 to gap fill our genome assembly with PB reads, and I could not get Jelly2 to accept reads from multiple movies. First I tried combining subreads from multiple movies into a single bam file for blasr to map with, however blasr threw an error about mixed data sets, causing Jelly2 to fail. I then tried using an fofn containing the file names of the subread bamfiles as input for Jelly2 (which blasr v 5.3.2 allows), but Jelly2 threw an error and failed prior to sending out the mapping job to blasr.

I found a workaround where I used blasr to map the combined reads to the left and right gaps separately using an fofn as input, then started Jelly2 up at the sorting step in the Support stage. Would it be possible to allow an fofn as an acceptable input for read mapping (or, if you have already done so and I am not aware of it, advise how to make that functionality work)?

Otherwise, the Jelly2 wrapper works very nicely. I separately came up with a similar idea a few weeks ago and a friend told me about your program. I am happy that I don't have to re-invent the wheel!

Joel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant