truvari: fix build
be less strict about versions
This commit is contained in:
parent
07dd821d95
commit
4637721bc1
@ -25,13 +25,15 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace ./setup.py \
|
substituteInPlace ./setup.py \
|
||||||
--replace '"progressbar2==3.41.0",' '"progressbar2==3.47.0",' \
|
--replace '"progressbar2==3.41.0",' '"progressbar2",' \
|
||||||
--replace '"pysam==0.15.2",' '"pysam==0.15.4",' \
|
--replace '"pysam==0.15.2",' '"pysam",' \
|
||||||
--replace '"pyfaidx==0.5.5.2",' '"pyfaidx==0.5.8",'
|
--replace '"pyfaidx==0.5.5.2",' '"pyfaidx",' \
|
||||||
|
--replace '"intervaltree==3.0.2",' '"intervaltree",'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Structural variant comparison tool for VCFs";
|
description = "Structural variant comparison tool for VCFs";
|
||||||
|
homepage = "https://github.com/spiralgenetics/truvari";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ scalavision ];
|
maintainers = with maintainers; [ scalavision ];
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user