Skip to content

Commit

Permalink
Update getAllDatasets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline authored Sep 14, 2023
1 parent 473b93a commit ffd9728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mRNAData/getAllDatasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def getCancerObj(cancertype):
dat = cptac.Lscc()
elif cancertype == 'luad':
dat = cptac.Luad()
elif cancertype == 'ov':
elif cancertype == 'ovarian':
dat = cptac.Ov()
elif cancertype =='pdac':
dat = cptac.Pdac()
Expand Down

0 comments on commit ffd9728

Please sign in to comment.