Skip to content

Commit

Permalink
add symlinks for emmax and emmax-kin commands in easyconfig for EMMAX…
Browse files Browse the repository at this point in the history
… 20120210
  • Loading branch information
boegel committed Jan 14, 2025
1 parent 66f6a43 commit f52b946
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ dependencies = [

extract_sources = True

postinstallcmds = [
"cd %(installdir)s && ln -s emmax-intel64 emmax",
"cd %(installdir)s && ln -s emmax-kin-intel64 emmax-kin",
]

sanity_check_paths = {
'files': ['emmax-intel64', 'emmax-kin-intel64'],
'files': ['emmax', 'emmax-kin'],
'dirs': [],
}

sanity_check_commands = [
"emmax-intel64 2>&1 | grep '^Usage: emmax'",
"emmax-kin-intel64 2>&1 | grep '^Usage: emmax_kin'",
"emmax 2>&1 | grep '^Usage: emmax'",
"emmax-kin 2>&1 | grep '^Usage: emmax_kin'",
]

moduleclass = 'bio'

0 comments on commit f52b946

Please sign in to comment.