Mercurial > repos > proteore > proteore_data_manager
changeset 49:1c40456be1db draft
"planemo upload commit dfde13321c02dff11b11d336f5b19e1cac2df64e-dirty"
| author | proteore |
|---|---|
| date | Mon, 03 Feb 2020 14:08:39 +0000 |
| parents | 09d9fd9b2d8c |
| children | 7a6d8aafb269 |
| files | data_manager/resource_building.py data_manager/resource_building.xml |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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"
--- a/data_manager/resource_building.xml Fri Jan 31 15:51:40 2020 +0000 +++ b/data_manager/resource_building.xml Mon Feb 03 14:08:39 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2020.01.31" tool_type="manage_data"> +<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2020.02.03" tool_type="manage_data"> <description> to create or update reference files for proteore tools </description>
