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

Amplicov will pull out incorrect references in bedpe if reference is a substring of another #8

Open
JalealCDC opened this issue Dec 4, 2024 · 0 comments

Comments

@JalealCDC
Copy link
Contributor

If one reference name is a substring of another, e.g. RSV_A and RSV_AD, then amplicov will pull the RSV_AD primer locations along with RSV_A primer locations. The reason is that

cmd = 'grep %s %s | cut -f 2,3,5,6,7 ' % (RefID, input_bedpe)
used a default grep, which does not do exact matching.

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