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

ENH: collate_loci action added #348

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

Conversation

DorielaGrabocka
Copy link

PR requested by @misialq

Adds collate_loci action. This action collates loci from different loci directories into a single LociDirectoryFormat and returns a GenomeData[Loci] artifact.

LociDirectoryFormat)


def collate_loci(loci: LociDirectoryFormat) -> LociDirectoryFormat:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey @DorielaGrabocka, could you please simplify these loops to resemble the other collating actions we have in this plugin? There is one example in this file, at the bottom. Unless you had a reason to do it this way?

Copy link
Collaborator

@misialq misialq left a comment

Choose a reason for hiding this comment

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

Hey @DorielaGrabocka, could you please update the branch and resolve the conflict? Thanks! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Development
Development

Successfully merging this pull request may close these issues.

2 participants