python313Packages.pysam: add nix-update-script
Co-authored-by: László Kupcsik <dev@biobits.be>
This commit is contained in:
co-authored by
László Kupcsik
parent
9eb0b6c71d
commit
8500e52278
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user