Skip to content
Snippets Groups Projects
Commit 96068b05 authored by Andrei Kramer-Miehe's avatar Andrei Kramer-Miehe
Browse files

added package.py for the R package SBtabVFGEN

parent c428d04c
No related branches found
No related tags found
4 merge requests!299create new experimental release,!274update branch,!269update branch,!266R package SBtabVFGEN
# Copyright 2013-2023 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)
# ----------------------------------------------------------------------------
# If you submit this package back to Spack as a pull request,
# please first remove this boilerplate and all FIXME comments.
#
# This is a template package file for Spack. We've put "FIXME"
# next to all the things you'll want to change. Once you've handled
# them, you can save this file and test your package like this:
#
# spack install r-sbtabvfgen
#
# You can edit this file again by typing:
#
# spack edit r-sbtabvfgen
#
# See the Spack documentation for more information on packaging.
# ----------------------------------------------------------------------------
from spack.package import *
class RSbtabvfgen(RPackage):
"""This package converts SBtab files (with one table per tsv file) into three other formats: vfgen, sbml, Neuron's MOD. It also saves its findings in a free form, as text files. SBtab files typically contain a reaction network model (systems biology). The output is more useful for simulations."""
homepage = "https://github.com/icpm-kth/SBtabVFGEN"
url = "https://github.com/icpm-kth/SBtabVFGEN/archive/refs/tags/v0.1.tar.gz"
version("0.1", sha256="499c51abee75ca5961a41608c9fb09ad523e12aae276f5f67bffa313244cff28")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment