genome / bam-readcount

Count bases in BAM/CRAM files
MIT License
298 stars 95 forks source link

Update included samtools and boost #65

Open serge2016 opened 5 years ago

serge2016 commented 5 years ago

Hello! Is it possible not build included samtools and boost but use already existing in the system? Is it possible to pass some kind of flags pointing to directories with them?

seqfu commented 3 years ago

For the next release we'll be on samtools 1.x, previous versions were using 0.x, so this should be possible. For Boost, the included code is a small subset and there may be version dependencies (it might even be modified), not sure.

serge2016 commented 3 years ago

Let it be only samtools 1.1x! But why not to use that installed instance of samtoots, that already exists? Many users already have samtools installed, that's why it sounds reasonable to use it...

serge2016 commented 3 years ago

If bam-readcount works with exact version of boost - ok, but again, using external one sounds reasonable. If there are modifications in boost's code - then it is more complicated... But what are these modifications?