What are the minimum packages required to compile samtools for Debian OS?
1
0
Entering edit mode
2.4 years ago
simplitia ▴ 130

Hi, I'm creating a docker with samtools but want to keep it as small as possible. What are the the minimum packages I need to compile this under Debian OS? thanks.

samtools • 545 views
ADD COMMENT
1
Entering edit mode
2.4 years ago
Mensur Dlakic ★ 27k

It requires a C compiler and the following libraries, several of which come standard with most Linux systems:

libz libm libbz2 liblzma libcurl libz  libpthread

After that it is very simple, see here. In my opinion it is not worth creating a separate environment for samtools as most of its requirements are fairly standard and are useful to have installed.

You may want to check out conda channels rather than creating a container from the scratch.

ADD COMMENT

Login before adding your answer.

Traffic: 1881 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6