Skip to content

Commit

Permalink
Merge pull request #499 from bento-platform/fix/cbioportal_export
Browse files Browse the repository at this point in the history
fix(workflows): specify reference genome ID in cbioportal export
  • Loading branch information
davidlougheed authored Apr 25, 2024
2 parents d94cfa9 + 9448206 commit ddd8dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chord_metadata_service/chord/export/cbioportal.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def study_export_meta(dataset: Dataset, file_handle: TextIO) -> None:

"add_global_case_list": "true", # otherwise causes an error at validation
# tags_file: ?
# reference_genome: ? TODO
"reference_genome_id": "hg38", # TODO: should not be hard-coded...
}

# optional fields
Expand Down

0 comments on commit ddd8dae

Please sign in to comment.