Mercurial > repos > proteore > proteore_data_manager
diff data_manager/resource_building.py @ 49:1c40456be1db draft
"planemo upload commit dfde13321c02dff11b11d336f5b19e1cac2df64e-dirty"
| author | proteore |
|---|---|
| date | Mon, 03 Feb 2020 14:08:39 +0000 |
| parents | 09d9fd9b2d8c |
| children | 7a6d8aafb269 |
line wrap: on
line diff
--- a/data_manager/resource_building.py Fri Jan 31 15:51:40 2020 +0000 +++ b/data_manager/resource_building.py Mon Feb 03 14:08:39 2020 +0000 @@ -50,7 +50,7 @@ table = "proteore_protein_full_atlas" elif tissue == "HPA_RNA_tissue": tissue_name = "HPA RNA tissue" - url = "https://www.proteinatlas.org/download/normal_tissue.tsv.zip" + url = "https://www.proteinatlas.org/download/rna_tissue_hpa.tsv.zip" table = "proteore_protein_atlas_rna_tissue" output_file = tissue +"_"+ time.strftime("%d-%m-%Y") + ".tsv"
