Mercurial > repos > proteore > proteore_data_manager
changeset 50:7a6d8aafb269 draft
"planemo upload commit 20b2ab253fe8386e248493316760a3fb5ccc309d-dirty"
| author | proteore |
|---|---|
| date | Mon, 03 Feb 2020 14:38:16 +0000 |
| parents | 1c40456be1db |
| children | 55b12ec24a9f |
| 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 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"
--- a/data_manager/resource_building.xml Mon Feb 03 14:08:39 2020 +0000 +++ b/data_manager/resource_building.xml Mon Feb 03 14:38:16 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2020.02.03" tool_type="manage_data"> +<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2020.02.03.1" tool_type="manage_data"> <description> to create or update reference files for proteore tools </description>
