You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a possible issue on RedHat 6.6 (or related OSes) with the ncurses library when building samtools. Since speedseq's build is unlikely to ever need the curses library, its probably safe to not use it:
Makefile
samtools:
cd $(SAMTOOLS_DIR) && ./configure --without-curses
$(MAKE) -C $(SAMTOOLS_DIR)
The text was updated successfully, but these errors were encountered:
There is a possible issue on RedHat 6.6 (or related OSes) with the
ncurses
library when building samtools. Since speedseq's build is unlikely to ever need the curses library, its probably safe to not use it:Makefile
The text was updated successfully, but these errors were encountered: