diff 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
line wrap: on
line diff
--- a/data_manager/resource_building.py	Wed Jan 08 13:44:22 2020 +0000
+++ b/data_manager/resource_building.py	Wed Jan 08 14:27:52 2020 +0000
@@ -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, shutil, sys, argparse, requests, time, csv, re, json, shutil, zipfile
+import os, shutil, sys, argparse, requests, time, csv, re, json, shutil, zipfile, subprocess
 from io import BytesIO
 from zipfile import ZipFile
 from galaxy.util.json import from_json_string, to_json_string