Skip to content

Commit

Permalink
Merge pull request #43 from kids-first/add-sample-relationship
Browse files Browse the repository at this point in the history
add sample relationships entities to utils
  • Loading branch information
calkinsh authored Jun 17, 2024
2 parents 7ddd5d4 + 6f6329a commit cf8b3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kf_utils/dataservice/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"phenotypes",
"diagnoses",
"samples",
"sample-relationships",
"participants",
"family-relationships",
"families",
Expand Down
1 change: 1 addition & 0 deletions kf_utils/dataservice/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"SE": "sequencing-experiments",
"SF": "study-files",
"SG": "sequencing-experiment-genomic-files",
"SR": "sample-relationships",
"TG": "task-genomic-files",
"TK": "tasks",
}
Expand Down

0 comments on commit cf8b3e7

Please sign in to comment.