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}[system/system] CellRanger v9.0.0 #21934

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/c/CellRanger/CellRanger-9.0.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# The STAR binary included in this version has been vectorized with AVX
# hence it is not recommended for systems that do not support it.

easyblock = 'Tarball'

name = 'CellRanger'
version = '9.0.0'

homepage = 'https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/what-is-cell-ranger'
description = """Cell Ranger is a set of analysis pipelines that process Chromium
single-cell RNA-seq output to align reads, generate gene-cell matrices and perform
clustering and gene expression analysis."""

toolchain = SYSTEM

download_instructions = """
Download manually from https://support.10xgenomics.com/single-cell-gene-expression/software/downloads/latest
"""
sources = [SOURCELOWER_TAR_GZ]
checksums = ['d57e574630bc0871299ba0e3e3b9a770b572cd35a819c52bfd58403ccd72035d']

keepsymlinks = True

sanity_check_paths = {
'files': ['bin/cellranger'],
'dirs': ['bin/rna', 'bin/tenkit'],
}

sanity_check_commands = ['cellranger testrun --id=tiny']

moduleclass = 'bio'
Loading