diff data_manager/resource_building.py @ 48:09d9fd9b2d8c draft

"planemo upload commit 714703437f238e7295980f96620365b801fd435c-dirty"
author proteore
date Fri, 31 Jan 2020 15:51:40 +0000
parents 488e015576bc
children 1c40456be1db
line wrap: on
line diff
--- a/data_manager/resource_building.py	Tue Jan 21 16:26:56 2020 +0000
+++ b/data_manager/resource_building.py	Fri Jan 31 15:51:40 2020 +0000
@@ -48,6 +48,10 @@
         tissue_name = "HPA full atlas"
         url = "https://www.proteinatlas.org/download/proteinatlas.tsv.zip"
         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"
+        table = "proteore_protein_atlas_rna_tissue"
     
     output_file = tissue +"_"+ time.strftime("%d-%m-%Y") + ".tsv"
     path = os.path.join(target_directory, output_file)