Skip to content
Snippets Groups Projects
Commit 0a67c690 authored by Bo Gao's avatar Bo Gao
Browse files

get the cosmetics back :))

parent 67a69e22
Branches
No related tags found
No related merge requests found
......@@ -226,8 +226,8 @@ def cli(input_db, input_collection, output_db, output_collection_individuals, ou
gsmMatchObj = re.search('^GSM', get_attribute('UID', sample, 'str'))
if gsmMatchObj:
external_ids.append({'database': 'GEO', 'identifier': get_attribute('UID', sample, 'str')})
geoMatchObj = re.search('^GSE', get_attribute('SERIESID', sample, 'str'))
if geoMatchObj:
gseMatchObj = re.search('^GSE', get_attribute('SERIESID', sample, 'str'))
if gseMatchObj:
external_ids.append({'database': 'GEO', 'identifier': get_attribute('SERIESID', sample, 'str')})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment