Skip to content

Commit

Permalink
Merge pull request #14035 from scicomp-moffitt/20210919070128_new_pr_…
Browse files Browse the repository at this point in the history
…TRUST41051

{bio}[system/system] TRUST4 v1.0.5.1
  • Loading branch information
SebastianAchilles committed Sep 24, 2021
2 parents 7d04e34 + 5158821 commit 7c62fc8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/t/TRUST4/TRUST4-1.0.5.1.eb
@@ -0,0 +1,26 @@
easyblock = 'Conda'

name = "TRUST4"
version = "1.0.5.1"

homepage = 'https://github.com/liulab-dfci/TRUST4'
description = """Tcr Receptor Utilities for Solid Tissue (TRUST) is a computational tool to
analyze TCR and BCR sequences using unselected RNA sequencing data, profiled
from solid tissues, including tumors. TRUST4 performs de novo assembly on V, J,
C genes including the hypervariable complementarity-determining region 3 (CDR3)
and reports consensus of BCR/TCR sequences."""

toolchain = SYSTEM

requirements = "%(namelower)s=%(version)s"
channels = ['bioconda']

builddependencies = [('Miniconda3', '4.9.2')]

sanity_check_paths = {
'files': ['bin/%s' % x for x in ['trust4', 'run-trust4', 'bam-extractor',
'fastq-extractor']],
'dirs': ['bin', 'conda-meta', 'lib']
}

moduleclass = 'bio'

0 comments on commit 7c62fc8

Please sign in to comment.