Skip to content

Commit

Permalink
put gffread executable into bin
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Jul 29, 2021
1 parent 490ad57 commit c61bd0e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions easybuild/easyconfigs/g/gffread/gffread-0.12.7-GCC-10.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ checksums = ['bfde1c857495e578f5b3af3c007a9aa40593e69450eafcc6a42c3e8ef08ed1f5']

buildopts = " release"

files_to_copy = ['%(name)s', 'LICENSE']

modextrapaths = {'PATH': ''}
files_to_copy = [
(['%(name)s'], 'bin'),
'LICENSE',
]

sanity_check_paths = {
'files': ['%(name)s'],
'files': ['bin/%(name)s'],
'dirs': []
}

sanity_check_commands = ['%(name)s ']
sanity_check_commands = ['%(name)s']

moduleclass = 'bio'

0 comments on commit c61bd0e

Please sign in to comment.