Skip to content

Commit

Permalink
Merge pull request #16167 from Ghepardo/20220831112010_new_pr_InterPr…
Browse files Browse the repository at this point in the history
…oScan555880

remove modextrapaths to add top-level install directory to $PATH for recent InterProScan easyconfigs (now done by default by Binary easyblock)
  • Loading branch information
boegel authored Sep 6, 2022
2 parents 51fd6fc + 46585d9 commit d98ab3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ sanity_check_paths = {
'dirs': ['bin', 'lib', 'data/panther/15.0'],
}

sanity_check_commands = ["interproscan.sh 2>&1 | grep 'Welcome to InterProScan-%(version)s'"]

# also include top install directory in $PATH, to make interproscan.sh available
modextrapaths = {'PATH': ''}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,4 @@ sanity_check_paths = {

sanity_check_commands = ["interproscan.sh 2>&1 | grep 'Welcome to InterProScan-%(version)s'"]

# also include top install directory in $PATH, to make interproscan.sh available
modextrapaths = {'PATH': ''}

moduleclass = 'bio'

0 comments on commit d98ab3f

Please sign in to comment.