Unverified Commit 8500e522 authored by Tom Hunze's avatar Tom Hunze
Browse files

python313Packages.pysam: add nix-update-script



Co-authored-by: default avatarLászló Kupcsik <dev@biobits.be>
parent 9eb0b6c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  setuptools,
  samtools,
  zlib,
  nix-update-script,
}:

buildPythonPackage rec {
@@ -79,6 +80,8 @@ buildPythonPackage rec {
    "pysam.libcsamtools"
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Python module for reading, manipulating and writing genome data sets";
    downloadPage = "https://github.com/pysam-developers/pysam";