Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{bio}[foss/2023a] Spectre v0.2.1 #21881

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
Loading