Bio-Informatics Software for Linux

View 14 business solutions

Browse free open source Bio-Informatics software and projects for Linux below. Use the toggles on the left to filter open source Bio-Informatics software by OS, license, language, programming language, and project status.

  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Gen AI apps are built with MongoDB Atlas Icon
    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.
    Start Free
  • 1
    The aim of the BioWeka project is to add bioinformatics functionalities such as e.g. alignments to the popular machine learning framework Weka.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Software for making Clusters of Orthologous Groups (featuring the new EdgeSearch algorithm). Latest ref: Kristensen DM, Kannan L, Coleman MK, Wolf YI, Sorokin A, Koonin EV, Mushegian A. Bioinformatics 2010.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Several RNA and protein structure volume calculation tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    APoDIx is a Portable Bio-Database Index system. It retrieves biological database information from the website of Oxford Journals, save them in a local position, and provides a viewer for display and search the information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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
  • 5
    A C++ library for Bayesian computation, including a collection of more generally-applicable utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This software provides accession to multiple biological applications and databases at different servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BioGeoTools is a Java based package that is aimed at providing a program and libraries for biogeorgaphy analyses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Common Interface for NMR structure Generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A collection of Perl modules and programs for bioinformatics. Design intention is to make most common, straight-forward tasks in computational biology as simple, and portable, as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    The DNA Sequence Read Toolkit is a set of programs to convert data from DNA sequencing instruments into formats suitable for archiving, viewing or for onward processing (for example alignment or assembly).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GODASM is the brief of ".Gff Organized Data Analysis System for Microarray Studies". Private programs, GODA system, had been successful developed in 2008 at CGMH,Taiwan. Now the project will transfer GODAs to open-source based system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The goal of the GeneText project is the development of a software package that will enable users to dynamically generate an information summary page from multiple sources given a search term. Fields of interest are biology, genetics and bioinformatics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A program to model HapMap haplotypes in genetic association studies using tag SNP genotypes. Please visit http://www.ucd.ie/genepi/hapmixmap for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Set of iterative filters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java API for implementing any kind of Genetic Algorithm and Genetic Programming applications quickly and easily. Contains a wide range of ready-to-use GA and GP algorithms and operators to be plugged-in or extended. Includes Tutorials and Examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    >>> MIA has been moved to GitHub! <<< Please use the new Location: https://github.com/udo-stenzel/mapping-iterative-assembler =========================================================
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Bioinformatics is commonly understood as work with the DNA and protein sequences. However databases and computational analysis were tried on other objects far before these sequences became widely available. This work is about analysis of spatial movement
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Neural Assembly Simulation Environment (NASE) is a collection of routines written in the Interactive Data Language (IDL) by Research Systems Inc. It provides routines to simulate neural networks and to visualize those networks' behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Featurama, superceding ProbePicker, is a bioinformatics program used to generate short probes from large datasets for use in DNA microarray experiments. A new project, BioSap, will extend the functionality of featurama.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Pysimony

    A Pythonic Implementation of Parsimony Inference of Phylogeny

    UPDATE: After some bug fixes, I've ditched Pysimony for Javamony: https://sourceforge.net/projects/javamony/ Given Python's beauty, I know that someday I will have to finish Pysimony. A student's first attempt at a phylogenetic inference program, written in the simplistic yet elegant Python. Pysimony reads a FASTA file (only ATGC accepted) specified as its only argument. Basic testing has shown that it is slow, inaccurate and most definitely inefficient. An unlikely-to-be-the-most-parsimonious tree is printed upon completion in basic Newick tree format. As all parts of the program are the original work of a beginner programmer, this may represent one of the worst approaches to solving the phylogenetic problem. I have clearly avoided object-oriented programming. Nevertheless, I distribute this imagining it might someday be slightly educational or at least provide a laugh at the pathetic attempt it makes to reinvent the wheel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SpOK - The Spectrum Organisation Kit, a program for the organisation and visualisation of spectral data written in Java. Sorry - this project is not being continued. All functionality was integrated into the Bioclipse project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project has moved to http://code.google.com/p/synthetic/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Zherlock has now changed name to SciCraft and no longer hosted on sourceforge. Visit our new site at http://www.scicraft.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    bc_scatterplot is a scatterplot plugin for the bioclipse project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    defunct
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next