Skip to content

Commit

Permalink
Fix hardcoded study name
Browse files Browse the repository at this point in the history
Former-commit-id: 08b382d
  • Loading branch information
inodb committed Dec 23, 2016
1 parent 8c06309 commit ec2b156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default async function getClinicalInformationData():Promise<ClinicalInfor
clinicalDataType: 'SAMPLE',
identifiers: samplesOfPatient.map(sample => ({
entityId: sample.sampleId,
studyId: 'lgg_ucsf_2014'
studyId
})),
projection: 'DETAILED',
});
Expand Down

0 comments on commit ec2b156

Please sign in to comment.