-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enable mapping TELL-Seq and DBS linked reads #51
Conversation
Thanks for submitting this, awesome! While I'm not one of the |
I have run tests with I would probably be good to add some kind of basic testing suite to this repo. |
Included is 20 each of forward and reverse haplotag reads for testing purposes: |
Thanks for sending the files! I tried using the files but I am unable to get any output, including when running on the current master branch 1d3b65d! Maybe I am not using the command correctly for haplotag reads. This is the command that I am running:
This is the output: stdout
stderr
It only generates the header, no alignments. On another note, it would be good to have a bit of a larger test set with multiple reads per barcode. The current files contain only one read pair per barcode which would then skip most of |
Sorry about that, I used a minimal set for simplicity. I'll aim for a bigger file and send those links |
Try the files now. I replaced them with subsets featuring 1.6M reads apiece. |
@pdimens I have now run the tests using the haplotag reads you provided. I had to make one change but now the output from this PR matches |
I saw the new issues you posted. Unfortunately, I'm both inexperienced with C++ and not one of the ema devs. The points you make are quite serious, but I am unable to modify ema to overcome these issues. I was given collaboration rights to merge PRs, but you should try pinging @arshajii |
As ema devs, I would guess they already get notifications on this. I am also too inexperienced in C/C++ to make any attempt to fix this. This PR is however unrelated to the issues I raised. On my end it is ready to merge. What do you think? |
This PR extends the
ema align
tool too allow mapping of both TELL-Seq and DBS linked reads.