Skip to content

Commit

Permalink
check groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Dec 2, 2024
1 parent 56603cf commit 903150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ena-submission/scripts/get_ena_submission_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def filter_for_submission(
accession, version = key.split(".")
if item["metadata"]["dataUseTerms"] != "OPEN":
continue
if item["metadata"]["groupName"] == config.ingest_pipeline_submission_group:
if item["metadata"]["groupId"] == config.ingest_pipeline_submission_group:
continue
if in_submission_table(db_config, {"accession": accession, "version": version}):
continue
Expand Down

0 comments on commit 903150d

Please sign in to comment.