Skip to content

Commit

Permalink
py-pod5: init 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin John committed May 9, 2024
1 parent c7cf5ea commit 98c9fb8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions var/spack/repos/builtin/packages/py-pod5/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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 PyPod5(PythonPackage):
"""
POD5 is a file format for storing nanopore dna data in an easily accessible way. The format is able to be written in a streaming manner which allows a sequencing instrument to directly write the format.
"""

homepage = "https://github.com/nanoporetech/pod5-file-format"
url = "https://files.pythonhosted.org/packages/40/7b/5baef5b0627a14d78ec511b9ea5776a0e99ab8c54fb59ff391836de6597e/pod5-0.3.10-py3-none-any.whl"

maintainers("Pandapip1")

license("MPL-2.0", checked_by="Pandapip1")

version("0.3.10", sha256="3ecfce9d4d4b2574242b1effc313f3fd25ef4651c44385beb68ad5ba8f539b11", expand=False)

depends_on("py-setuptools@61.0:", type="build")

0 comments on commit 98c9fb8

Please sign in to comment.