-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{bio}[GCCcore/13.3.0] rDock v24.03.192 #22012
Open
sassy-crick
wants to merge
1
commit into
easybuilders:develop
Choose a base branch
from
sassy-crick:20241211174910_new_pr_rDock2403192
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+43
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
easybuild/easyconfigs/r/rDock/rDock-24.03.192-GCCcore-13.3.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Author: J. Sassmannshausen (Imperial College London/UK) | ||
|
||
easyblock = 'ConfigureMake' | ||
|
||
name = 'rDock' | ||
version = '24.03.192' | ||
|
||
homepage = 'https://rdock.github.io/' | ||
description = """ | ||
rDock is a fast and versatile Open Source docking program that can be used to dock small | ||
molecules against proteins and nucleic acids. It is designed for High Throughput Virtual | ||
Screening (HTVS) campaigns and Binding Mode prediction studies. | ||
""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.3.0'} | ||
|
||
source_urls = ['https://github.com/CBDD/rDock/archive/'] | ||
sources = ['v%(version)s.tar.gz'] | ||
checksums = ['4cb4267831a30010d2bca7daf13f74ab113df2c19a140859e9878a02038f551b'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.42'), | ||
] | ||
dependencies = [ | ||
('tcsh', '6.24.13'), | ||
('popt', '1.19'), | ||
] | ||
|
||
configure_without_installdir = True | ||
configure_cmd = ' ' | ||
|
||
preinstallopts = 'export PREFIX=%(installdir)s && ' | ||
|
||
runtest = 'test' | ||
|
||
postinstallcmds = ['sed -i "s|/bin/csh -f|/usr/bin/env tcsh -f|" %(installdir)s/bin/make_grid.csh'] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/rbhtfinder', 'bin/sdreport', 'bin/run_rbdock.pl', 'lib/libRbt.so'], | ||
'dirs': ['include'], | ||
} | ||
|
||
moduleclass = 'bio' |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add some
sanity_check_commands
here? for example