Hic-Pro: fix a typo and replace hard-coded version. (#8022)
* Fix a typo and replace hard-coded version. * version -> self.version.
This commit is contained in:
parent
0570b075d4
commit
51c2dbb707
@ -65,10 +65,10 @@ def build(self, spec, preifx):
|
||||
make('readstrimming')
|
||||
make('iced')
|
||||
|
||||
def install(sefl, spec, prefix):
|
||||
def install(self, spec, prefix):
|
||||
# Patch INSTALLPATH in config-system.txt
|
||||
config = FileFilter('config-system.txt')
|
||||
config.filter('/HiC-Pro_2.10.0', '')
|
||||
config.filter('/HiC-Pro_%s' % self.version, '')
|
||||
# Install
|
||||
install('config-hicpro.txt', prefix)
|
||||
install('config-install.txt', prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user