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
In report for all-vs-all comparison filenames are used as label. However label is stripped on first dot.
For example: chr8_all_interactions_res0.0328_ccds_202.bed
chr8_all_interactions_res0.0328_ccds_202.bed
is stripped to:
chr8_all_interactions_res0
instead of: chr8_all_interactions_res0.0328_ccds_202
chr8_all_interactions_res0.0328_ccds_202
Bug is probably in
tad_compare/moc.py
Line 47 in 7efb44e
Consider using this: https://docs.python.org/3.7/library/os.path.html#os.path.splitext
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In report for all-vs-all comparison filenames are used as label. However label is stripped on first dot.
For example:
chr8_all_interactions_res0.0328_ccds_202.bed
is stripped to:
chr8_all_interactions_res0
instead of:
chr8_all_interactions_res0.0328_ccds_202
Bug is probably in
tad_compare/moc.py
Line 47 in 7efb44e
Consider using this:
https://docs.python.org/3.7/library/os.path.html#os.path.splitext
The text was updated successfully, but these errors were encountered: