# HG changeset patch # User dchristiany # Date 1547564692 18000 # Node ID 0a79066992fcb959c146123c55fb09f741953739 # Parent d2af5a5053fd02d7f14fca80b7ce363799198f03 planemo upload commit 8040003119a3d54866ec6ee9b9f659f2af554817-dirty diff -r d2af5a5053fd -r 0a79066992fc data_manager/resource_building.py --- 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 diff -r d2af5a5053fd -r 0a79066992fc data_manager/resource_building.xml --- 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 @@ - + to create or update reference files for proteore tools