diff data_manager/fetch_reference_data.py @ 18:dda792940610 draft

planemo upload
author yating-l
date Thu, 04 May 2017 12:28:28 -0400
parents 85e817cdf4bd
children
line wrap: on
line diff
--- a/data_manager/fetch_reference_data.py	Thu May 04 12:24:20 2017 -0400
+++ b/data_manager/fetch_reference_data.py	Thu May 04 12:28:28 2017 -0400
@@ -11,7 +11,6 @@
 
 from galaxy.util.json import from_json_string, to_json_string
 
-CHUNK_SIZE = 2**20 #1mb
 
 def cleanup_before_exit(tmp_dir):
     if tmp_dir and os.path.exists(tmp_dir):