GNU bug report logs - #47821
[PATCH] Update htslib, bcftools, samtools, bedtools

Previous Next

Package: guix-patches;

Reported by: Roel Janssen <roel <at> gnu.org>

Date: Fri, 16 Apr 2021 09:56:02 UTC

Severity: normal

Tags: patch

Done: Roel Janssen <roel <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47821 in the body.
You can then email your comments to 47821 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#47821; Package guix-patches. (Fri, 16 Apr 2021 09:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roel Janssen <roel <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 16 Apr 2021 09:56:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> gnu.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] Update htslib, bcftools, samtools, bedtools
Date: Fri, 16 Apr 2021 11:55:39 +0200
[Message part 1 (text/plain, inline)]
Hi Guix,

The following patches update htslib, bcftools, samtools, and bedtools.
I've succesfully built bedtools with the latest samtools instead of the
1.9 version.

Kind regards,
Roel Janssen

[0004-gnu-Update-bedtools-to-2.30.0.patch (text/x-patch, attachment)]
[0003-gnu-Update-samtools-to-1.12.patch (text/x-patch, attachment)]
[0002-gnu-Update-bcftools-to-1.12.patch (text/x-patch, attachment)]
[0001-gnu-htslib-Update-to-1.12.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#47821; Package guix-patches. (Tue, 27 Apr 2021 07:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 47821 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Roel Janssen <roel <at> gnu.org>
Cc: 47821 <at> debbugs.gnu.org
Subject: Re: [bug#47821] [PATCH] Update htslib, bcftools, samtools, bedtools
Date: Tue, 27 Apr 2021 10:32:13 +0300
[Message part 1 (text/plain, inline)]
On Fri, Apr 16, 2021 at 11:55:39AM +0200, Roel Janssen wrote:
> Hi Guix,
> 
> The following patches update htslib, bcftools, samtools, and bedtools.
> I've succesfully built bedtools with the latest samtools instead of the
> 1.9 version.

These look good and are ready for merging. Can you take a look at
python-pybedtools? There's a new version out which I hope builds with
the newer version of bedtools.

Thanks.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#47821; Package guix-patches. (Wed, 28 Apr 2021 14:06:02 GMT) Full text and rfc822 format available.

Message #11 received at 47821 <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> gnu.org>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 47821 <at> debbugs.gnu.org
Subject: Re: [bug#47821] [PATCH] Update htslib, bcftools, samtools, bedtools
Date: Wed, 28 Apr 2021 16:05:09 +0200
[Message part 1 (text/plain, inline)]
On Tue, 2021-04-27 at 10:32 +0300, Efraim Flashner wrote:
> On Fri, Apr 16, 2021 at 11:55:39AM +0200, Roel Janssen wrote:
> > Hi Guix,
> > 
> > The following patches update htslib, bcftools, samtools, and
> > bedtools.
> > I've succesfully built bedtools with the latest samtools instead of
> > the
> > 1.9 version.
> 
> These look good and are ready for merging. Can you take a look at
> python-pybedtools? There's a new version out which I hope builds with
> the newer version of bedtools.
> 
> Thanks.
> 

I looked at python-pybedtools and came up with the following patch.
The test phase is still not entirely happy because it ends with:

---
================ 497 passed, 3 xfailed, 426 warnings in 25.49s
=================
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/gnu/store/rz42ba0my9vrgbkjpkzr2drmnjk5ah50-python-
3.8.2/lib/python3.8/shutil.py", line 704, in rmtree
    orig_st = os.lstat(path)
---

I attached the patch that I have that at least builds the newer version
of python-pybedtools.  I don't know how to further test it.

Can I in the meantime already push the patches for updating htslib,
bcftools, samtools and bedtools?

Kind regards,
Roel Janssen

[0005-gnu-Update-python-pybedtools-to-0.8.2.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#47821; Package guix-patches. (Thu, 29 Apr 2021 06:44:02 GMT) Full text and rfc822 format available.

Message #14 received at 47821 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Roel Janssen <roel <at> gnu.org>
Cc: 47821 <at> debbugs.gnu.org
Subject: Re: [bug#47821] [PATCH] Update htslib, bcftools, samtools, bedtools
Date: Thu, 29 Apr 2021 09:43:35 +0300
[Message part 1 (text/plain, inline)]
On Wed, Apr 28, 2021 at 04:05:09PM +0200, Roel Janssen wrote:
> On Tue, 2021-04-27 at 10:32 +0300, Efraim Flashner wrote:
> > On Fri, Apr 16, 2021 at 11:55:39AM +0200, Roel Janssen wrote:
> > > Hi Guix,
> > > 
> > > The following patches update htslib, bcftools, samtools, and
> > > bedtools.
> > > I've succesfully built bedtools with the latest samtools instead of
> > > the
> > > 1.9 version.
> > 
> > These look good and are ready for merging. Can you take a look at
> > python-pybedtools? There's a new version out which I hope builds with
> > the newer version of bedtools.
> > 
> > Thanks.
> > 
> 
> I looked at python-pybedtools and came up with the following patch.
> The test phase is still not entirely happy because it ends with:
> 
> ---
> ================ 497 passed, 3 xfailed, 426 warnings in 25.49s
> =================
> Error in atexit._run_exitfuncs:
> Traceback (most recent call last):
>   File "/gnu/store/rz42ba0my9vrgbkjpkzr2drmnjk5ah50-python-
> 3.8.2/lib/python3.8/shutil.py", line 704, in rmtree
>     orig_st = os.lstat(path)
> ---
> 
> I attached the patch that I have that at least builds the newer version
> of python-pybedtools.  I don't know how to further test it.
> 
> Can I in the meantime already push the patches for updating htslib,
> bcftools, samtools and bedtools?
> 

Yeah, those patches LGTM.


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Roel Janssen <roel <at> gnu.org>:
You have taken responsibility. (Thu, 29 Apr 2021 10:22:02 GMT) Full text and rfc822 format available.

Notification sent to Roel Janssen <roel <at> gnu.org>:
bug acknowledged by developer. (Thu, 29 Apr 2021 10:22:02 GMT) Full text and rfc822 format available.

Message #19 received at 47821-done <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> gnu.org>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 47821-done <at> debbugs.gnu.org
Subject: Re: [bug#47821] [PATCH] Update htslib, bcftools, samtools, bedtools
Date: Thu, 29 Apr 2021 12:21:37 +0200
On 4/29/21 8:43 AM, Efraim Flashner wrote:
> On Wed, Apr 28, 2021 at 04:05:09PM +0200, Roel Janssen wrote:
>> On Tue, 2021-04-27 at 10:32 +0300, Efraim Flashner wrote:
>>> On Fri, Apr 16, 2021 at 11:55:39AM +0200, Roel Janssen wrote:
>>>> Hi Guix,
>>>>
>>>> The following patches update htslib, bcftools, samtools, and
>>>> bedtools.
>>>> I've succesfully built bedtools with the latest samtools instead of
>>>> the
>>>> 1.9 version.
>>> These look good and are ready for merging. Can you take a look at
>>> python-pybedtools? There's a new version out which I hope builds with
>>> the newer version of bedtools.
>>>
>>> Thanks.
>>>
>> I looked at python-pybedtools and came up with the following patch.
>> The test phase is still not entirely happy because it ends with:
>>
>> ---
>> ================ 497 passed, 3 xfailed, 426 warnings in 25.49s
>> =================
>> Error in atexit._run_exitfuncs:
>> Traceback (most recent call last):
>>    File "/gnu/store/rz42ba0my9vrgbkjpkzr2drmnjk5ah50-python-
>> 3.8.2/lib/python3.8/shutil.py", line 704, in rmtree
>>      orig_st = os.lstat(path)
>> ---
>>
>> I attached the patch that I have that at least builds the newer version
>> of python-pybedtools.  I don't know how to further test it.
>>
>> Can I in the meantime already push the patches for updating htslib,
>> bcftools, samtools and bedtools?
>>
> Yeah, those patches LGTM.
Thanks. I pushed these.

For python-pybedtools, I think a little bit more testing is required.  I 
can take a look at it in the second week of May, so hopefully someone 
beats me to it. :)

Kind regards,
Roel Janssen





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 27 May 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.