Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ATAC-seq pipeline exit if no mitochondrial reads are duplicated #14

Open
cschmidl opened this issue Oct 30, 2018 · 3 comments
Open

ATAC-seq pipeline exit if no mitochondrial reads are duplicated #14

cschmidl opened this issue Oct 30, 2018 · 3 comments

Comments

@cschmidl
Copy link

ATAC-seq pipeline exit if no mitochondrial reads are duplicated due to zero division error - see logfile:
File "/Users/christianschmidl/src/open_pipelines/pipelines/atacseq.py", line 359, in parse_duplicate_stats
prefix + "duplicate_percentage": (float(duplicates) / (single_ends + paired_ends * 2)) * 100}
ZeroDivisionError: float division by zero

@nsheff
Copy link
Collaborator

nsheff commented Oct 30, 2018

You should try pepatac -- I don't know that anyone is updating this ATAC-seq pipeline anymore... @afrendeiro ?

@afrendeiro
Copy link
Contributor

Yes, I am maintaining it. But you can always try pepatac.

@nsheff
Copy link
Collaborator

nsheff commented Oct 30, 2018

oh cool. any interest in combining with pepatac?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants