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

Convert coverage file to read_count dict #270

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ThijsMaas
Copy link
Collaborator

We need to calculate the number of reads that are going to be generated when a coverage_file is used because it depends on the coverage and genome sizes. The n_reads param needs to be accurate because it is used to generate the multiprocessing chunks. This fixes that by converting the coverage_file output to a readcount_dict.

@ThijsMaas ThijsMaas linked an issue Aug 2, 2024 that may be closed by this pull request
Copy link
Collaborator

@StefanLelieveld StefanLelieveld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely, thanks for acting so fast!

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

Successfully merging this pull request may close these issues.

FileNotFoundError in concatenate
2 participants