Skip to content

Commit 93d640e

Browse files
committed
Tested more scenarios. map_improve_sample_ids.py should work for all datasets now
1 parent 8470ca0 commit 93d640e

2 files changed

Lines changed: 141 additions & 191 deletions

File tree

schema/expected_files.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ datasets:
1212
file: /tmp/beataml_experiments.tsv
1313
- target_class: Drug
1414
file: /tmp/beataml_drugs.tsv
15+
- target_class: Drug Descriptor
16+
file: /tmp/beataml_drug_descriptors.tsv
1517

1618
hcmi:
1719
- target_class: Sample
@@ -38,6 +40,8 @@ datasets:
3840
file: /tmp/mpnst_experiments.tsv
3941
- target_class: Drug
4042
file: /tmp/mpnst_drugs.tsv
43+
- target_class: Drug Descriptor
44+
file: /tmp/mpnst_drug_descriptors.tsv
4145

4246
mpnstpdx:
4347
- target_class: Sample
@@ -54,6 +58,8 @@ datasets:
5458
file: /tmp/mpnstpdx_experiments.tsv
5559
- target_class: Drug
5660
file: /tmp/mpnstpdx_drugs.tsv
61+
- target_class: Drug Descriptor
62+
file: /tmp/mpnstpdx_drug_descriptors.tsv
5763

5864
cptac:
5965
- target_class: Sample
@@ -82,6 +88,8 @@ datasets:
8288
file: /tmp/ccle_experiments.tsv
8389
- target_class: Drug
8490
file: /tmp/ccle_drugs.tsv
91+
- target_class: Drug Descriptor
92+
file: /tmp/ccle_drug_descriptors.tsv
8593

8694
ctrpv2:
8795
- target_class: Sample
@@ -98,6 +106,8 @@ datasets:
98106
file: /tmp/ctrpv2_experiments.tsv
99107
- target_class: Drug
100108
file: /tmp/ctrpv2_drugs.tsv
109+
- target_class: Drug Descriptor
110+
file: /tmp/ctrpv2_drug_descriptors.tsv
101111

102112
depmap:
103113
- target_class: Sample
@@ -114,6 +124,8 @@ datasets:
114124
file: /tmp/depmap_experiments.csv
115125
- target_class: Drug
116126
file: /tmp/depmap_drugs.tsv
127+
- target_class: Drug Descriptor
128+
file: /tmp/depmap_drug_descriptors.tsv
117129

118130
fimm:
119131
- target_class: Sample
@@ -130,6 +142,8 @@ datasets:
130142
file: /tmp/fimm_experiments.tsv
131143
- target_class: Drug
132144
file: /tmp/fimm_drugs.tsv
145+
- target_class: Drug Descriptor
146+
file: /tmp/fimm_drug_descriptors.tsv
133147

134148
gcsi:
135149
- target_class: Sample
@@ -146,6 +160,8 @@ datasets:
146160
file: /tmp/gcsi_experiments.tsv
147161
- target_class: Drug
148162
file: /tmp/gcsi_drugs.tsv
163+
- target_class: Drug Descriptor
164+
file: /tmp/gcsi_drug_descriptors.tsv
149165

150166
gdscv1:
151167
- target_class: Sample
@@ -162,6 +178,8 @@ datasets:
162178
file: /tmp/gdscv1_experiments.tsv
163179
- target_class: Drug
164180
file: /tmp/gdscv1_drugs.tsv
181+
- target_class: Drug Descriptor
182+
file: /tmp/gdscv1_drug_descriptors.tsv
165183

166184
gdscv2:
167185
- target_class: Sample
@@ -178,6 +196,8 @@ datasets:
178196
file: /tmp/gdscv2_experiments.tsv
179197
- target_class: Drug
180198
file: /tmp/gdscv2_drugs.tsv
199+
- target_class: Drug Descriptor
200+
file: /tmp/gdscv2_drug_descriptors.tsv
181201

182202
nci60:
183203
- target_class: Sample
@@ -194,6 +214,8 @@ datasets:
194214
file: /tmp/nci60_experiments.tsv
195215
- target_class: Drug
196216
file: /tmp/nci60_drugs.tsv
217+
- target_class: Drug Descriptor
218+
file: /tmp/nci60_drug_descriptors.tsv
197219

198220
prism:
199221
- target_class: Sample
@@ -210,3 +232,17 @@ datasets:
210232
file: /tmp/prism_experiments.tsv
211233
- target_class: Drug
212234
file: /tmp/prism_drugs.tsv
235+
- target_class: Drug Descriptor
236+
file: /tmp/prism_drug_descriptors.tsv
237+
238+
pancpdo:
239+
- target_class: Sample
240+
file: /tmp/pancpdo_samples.csv
241+
- target_class: Transcriptomics
242+
file: /tmp/pancpdo_transcriptomics.csv
243+
- target_class: Experiments
244+
file: /tmp/pancpdo_experiments.tsv
245+
- target_class: Drug
246+
file: /tmp/pancpdo_drugs.tsv
247+
- target_class: Drug Descriptor
248+
file: /tmp/pancpdo_drug_descriptors.tsv

0 commit comments

Comments
 (0)