diff tracks/TrackStyles.py @ 32:7b955a58d8f2 draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 18da3c5b92673ba5030c24c981c6ca7ebe0bf097-dirty
author yating-l
date Fri, 20 Oct 2017 11:22:21 -0400
parents 31a41ce128cc
children
line wrap: on
line diff
--- a/tracks/TrackStyles.py	Mon Oct 16 18:03:58 2017 -0400
+++ b/tracks/TrackStyles.py	Fri Oct 20 11:22:21 2017 -0400
@@ -34,6 +34,7 @@
             if not os.path.exists(cssFolderPath):
                 os.mkdir(cssFolderPath)
             os.mknod(cssFilePath)   
+            os.chmod(cssFilePath, 0o755)
         return cssFilePath
 
     def _getCssTemplate(self):