Skip to content

Commit

Permalink
Merge pull request #21881 from pavelToman/20241119121227_new_pr_Spect…
Browse files Browse the repository at this point in the history
…re021

{bio}[foss/2023a] Spectre v0.2.1
  • Loading branch information
verdurin authored Nov 29, 2024
2 parents 58b09e4 + 0b39d05 commit 91bb8b3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/s/Spectre/Spectre-0.2.1-foss-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
easyblock = 'PythonPackage'

name = 'Spectre'
version = '0.2.1'

homepage = 'https://github.com/fritzsedlazeck/Spectre'
description = """Spectre is a long read copy number variation (CNV) caller. Spectre is designed to detect large CNVs
(>100kb) in a couple of minutes depending on your hardware."""

toolchain = {'name': 'foss', 'version': '2023a'}

source_urls = ['https://pypi.org/packages/source/s/spectre-cnv/']
sources = [{'download_filename': 'spectre_cnv-%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}]
checksums = ['a5ab6487bdf239f4df0158632020d57be3cc78831e0fb1f41f27c5a79060cf5a']

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('Pysam', '0.22.0'),
('matplotlib', '3.7.2'),
]

use_pip = True
download_dep_fail = True
sanity_pip_check = True

sanity_check_commands = [
"spectre --help",
]

moduleclass = 'bio'

0 comments on commit 91bb8b3

Please sign in to comment.