-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18100 from eylenth/20230615121212_new_pr_Bowtie131
{bio}[GCC/12.2.0] Bowtie v1.3.1
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
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,30 @@ | ||
## | ||
# This is a contribution from DeepThought HPC Service, Flinders University, Adelaide, Australia | ||
# Homepage: https://staff.flinders.edu.au/research/deep-thought | ||
# | ||
# Authors:: Robert Qiao <[email protected]> | ||
# License:: Artistic v2.0 | ||
# | ||
# Notes:: | ||
## | ||
|
||
name = 'Bowtie' | ||
version = '1.3.1' | ||
|
||
homepage = 'http://bowtie-bio.sourceforge.net/index.shtml' | ||
description = """Bowtie is an ultrafast, memory-efficient short read aligner. | ||
It aligns short DNA sequences (reads) to the human genome.""" | ||
|
||
toolchain = {'name': 'GCC', 'version': '12.2.0'} | ||
toolchainopts = {'pic': True, 'cstd': 'gnu++98'} | ||
|
||
source_urls = ['https://sourceforge.net/projects/bowtie-bio/files/bowtie/%(version)s/'] | ||
sources = ['%(namelower)s-%(version)s-src.zip'] | ||
checksums = ['e23517aa53846ef828172be911750cd05748522117efcbbe5a36f3241fb40761'] | ||
|
||
dependencies = [ | ||
('tbb', '2021.9.0'), | ||
('zlib', '1.2.12'), | ||
] | ||
|
||
moduleclass = 'bio' |