Skip to content

Commit

Permalink
Merge pull request #13394 from maxim-masterov/20210708161951_new_pr_S…
Browse files Browse the repository at this point in the history
…TAR279a

{bio}[GCC/10.3.0] STAR v2.7.9a
  • Loading branch information
Micket authored Jul 10, 2021
2 parents eb99e3a + d1bf2c2 commit 448cca6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions easybuild/easyconfigs/s/STAR/STAR-2.7.9a-GCC-10.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Contribution from the NIHR Biomedical Research Centre
# Guy's and St Thomas' NHS Foundation Trust and King's College London
# Based on STAR-2.7.7a-GCC-10.2.0.eb
# uploaded by J. Sassmannshausen

easyblock = 'MakeCp'

name = 'STAR'
version = '2.7.9a'

homepage = 'https://github.com/alexdobin/STAR'
description = "STAR aligns RNA-seq reads to a reference genome using uncompressed suffix arrays."

toolchain = {'name': 'GCC', 'version': '10.3.0'}
toolchainopts = {'openmp': True}

source_urls = ['https://github.com/alexdobin/STAR/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['ff52c9d6daaa9fb7261efa3aa49ef6ce5262aa089b0762a3cbc751e81321050e']

dependencies = [
('zlib', '1.2.11'),
]

start_dir = 'source'

buildopts = ' STAR && make STARlong'

parallel = 1

files_to_copy = [
(['source/STAR', 'source/STARlong'], 'bin'),
'CHANGES.md', 'doc', 'extras', 'LICENSE', 'README.md', 'RELEASEnotes.md',
]

sanity_check_paths = {
'files': ['bin/STAR', 'bin/STARlong'],
'dirs': [],
}

moduleclass = 'bio'

0 comments on commit 448cca6

Please sign in to comment.