Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Wiki
Code
Merge requests
35
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Merge requests
!595
Draft: feat: add py-cobrawap package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: feat: add py-cobrawap package
elmath/ebrains-spack-builds:add-cobrawap
into
master
Overview
2
Commits
2
Pipelines
0
Changes
2
Closed
Eleni Mathioulaki
requested to merge
elmath/ebrains-spack-builds:add-cobrawap
into
master
8 months ago
Overview
2
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
fdc6e559
8 months ago
master (base)
and
latest version
latest version
c753d377
2 commits,
8 months ago
version 1
fdc6e559
1 commit,
8 months ago
2 files
+
41
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
packages/py-cobrawap/package.py
0 → 100644
+
40
−
0
Options
# Copyright 2013-2024 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.package
import
*
class
PyCobrawap
(
PythonPackage
):
"""
Collaborative Brain Wave Analysis Pipeline (Cobrawap)
"""
homepage
=
"
https://cobrawap.readthedocs.io/en/latest/
"
pypi
=
"
cobrawap/cobrawap-0.2.0.tar.gz
"
maintainers
(
"
lupoc
"
)
version
(
"
0.2.0
"
,
sha256
=
"
5ee0dc064d60b95dde75f693817b2b59c1de3601ba19b7d70dae240da14d71d2
"
)
depends_on
(
"
python@3.8:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-setuptools
"
,
type
=
"
build
"
)
depends_on
(
"
py-flit-core@3.2:3
"
,
type
=
"
build
"
)
depends_on
(
"
py-ruamel-yaml@0.18.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-jinja2@2.10.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scipy@1.7.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pygments@2.4.2:
"
,
type
=
(
"
build
"
,
"
run
"
))
# depends_on("py-snakemake@7.10:7", type=("build", "run"))
depends_on
(
"
py-h5py
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-shapely
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-elephant@1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-neo@0.10.2:0.11
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-nixio@1.5.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pillow@7:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pandas@1.2:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scikit-learn@1.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scikit-image@0.20:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-matplotlib@3.5.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-seaborn
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-networkx
"
,
type
=
(
"
build
"
,
"
run
"
))