changeset 21:0a79066992fc draft

planemo upload commit 8040003119a3d54866ec6ee9b9f659f2af554817-dirty
author dchristiany
date Tue, 15 Jan 2019 10:04:52 -0500
parents d2af5a5053fd
children 778cc97cb115
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	Tue Jan 15 10:00:02 2019 -0500
+++ b/data_manager/resource_building.py	Tue Jan 15 10:04:52 2019 -0500
@@ -3,7 +3,7 @@
 The purpose of this script is to create source files from different databases to be used in other proteore tools
 """
 
-import os, sys, argparse, requests, time, csv, re, json, shutil
+import os, sys, argparse, requests, time, csv, re, json, shutil, zipfile
 from io import BytesIO
 from zipfile import ZipFile
 from galaxy.util.json import from_json_string, to_json_string
--- a/data_manager/resource_building.xml	Tue Jan 15 10:00:02 2019 -0500
+++ b/data_manager/resource_building.xml	Tue Jan 15 10:04:52 2019 -0500
@@ -1,4 +1,4 @@
-<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.15.5" tool_type="manage_data">
+<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.15.6" tool_type="manage_data">
 <description>
 to create or update reference files for proteore tools
 </description>