changeset 55:9fda95925297 draft

"planemo upload commit ba5a199cfc995bbac148163698af2bbcef9cc40b-dirty"
author proteore
date Mon, 08 Jun 2020 14:49:19 +0000
parents 109fc5236204
children bd67848a789f
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 Jun 08 14:36:25 2020 +0000
+++ b/data_manager/resource_building.py	Mon Jun 08 14:49:19 2020 +0000
@@ -283,7 +283,7 @@
 def download_from_nextprot_ftp(file,target_directory) :
     ftp_dir = "pub/current_release/ac_lists/"
     path = os.path.join(target_directory, file)
-    ftp = ftplib.FTP("ftp.nextprot.org"")
+    ftp = ftplib.FTP("ftp.nextprot.org")
     ftp.login("anonymous", "anonymous") 
     ftp.cwd(ftp_dir)
     ftp.retrbinary("RETR " + file, open(path, 'wb').write)
--- a/data_manager/resource_building.xml	Mon Jun 08 14:36:25 2020 +0000
+++ b/data_manager/resource_building.xml	Mon Jun 08 14:49:19 2020 +0000
@@ -1,4 +1,4 @@
-<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2020.06.08" tool_type="manage_data">
+<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2020.06.08.1" tool_type="manage_data">
 <description>
 to create or update reference files for proteore tools
 </description>