Skip to content

Commit

Permalink
adding easyconfigs: CellRanger-7.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Dec 6, 2023
1 parent b4964d0 commit 4df609e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/c/CellRanger/CellRanger-7.2.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 = '7.2.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 = ['b092bd4e3ab585ad051a231fbdd8f3f0f5cbcd10f657eeab86bec98cd594502c']

keepsymlinks = True

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

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

moduleclass = 'bio'

0 comments on commit 4df609e

Please sign in to comment.