Skip to content

Commit

Permalink
Merge pull request #728 from microbiomedata/gold-translator-hotfix
Browse files Browse the repository at this point in the history
Remove `part_of` still being asserted on `NucleotideSequencing`
  • Loading branch information
sujaypatil96 authored Oct 11, 2024
2 parents 16f2523 + 99855a7 commit 38b3c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nmdc_runtime/site/translation/gold_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ def _translate_nucleotide_sequencing(
ncbi_project_name=gold_project.get("projectName"),
type="nmdc:NucleotideSequencing",
has_input=nmdc_biosample_id,
part_of=nmdc_study_id,
add_date=gold_project.get("addDate"),
mod_date=self._get_mod_date(gold_project),
principal_investigator=self._get_pi(gold_project),
Expand Down

0 comments on commit 38b3c73

Please sign in to comment.