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

Functionality to run QC without Assembly module completing #7

Open
garethlin opened this issue Jun 28, 2021 · 0 comments
Open

Functionality to run QC without Assembly module completing #7

garethlin opened this issue Jun 28, 2021 · 0 comments

Comments

@garethlin
Copy link
Collaborator

Currently QC is a separate module.
All assemblies are completed and then the user kicks off QC.

In a DToL pipeline scenario you would likely have some very large genomes mixed in with small ones.
We don't realistically need to wait on the large genomes completing to kick off QC on the small ones.

All we need to do is import the QC module to the Snakemake of the Assembly Module and then there can be a switch which conditionally adds all the targets to the rule all of the assembly module.

This would mean Assembly + QC can be run as if they were one module (by providing a command line flag like --straight-to-qc)

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