Mercurial > repos > dchristiany > data_manager_proteore
comparison data_manager/resource_building.py @ 7:d16a52bf0e5b draft
planemo upload commit d703392579d96e480c6461ce679516b12cefb3de-dirty
author | dchristiany |
---|---|
date | Fri, 19 Oct 2018 04:22:37 -0400 |
parents | 9c75521e4a64 |
children | 2f153b41b6fe |
comparison
equal
deleted
inserted
replaced
6:9c75521e4a64 | 7:d16a52bf0e5b |
---|---|
49 unzip(url, path) | 49 unzip(url, path) |
50 print(str(os.path.isfile(path))) | 50 print(str(os.path.isfile(path))) |
51 tmp=open(path,"r").readlines() | 51 tmp=open(path,"r").readlines() |
52 tissue_name = tissue_name + " " + time.strftime("%d/%m/%Y") | 52 tissue_name = tissue_name + " " + time.strftime("%d/%m/%Y") |
53 data_table_entry = dict(value = tissue, name = tissue_name, path = path) | 53 data_table_entry = dict(value = tissue, name = tissue_name, path = path) |
54 _add_data_table_entry(data_manager_dict, data_table_entry, "proteinatlas") | 54 _add_data_table_entry(data_manager_dict, data_table_entry, "protein_atlas") |
55 | 55 |
56 | 56 |
57 ####################################################################################################### | 57 ####################################################################################################### |
58 # 2. Peptide Atlas | 58 # 2. Peptide Atlas |
59 ####################################################################################################### | 59 ####################################################################################################### |