Code Monkey home page Code Monkey logo

bioscala's Introduction

The goal of the BioScala project is to create a scalable and functional
bioinformatics library; which can be used from Scala, Java, JRuby,
Jython and Clojure; building on existing libraries available on the JAVA
Virtual Machine (JVM), including BioJAVA and BioRuby.

This is the place for the BioScala project under the liberal BSD license.

See also the Tutorial

  http://monomorphic.org/bioscala/bioscala-tutorial.html 

design docs

  http://monomorphic.org/bioscala/bioscala-design.html 

and API docs

  http://monomorphic.org/bioscala/api/

This edition of BioScala has:

  - Strongly typed DNA, RNA Sequence, gapped and IUPAC ambiguous Sequence
  - Sequences contain lists of Nucleotide, AminoAcid, IUPAC, Gapped, Codon
  - Flexible Sequence user defined attributes
  - Transcription of DNA to RNA
  - Translation of (ambiguous) RNA to AA (using BioJava3)
  - Formats:
	  . Iterator based FASTA reader and writer
    . Iterator based PAML (PHY) file format reader
    . Phylip reader/writer (using BioJava)
  - Alignments and attributes (work in progress)
  - A translation example of calling into BioRuby
  - A tutorial in ./doc/tutorial.txt

BioScala uses the simple build tool (sbt) and behaviour driven development/unit
testing. See the INSTALL file for more information.

Please fork from https://github.com/bioscala/bioscala 

Pjotr Prins

Mailing list: http://lists.thebird.nl/listinfo.cgi/bioscala-thebird.nl


= INSTALL BioScala =

It is rather easy to install a working repository of BioScala. The JVM is
needed and sbt (simple build tool).

First download BioScala from github with:

  git clone http://github.com/bioscala/bioscala.git

Install Java. On Debian, for example:

  apt-get install openjdk-17-jdk

Install sbt (Simple build tool) from

  https://www.scala-sbt.org/

Install sbt and run it on the command line, for example

  # go to base bioscala directory
  cd bioscala
  # compile
  sbt compile
  # test
  sbt test

sbt will automatically download Scala and related jars. Then it will compile
and run the supplied tests.

bioscala's People

Contributors

antonkulaga avatar ivanyu avatar jtnystrom avatar pjotrp avatar vreuter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bioscala's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.