Code Monkey home page Code Monkey logo

lamp-dp-mt's Introduction

Lamp-DP-MT

Setup instructions for running LMS

  1. Locally publish lms
    • $ git clone https://github.com/TiarkRompf/virtualization-lms-core.git
    • $ cd virtualization-lms-core
    • $ git checkout develop
    • patch project/Build.scala:
      • val scalaTest = "org.scalatest" % "scalatest_2.10.0" % "2.0.M5" % "test"
      • val virtScala = Option(System.getenv("SCALA_VIRTUALIZED_VERSION")).getOrElse("2.10.0")
    • patch project/build.properties:
      • sbt.version=0.12.1
    • $ sbt publish-local
  2. Run the optional tutorial
    • $ git clone https://github.com/julienrf/lms-tutorial.git
    • $ cd lms-tutorial && sbt run tutorial.Usage

Setup instructions for running the project

  1. Checkout
    • $ git clone https://github.com/manojo/lamp-dp-mt.git
    • $ cd lamp-dp-mt
  2. Run Scala parsers (with SBT)
    • Run simple tests: $ sbt 'clean' 'librna' 'run-main v4.examples.Tests' (only 1 instance of SBT)
    • Run any program: $ sbt run
    • Run Zuker folding: $ sbt zuker
    • Run RNAFold: $ sbt rnafold
    • Other problems: mm1,mm2,mm3,align,zuker,rnafold can be run from within SBT
  3. Legacy: run CUDA parsers (without SBT)
    • Run CUDA tests: $ ./build
    • Cleanup: $ ./build clean
    • Get the program list: $ ./build help those ending with Gen are CUDA-enabled
    • Run a program with: $ ./build <class>

lamp-dp-mt's People

Contributors

manojo avatar tcknet avatar tiarkrompf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.