changeset 35:68466f5064ce draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit a500f7ab2119cc5faaf80393bd87428389d06880
author yating-l
date Fri, 10 Nov 2017 17:03:43 -0500
parents 3285f5d22330
children b15dbdd7fd96
files util/subtools.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/subtools.py	Wed Oct 25 13:24:24 2017 -0400
+++ b/util/subtools.py	Fri Nov 10 17:03:43 2017 -0500
@@ -229,7 +229,7 @@
     else:
         raise ValueError('Did not find bai file')
 
-def flatfile_to_json(inputFile, dataType, trackType, trackLabel, outputFolder, options=None, compress=False):
+def flatfile_to_json(inputFile, dataType, trackType, trackLabel, outputFolder, options=None, compress=True):
     if "bed" in dataType:
         fileType = "--bed"
     elif "gff" in dataType: