sonLib
sonLib copied to clipboard
Small general purpose library for C and Python with focus on bioinformatics.
Hi all, I'm having an issue with 'make all' and make test. I'm using a lua system to load modules. **Commands:** git clone https://github.com/benedictpaten/sonLib.git cd sonLib module use -a /projects/academic/vaalbert/modulefiles/Allluas...
Hi, When I compile the C files, I get such warnings: ``` /root/miniconda3/bin/x86_64-conda-linux-gnu-cc -std=c99 -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /root/miniconda3/include -O3 -g -Wall --pedantic -funroll-loops -DNDEBUG -I../externalTools/quicktree_1.1/include/ -march=nocona -mtune=haswell -ftree-vectorize -fPIC...
Python3
Switch to Python3
This helps Debian enable build hardening
Get this error with make test. Also python can't find the modules. .../bin/sh: 1: sonLib_kvDatabaseTest: not found E/bin/sh: 1: sonLibTests: not found # E ERROR: testFastaReadWriteC (bioioTest.TestCase) ## Tests consistency...
https://github.com/khowe/quicktree version 1.1 is redistributed, upstream has 2.5.
remove all files but the README
Can you please tag a recent release of sonLib? The last release tag is from 2012. I would like to use and build sonLib consistently with a tagged version, which...