Skip to content
Snippets Groups Projects
Commit 4b1c356a authored by Justin S's avatar Justin S Committed by Adam J. Stewart
Browse files

trnascan-se: add and configure infernal dependency (#14502)

* trnascan-se: add and configure infernal dep

* trnascan-se: use patch() for infernal config
parent ae6afaf8
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,10 @@ class TrnascanSe(AutotoolsPackage): ...@@ -13,3 +13,10 @@ class TrnascanSe(AutotoolsPackage):
url = "http://trna.ucsc.edu/software/trnascan-se-2.0.0.tar.gz" url = "http://trna.ucsc.edu/software/trnascan-se-2.0.0.tar.gz"
version('2.0.0', sha256='0dde1c07142e4bf77b21d53ddf3eeb1ef8c52248005a42323d13f8d7c798100c') version('2.0.0', sha256='0dde1c07142e4bf77b21d53ddf3eeb1ef8c52248005a42323d13f8d7c798100c')
depends_on('infernal@1.1.2', type='run', when='@2.0.0')
def patch(self):
filter_file('infernal_dir: {bin_dir}',
'infernal_dir: %s' % self.spec['infernal'].prefix.bin,
'tRNAscan-SE.conf.src', string=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment