{bio}[foss/2016b] ChimPipe 0.9.5 + BEDTools 2.27.1#5560
{bio}[foss/2016b] ChimPipe 0.9.5 + BEDTools 2.27.1#5560boegel merged 4 commits intoeasybuilders:developfrom
Conversation
e48b6ef to
14c541c
Compare
|
@SethosII I had to change the target branch to Since you have been issuing quite a lot of pull requests lately (thank you for that!), maybe you should take a look a the support EasyBuild has for creating pull requests via Not only will it automatically take care of opening the PR to |
| toolchain = {'name': 'foss', 'version': '2016b'} | ||
|
|
||
| source_urls = ['https://github.com/arq5x/%(namelower)s2/releases/download/v%(version)s/'] | ||
| sources = [SOURCELOWER_TGZ] |
|
|
||
| source_urls = ['https://github.com/Chimera-tools/%(name)s/archive'] | ||
| sources = ['v%(version)s.tar.gz'] | ||
|
|
There was a problem hiding this comment.
style nitpicking: drop empty line
|
|
||
| sanity_check_paths = { | ||
| 'files': ['%(name)s.sh'], | ||
| 'dirs': ['bin', 'src/awk', 'src/bash', 'tools'], |
There was a problem hiding this comment.
Any specific binaries you can check for?
There was a problem hiding this comment.
@boegel I added a specific binary and added a folder inside of bin.
|
@boegel And thanks for the hint on |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @SethosII! |
This adds ChimPipe with a updated BEDTools.
I can't think of a good
sanity_check_commandsline because printing the help message returns with non-zero exit code and a real example would need additional data.