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 {
|
||||
pname = "truvari";
|
||||
version = "4.1.0";
|
||||
version = "4.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ACEnglish";
|
||||
repo = "truvari";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-HFVAv1TTL/nMjr62tQKhMdwh25P/y4nBGzSbxoJxMmo=";
|
||||
hash = "sha256-SFBVatcVavBfQtFbBcXifBX3YnKsxJS669vCcyjsBA4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -31,11 +31,11 @@ in python3Packages.buildPythonApplication rec {
|
||||
patchShebangs repo_utils/test_files
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
python3Packages.setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
dependencies = with python3Packages; [
|
||||
pywfa
|
||||
rich
|
||||
edlib
|
||||
@ -46,6 +46,7 @@ in python3Packages.buildPythonApplication rec {
|
||||
pytabix
|
||||
bwapy
|
||||
pandas
|
||||
pyabpoa
|
||||
];
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user