Skip to content

Commit

Permalink
Fix mgx_api check_analysis invocation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Feb 19, 2024
1 parent fe6d2b8 commit 783f275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def process_to_index_and_update_records(self, analyses_to_index_and_update):
logging.info(f"Successfully added {annotation_job}")
registry_id, metadata_match = self.mgx_api.check_analysis(
mgya=annotation_job.accession,
sequence_id=sequence_accession,
sequence_accession=sequence_accession,
)
annotation_job.mgx_accession = registry_id
annotation_job.last_mgx_indexed = timezone.now() + timedelta(
Expand Down

0 comments on commit 783f275

Please sign in to comment.