Mercurial > repos > proteore > proteore_data_manager
changeset 29:9a40b72414de draft
planemo upload commit 3c02acc07df862410ce979ce63e3d14f10edc50f-dirty
| author | proteore |
|---|---|
| date | Thu, 13 Jun 2019 10:21:25 -0400 |
| parents | 808c8493ed4f |
| children | a6cabd3ab71f |
| files | data_manager/resource_building.py data_manager/resource_building.xml |
| diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager/resource_building.py Mon May 27 07:49:19 2019 -0400 +++ b/data_manager/resource_building.py Thu Jun 13 10:21:25 2019 -0400 @@ -164,7 +164,8 @@ for line in tab[1:]: UniProtAC = line[0] if UniProtAC not in uniprot_reviewed_list : - line[0]="NA" + line[0]="" + line[1]="" """ Supplementary ID to get from HUMAN_9606_idmapping.dat :
--- a/data_manager/resource_building.xml Mon May 27 07:49:19 2019 -0400 +++ b/data_manager/resource_building.xml Thu Jun 13 10:21:25 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.05.27" tool_type="manage_data"> +<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.06.13" tool_type="manage_data"> <description> to create or update reference files for proteore tools </description>
