Skip to content

Commit 7ddd5d4

Browse files
authored
Merge pull request #41 from kids-first/add_sample_deletion
add sample to delete.py and meta.py
2 parents 9ff5997 + 7e2ecae commit 7ddd5d4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

kf_utils/dataservice/delete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"outcomes",
1919
"phenotypes",
2020
"diagnoses",
21+
"samples",
2122
"participants",
2223
"family-relationships",
2324
"families",

kf_utils/dataservice/meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"PT": "participants",
1515
"RF": "read-group-genomic-files",
1616
"RG": "read-groups",
17+
"SA": "samples",
1718
"SC": "sequencing-centers",
1819
"SD": "studies",
1920
"SE": "sequencing-experiments",

0 commit comments

Comments
 (0)