Mercurial > repos > dchristiany > data_manager_proteore
comparison 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 |
comparison
equal
deleted
inserted
replaced
20:d2af5a5053fd | 21:0a79066992fc |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 """ | 2 """ |
3 The purpose of this script is to create source files from different databases to be used in other proteore tools | 3 The purpose of this script is to create source files from different databases to be used in other proteore tools |
4 """ | 4 """ |
5 | 5 |
6 import os, sys, argparse, requests, time, csv, re, json, shutil | 6 import os, sys, argparse, requests, time, csv, re, json, shutil, zipfile |
7 from io import BytesIO | 7 from io import BytesIO |
8 from zipfile import ZipFile | 8 from zipfile import ZipFile |
9 from galaxy.util.json import from_json_string, to_json_string | 9 from galaxy.util.json import from_json_string, to_json_string |
10 | 10 |
11 ####################################################################################################### | 11 ####################################################################################################### |