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

An err in scripts/mapped_2hic_fragments.py #134

Closed
seqyuan opened this issue Mar 10, 2018 · 1 comment
Closed

An err in scripts/mapped_2hic_fragments.py #134

seqyuan opened this issue Mar 10, 2018 · 1 comment

Comments

@seqyuan
Copy link

seqyuan commented Mar 10, 2018

line 114 in scripts/mapped_2hic_fragments.py should be :

if not read1.is_unmapped and not read2.is_unmapped:

not

if not r1.is_unmapped and not r2.is_unmapped:

nservant pushed a commit that referenced this issue Mar 12, 2018
@nservant
Copy link
Owner

Thank you very much ! fixed in the devel 2.10.1

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

2 participants