On Tue, Jan 28, 2014 at 7:49 PM, <[email protected]> wrote:
> I am using the easyconfig named Python-2.7.5-goalf-1.5.12-no-OFED.eb (after
> building the goalf toolchain). I added the following lines to the exts_list
> section of the .eb file in order to install BioPython:
>
> ('biopython', '1.63', {
> 'source_urls': ['http://biopython.org/DIST/'],
> }),
Change this to:
('biopython', '1.63', {
'source_urls': ['http://biopython.org/DIST/'],
'modulename': 'Bio',
}),
And the sanity check will pass.
Ward