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-3580 - New function to get the release to run #449

Merged
merged 7 commits into from
Jun 3, 2024

Conversation

tcezard
Copy link
Member

@tcezard tcezard commented May 22, 2024

No description provided.

@@ -90,3 +90,25 @@ def get_release_inventory_info_for_assembly(taxonomy_id, assembly_accession, rel
raise Exception("Could not find release inventory pertaining to taxonomy ID: {0} and assembly: {1} "
.format(taxonomy_id, assembly_accession))
return results[0][0]


def get_release_pending(release_species_inventory_table, metadata_connection_handle, status=None):
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe get_release_with_status?

Copy link
Member Author

Choose a reason for hiding this comment

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

changed

@@ -115,16 +134,28 @@ def load_config(*args):

def main():
argparse = ArgumentParser()
argparse.add_argument("--taxonomy_id", help="ex: 9913", required=True)
argparse.add_argument_group()
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't think this is being used

@tcezard tcezard merged commit 7d0b30a into EBIvariation:master Jun 3, 2024
1 check 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