Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eic_tools
Spack
Commits
8beb42e7
Unverified
Commit
8beb42e7
authored
5 years ago
by
Glenn Johnson
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
New package: r-codex (#14869)
This PR adds the r-codex package. - new package: r-bsgenome-hsapiens-ucsc-hg19
parent
4fa29ceb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
var/spack/repos/builtin/packages/r-bsgenome-hsapiens-ucsc-hg19/package.py
+19
-0
19 additions, 0 deletions
...builtin/packages/r-bsgenome-hsapiens-ucsc-hg19/package.py
var/spack/repos/builtin/packages/r-codex/package.py
+31
-0
31 additions, 0 deletions
var/spack/repos/builtin/packages/r-codex/package.py
with
50 additions
and
0 deletions
var/spack/repos/builtin/packages/r-bsgenome-hsapiens-ucsc-hg19/package.py
0 → 100644
+
19
−
0
View file @
8beb42e7
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from
spack
import
*
class
RBsgenomeHsapiensUcscHg19
(
RPackage
):
"""
Full genome sequences for Homo sapiens (Human) as provided by UCSC
(hg19, Feb. 2009) and stored in Biostrings objects.
"""
# This is a bioconductor package but there is no available git repo.
homepage
=
"
http://www.bioconductor.org/packages/release/data/annotation/html/BSgenome.Hsapiens.UCSC.hg19.html
"
url
=
"
http://www.bioconductor.org/packages/release/data/annotation/src/contrib/BSgenome.Hsapiens.UCSC.hg19_1.4.0.tar.gz
"
version
(
'
1.4.0
'
,
sha256
=
'
88f515e5c27dd11d10654250e3a0a9389e4dfeb0b1c2d43419aa7086e6c516f8
'
)
depends_on
(
'
r-bsgenome@1.33.5:
'
,
type
=
(
'
build
'
,
'
run
'
))
This diff is collapsed.
Click to expand it.
var/spack/repos/builtin/packages/r-codex/package.py
0 → 100644
+
31
−
0
View file @
8beb42e7
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from
spack
import
*
class
RCodex
(
RPackage
):
"""
A normalization and copy number variation calling procedure for whole
exome DNA sequencing data. CODEX relies on the availability of multiple
samples processed using the same sequencing pipeline for normalization, and
does not require matched controls. The normalization model in CODEX
includes terms that specifically remove biases due to GC content, exon
length and targeting and amplification efficiency, and latent systemic
artifacts. CODEX also includes a Poisson likelihood-based recursive
segmentation procedure that explicitly models the count-based exome
sequencing data.
"""
homepage
=
"
http://www.bioconductor.org/packages/release/bioc/html/CODEX.html
"
git
=
"
https://git.bioconductor.org/packages/CODEX
"
version
(
'
1.18.0
'
,
commit
=
'
9a95cccc7ff3fe587636317e21e39a07dddf80bc
'
)
depends_on
(
'
r@3.2.3:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
r-rsamtools
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
r-genomeinfodb
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
r-bsgenome-hsapiens-ucsc-hg19
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
r-iranges
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
r-biostrings
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
r-s4vectors
'
,
type
=
(
'
build
'
,
'
run
'
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment