comparison data_manager/resource_building.py @ 42:f6a6a70712c4 draft

"planemo upload commit ba867b8fa3352695fbda1ae764407f363ee79a50-dirty"
author proteore
date Wed, 08 Jan 2020 14:27:52 +0000
parents fe21769281fa
children 414d7d1cfbfd
comparison
equal deleted inserted replaced
41:fe21769281fa 42:f6a6a70712c4
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, shutil, sys, argparse, requests, time, csv, re, json, shutil, zipfile 6 import os, shutil, sys, argparse, requests, time, csv, re, json, shutil, zipfile, subprocess
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 #######################################################################################################