gtfsort: new package (#45062)

* gtfsort: new rust package @0.2.2

---------

Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
George Young 2024-07-08 23:07:22 +01:00 committed by GitHub
parent 8128b549a5
commit b921d1a920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,17 @@
# 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 Gtfsort(CargoPackage):
"""A chr/pos/feature GTF sorter that uses a lexicographically-based index ordering algorithm"""
homepage = "https://github.com/alejandrogzi/gtfsort"
url = "https://github.com/alejandrogzi/gtfsort/archive/refs/tags/v.0.2.2.tar.gz"
license("MIT", checked_by="A_N_Other")
version("0.2.2", sha256="d22a8ef32e30111ad2dd08d1da0e0914ac62a728483b8e39a4ef8ea4e6133b4f")