diff data_manager/resource_building.py @ 21:0a79066992fc draft

planemo upload commit 8040003119a3d54866ec6ee9b9f659f2af554817-dirty
author dchristiany
date Tue, 15 Jan 2019 10:04:52 -0500
parents d2af5a5053fd
children 778cc97cb115
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