Skip to content

Commit

Permalink
bug fix ucscXena#1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhailuo committed Jul 11, 2019
1 parent f201dbc commit 92a7803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xena_gdc_etl/xena_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@ def __init__(
).group(1).replace(' ', '-').replace('.', '').lower()
self.metadata_vars = {
'project_id': ','.join(self.projects),
'xena_cohort': GDC_XENA_COHORT[self.projects],
'xena_cohort': GDC_XENA_COHORT[','.join(self.projects)],
'date': time.strftime(
"%m-%d-%Y", time.gmtime(os.path.getmtime(self.matrix))
),
Expand Down

0 comments on commit 92a7803

Please sign in to comment.