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

bugfix - avoids duplicated read IDs #51

Merged
merged 1 commit into from
Jan 29, 2018

Conversation

vllorens
Copy link
Contributor

Hi,
as I commented on #50, I tested yesterday the sgseq.R function and found out that the problem comes from adding 1e6 to the offset value in the interations loop, as in each iteration it was creating 1000001 reads instead of 1e6. Changing the value for 999999 does the trick to avoid extra reads with duplicated IDs.

@alyssafrazee
Copy link
Owner

thank you so much for fixing this with a pull request!! very much appreciated. going to merge in a moment -- @JMF47, could you make sure this gets pushed out to BioC?

@alyssafrazee alyssafrazee merged commit 137ef77 into alyssafrazee:master Jan 29, 2018
@ajw2329
Copy link

ajw2329 commented Mar 21, 2019

In case other users encounter this the fix does not appear to be on BioC as of 1.18.

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

Successfully merging this pull request may close these issues.

3 participants