Mercurial > repos > yating-l > hubarchivecreator
comparison 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 |
comparison
equal
deleted
inserted
replaced
84:cb62314a6297 | 85:a65e52152476 |
---|---|
12 self.indexIx = indexIx | 12 self.indexIx = indexIx |
13 self.indexIxx = indexIxx | 13 self.indexIxx = indexIxx |
14 self.trackName = trackName | 14 self.trackName = trackName |
15 self.mySpecieFolderPath = mySpecieFolderPath | 15 self.mySpecieFolderPath = mySpecieFolderPath |
16 self.index_settings = collections.OrderedDict() | 16 self.index_settings = collections.OrderedDict() |
17 self.trixId = trixId | 17 self.trixId = trixId.rstrip() |
18 | 18 |
19 | 19 |
20 def setExtLink(self): | 20 def setExtLink(self): |
21 self.setSearchIndex() | 21 self.setSearchIndex() |
22 self.moveIndexFile() | 22 self.moveIndexFile() |