Anders Kaplan

Results 38 comments of Anders Kaplan

The bug report is quite old and the attachment link is broken. Suggest closing.

Hi all, I agree with @eighthave that edge cases become much easier to handle if the underlying parser has an understanding of the format, i.e., is not only doing regexp...

Ironically I added this test case, with the behavior I could find in the code comments, as part of PR #485 to make sure I didn't mess up when I...

I've reproduced the problem on Debian stretch i386. The problem seems to be that `bcf_float_set` sometimes doesn't do what it's supposed to, if an earlier floating-point operation has put the...

Is this still relevant? If yes, I might give it a try.

All right, thanks for the pointers! I'll dig into it and probably come back with more questions.

Hi again, I've done some research and come up with two alternatives and a few questions. I'd appreciate your input to be able to move forward! The function we want...

Thanks for the clarifications! Summing up what's been said so far, it seems that this is the way we're heading: ``` int bam_construct( bam1_t**bam, // target BAM struct size_t l_qname,...

I've got this working on my machine now, so I'll have a pull request ready soon. Given that the poor function already has 16 (!) parameters, I'd recommend against adding...

Would you be interested in a contrib (pull request) that solves this issue? I'm looking for a good open source project to get involved in, and this could be a...