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

Rewrite read-bioinfo metadata module #370

Open
svarona opened this issue Jan 15, 2025 · 0 comments
Open

Rewrite read-bioinfo metadata module #370

svarona opened this issue Jan 15, 2025 · 0 comments
Assignees

Comments

@svarona
Copy link
Member

svarona commented Jan 15, 2025

PR #367 made some repetitive changes on the code to fix urgent issues.

The problem with the code is that the first step of the module is to divide the bioinformatic results by COD and process that data with the specific functions on the pipeline's config:

for batch_dir, batch_dict in data_by_batch.items():

The order should be to process the data before splitting it, save that data into the output directory, and then split it by COD, because else, the splitted files and the original files are being processed twice with the same code.

@svarona svarona self-assigned this Jan 15, 2025
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

1 participant