With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Gen AI apps are built with MongoDB Atlas
The database for AI-powered applications.
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
...Files include:
fast_count_multi - reports all counts and RPKM, multithreading support
fast_count_deseq - reports gene counts in deseq compatible format, multithreading support
fast_count - reports all counts with no multithreading support.
usage
./fast_count_multi num_threads gtf_file bam_file(s) > output
Requires bamtools API library at run time, and c++0x for compile.
git clone https://github.com/pezmaster31/bamtools
cd bamtools
mkdir build
cd build
cmake ..
make
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path to/lib
g++ -I bamtools/include/ -L bamtools/lib/ -o fast_count_multi fast_count_multi.cpp -lz -lbamtools -fpermissive -pthread -std=c++0x
XNBC is a graphic application to simulate biologic neural networks.
XNBC is a full featured application for computer naive neuroscientists. It simulates biological neural networks using graphic tools to edit neurons and networks, to run the simulation and to analyze results. Written in C, it runs on Unix and Windows.
Web site : http://ticemed-sa.upmc.fr/xnbc/
All recent versions are on this site.
EMBOSS is a dynamic and comprehensive Open Source package for bioinformatics (DNA and protein sequence analysis, protein structure, phylogenetics, etc.). EMBOSS is written in C, also compatible with C++, and has a separate Java interface (Jemboss)
SaskSAGE is package designed to exploit SAGE data. Csage is employed to identify and match SAGE tags in a biologically meaningful manner. Tags are analyzed for significance using a Chi squared test for independence between TAG and treatment.