bam_tview_curses.c:41:20: fatal error: curses.h: No such file or directory Problemncurses library is missingSolutionsa) Install ncurses librarysudo apt-get install libncurses-dev conda install -c bioconda samtools c) Install samtools without the tview (text alignment viewer) which requires the ncurses library cd samtools-1.3.1 ./configure --without-curses make make prefix=$HOME/tools/samtools install |