Skip to content

Commit 1df62dd

Browse files
committed
Merge pull request #44 from fgeorgatos/contrib_bio_moduleclasses
redefined bioinformatics packages in the "bio" moduleclass and cleanup leftover buildstats
2 parents ba1a964 + fc2ac1e commit 1df62dd

35 files changed

+60
-24
lines changed

easybuild/easyconfigs/a/AMOS/AMOS-3.1.0-goalf-1.1.0-no-OFED.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ sanity_check_paths = {
3030
}
3131

3232
parallel = 1 # make crashes otherwise
33+
34+
moduleclass = 'bio'

easybuild/easyconfigs/a/AMOS/AMOS-3.1.0-ictce-4.0.6.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ sanity_check_paths = {
3030
}
3131

3232
parallel = 1 # make crashes otherwise
33+
34+
moduleclass = 'bio'

easybuild/easyconfigs/b/BWA/BWA-0.6.2-goalf-1.1.0-no-OFED.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ toolchainopts = {'optarch': True, 'pic': True}
1919

2020
sources = ['%s-%s.tar.bz2' % (name.lower(), version)]
2121
source_urls = [('http://sourceforge.net/projects/bio-bwa/files/', 'download')]
22+
23+
moduleclass = 'bio'

easybuild/easyconfigs/b/BWA/BWA-0.6.2-ictce-4.0.6.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ toolchainopts = {'optarch': True, 'pic': True}
1919

2020
sources = ['%s-%s.tar.bz2' % (name.lower(), version)]
2121
source_urls = [('http://sourceforge.net/projects/bio-bwa/files/', 'download')]
22+
23+
moduleclass = 'bio'

easybuild/easyconfigs/b/BiSearch/BiSearch-20051222-goalf-1.1.0-no-OFED.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ description = """BiSearch is a primer-design algorithm for DNA sequences."""
77
toolchain = {'name': 'goalf', 'version': '1.1.0-no-OFED'}
88

99
sources = ['%s_%s.tar.gz' % (name.lower(), version)]
10+
11+
moduleclass = 'bio'

easybuild/easyconfigs/b/BiSearch/BiSearch-20051222-ictce-4.0.6.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ description = """BiSearch is a primer-design algorithm for DNA sequences."""
77
toolchain = {'name': 'ictce', 'version': '4.0.6'}
88

99
sources = ['%s_%s.tar.gz' % (name.lower(), version)]
10+
11+
moduleclass = 'bio'

easybuild/easyconfigs/b/Bowtie2/Bowtie2-2.0.0-beta7-goalf-1.1.0-no-OFED.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ toolchainopts = {'optarch': True, 'pic': True}
2020
sources = ['%s-%s-source.zip' % (name.lower(), version)]
2121
source_urls = [('http://sourceforge.net/projects/bowtie-bio/files/%s/%s' % (name.lower(), version), 'download')]
2222
# N.B. the download option above -> required for sourceforge
23+
24+
moduleclass = 'bio'

easybuild/easyconfigs/b/Bowtie2/Bowtie2-2.0.0-beta7-ictce-4.0.6.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ toolchainopts = {'optarch': True, 'pic': True}
2020
sources = ['%s-%s-source.zip' % (name.lower(), version)]
2121
source_urls = [('http://sourceforge.net/projects/bowtie-bio/files/%s/%s' % (name.lower(), version), 'download')]
2222
# N.B. the download option above -> required for sourceforge
23+
24+
moduleclass = 'bio'

easybuild/easyconfigs/c/ClustalW2/ClustalW2-2.1-goalf-1.1.0-no-OFED.eb

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,4 @@ sanity_check_paths = {
2525
'dirs': []
2626
}
2727

28-
#Build statistics
29-
buildstats=[
30-
{
31-
'timestamp': 1346797039,
32-
'cpu_model': 'Intel(R) Xeon(R) CPU L5640 @ 2.27GHz',
33-
'build_time': 53.079999999999998,
34-
'platform': 'Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.5',
35-
'host': 'gaia-11',
36-
'install_size': 845303,
37-
'core_count': 12
38-
}
39-
]
28+
moduleclass = 'bio'

easybuild/easyconfigs/c/ClustalW2/ClustalW2-2.1-ictce-4.0.6.eb

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,4 @@ sanity_check_paths = {
2525
'dirs': []
2626
}
2727

28-
#Build statistics
29-
buildstats=[
30-
{
31-
'timestamp': 1346797039,
32-
'cpu_model': 'Intel(R) Xeon(R) CPU L5640 @ 2.27GHz',
33-
'build_time': 53.079999999999998,
34-
'platform': 'Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.5',
35-
'host': 'gaia-11',
36-
'install_size': 845303,
37-
'core_count': 12
38-
}
39-
]
28+
moduleclass = 'bio'

0 commit comments

Comments
 (0)