We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
fix bug issue #134
c792d2b
Thank you very much ! fixed in the devel 2.10.1
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: