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

EVA-3308 Support multiple taxonomy ids when remapping #10

Merged
merged 8 commits into from
Jan 15, 2024

Conversation

tcezard
Copy link
Member

@tcezard tcezard commented Jan 5, 2024

No description provided.

'species_name': self.scientific_name,
# the actual species name does not need to match the taxonomy
# since it is only here to locate the fasta/report files
'species_name': self.scientific_name(taxonomy_list[0]),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we know the files will be in every species folder? Should we maybe use the source taxonomy?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. I don't think it would matter though. The genome would be downloaded again if it didn't exist for that species.

@tcezard tcezard merged commit 431dce6 into EBIvariation:main Jan 15, 2024
4 checks passed
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.

3 participants