Mercurial > repos > proteore > proteore_data_manager
diff data_manager/resource_building.py @ 50:7a6d8aafb269 draft
"planemo upload commit 20b2ab253fe8386e248493316760a3fb5ccc309d-dirty"
| author | proteore |
|---|---|
| date | Mon, 03 Feb 2020 14:38:16 +0000 |
| parents | 1c40456be1db |
| children | 55b12ec24a9f |
line wrap: on
line diff
--- a/data_manager/resource_building.py Mon Feb 03 14:08:39 2020 +0000 +++ b/data_manager/resource_building.py Mon Feb 03 14:38:16 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/rna_tissue_hpa.tsv.zip" + url = "https://www.proteinatlas.org/download/rna_tissue_consensus.tsv.zip" table = "proteore_protein_atlas_rna_tissue" output_file = tissue +"_"+ time.strftime("%d-%m-%Y") + ".tsv"
