diff util/index/TrixIndex.py @ 85:a65e52152476 draft default tip

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1a81ebd0ddea950b84af3fc830e9267a4814b29f
author yating-l
date Mon, 06 Nov 2017 13:13:01 -0500
parents cb62314a6297
children
line wrap: on
line diff
--- a/util/index/TrixIndex.py	Fri Nov 03 17:08:19 2017 -0400
+++ b/util/index/TrixIndex.py	Mon Nov 06 13:13:01 2017 -0500
@@ -14,7 +14,7 @@
         self.trackName = trackName
         self.mySpecieFolderPath = mySpecieFolderPath
         self.index_settings = collections.OrderedDict()
-        self.trixId = trixId
+        self.trixId = trixId.rstrip()
         
 
     def setExtLink(self):