Good Bioinformatics Library In C Similar To Biopython?
2
1
Entering edit mode
12.3 years ago
Tianyang Li ▴ 500

Hi,

There's a previous question about bioinformatics libraries in C/C++. Most of the answers were C++ libraries.

I'd like to do some lightweight development using C instead of C++, which I think is a bit too complicated (especially when it comes to good memory management).

Are there any good suggestions? Thanks.

biopython library c • 4.5k views
ADD COMMENT
3
Entering edit mode

I disagree that C++ is more complicated for memory management. They have all of the STL data structures plus destructors are automatically called when an object passes out of scope. With C you have to remember to free everything you allocate yourself.

ADD REPLY
2
Entering edit mode

I think you'll find that general purpose bioinformatics libraries in C are hard to come by. If you know, specifically, what you want to do, that might help folks answer better.

ADD REPLY
1
Entering edit mode
ADD REPLY
0
Entering edit mode

Why not choose a high level language then?

ADD REPLY
4
Entering edit mode
12.3 years ago

See the :

I'd like to do some lightweight development using C instead of C+++, which I think is a bit too complicated

makes no sense to me.

ADD COMMENT
4
Entering edit mode
12.3 years ago
Yu ▴ 110

Jim Kent's source code, which is the core for UCSC genome database and browser. http://genome.ucsc.edu/ http://genome.ucsc.edu/admin/git.html

ADD COMMENT

Login before adding your answer.

Traffic: 2842 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