truvari: 4.1.0 -> 4.2.2
Diff: https://github.com/ACEnglish/truvari/compare/v4.1.0...v4.2.2 Changelog: https://github.com/ACEnglish/truvari/releases/tag/v4.2.2
This commit is contained in:
parent
8fa00a6192
commit
45b23644da
@ -15,14 +15,14 @@ let
|
|||||||
};
|
};
|
||||||
in python3Packages.buildPythonApplication rec {
|
in python3Packages.buildPythonApplication rec {
|
||||||
pname = "truvari";
|
pname = "truvari";
|
||||||
version = "4.1.0";
|
version = "4.2.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ACEnglish";
|
owner = "ACEnglish";
|
||||||
repo = "truvari";
|
repo = "truvari";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-HFVAv1TTL/nMjr62tQKhMdwh25P/y4nBGzSbxoJxMmo=";
|
hash = "sha256-SFBVatcVavBfQtFbBcXifBX3YnKsxJS669vCcyjsBA4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -31,11 +31,11 @@ in python3Packages.buildPythonApplication rec {
|
|||||||
patchShebangs repo_utils/test_files
|
patchShebangs repo_utils/test_files
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
python3Packages.setuptools
|
python3Packages.setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
dependencies = with python3Packages; [
|
||||||
pywfa
|
pywfa
|
||||||
rich
|
rich
|
||||||
edlib
|
edlib
|
||||||
@ -46,6 +46,7 @@ in python3Packages.buildPythonApplication rec {
|
|||||||
pytabix
|
pytabix
|
||||||
bwapy
|
bwapy
|
||||||
pandas
|
pandas
|
||||||
|
pyabpoa
|
||||||
];
|
];
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user