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

updated grep bug #9

Merged
merged 1 commit into from
Dec 4, 2024
Merged

updated grep bug #9

merged 1 commit into from
Dec 4, 2024

Conversation

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

Line 124 in Amplidov: cmd = 'grep %s %s | cut -f 2,3,5,6,7 ' % (RefID, input_bedpe)

used a default grep, which does not do exact matching.

@chienchi chienchi self-assigned this Dec 4, 2024
@chienchi chienchi added bug Something isn't working enhancement New feature or request labels Dec 4, 2024
@chienchi chienchi merged commit c095482 into chienchi:master Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants