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

Allow processing by project/submitter #24

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

jashapiro
Copy link
Member

This PR adds a new project parameter to the workflow that allows running all of the runs from a submitter as a block. As implemented, this option supersedes the run_id option, which seems like what we will want most of the time, but if people think it should work differently, we could change that.

I also made the run_id option a bit more flexible, in that it can now be used to specify library ids or sample ids as well: if any match, it will process those runs.

Closes #14

Make run id selection more flexible
Copy link
Member

@allyhawkins allyhawkins left a comment

Choose a reason for hiding this comment

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

I like this setup and it should easily be converted when we add in a unique project ID. The only other thought that I had was if we want to further segregate by disease (i.e. for projects like the Dyer group that may have a few hundred samples). But I think we could leave this as is and then when we create project ID's segregate at that point and we wouldn't have to alter this code to account for disease types.

@jashapiro jashapiro merged commit 7bcfde2 into main Sep 9, 2021
@jashapiro jashapiro deleted the jashapiro/14-process-by-project branch September 9, 2021 16:57
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.

Allow processing by project/submitter
2 participants