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

WEBAPP-763: skip genome check if genome_id is null while pulling tagged files #161

Open
wants to merge 19 commits into
base: dev
Choose a base branch
from

Conversation

Pg-Pi3Gey
Copy link
Member

@Pg-Pi3Gey Pg-Pi3Gey commented Feb 24, 2025

Motivation for this PR:

Handle cases where a dependent child analysis does not have a defined genome.

When pulling tagged files for such analyses, the genome_id will be set to NULL. In some cases, like with Micronbrane, there is no single genome that can be defined for the sample, as it may be an assembly. In these situations, we still want to be able to pull the tagged files, even though a genome is not provided. To enable this, we need to skip the genome-related checks only when the genome_id is not available, instead of treating it as an error condition.

@Pg-Pi3Gey Pg-Pi3Gey self-assigned this Feb 24, 2025
@Pg-Pi3Gey Pg-Pi3Gey requested a review from blasvicco February 24, 2025 11:09
@Pg-Pi3Gey Pg-Pi3Gey changed the base branch from master to dev February 26, 2025 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants