Giter VIP home page Giter VIP logo

shopping_cart_queue's Introduction

SeqAn3 App Template

Build Status

This is a template for app developers with SeqAn3. You can easily clone this repository and modify the existing code to your needs. It provides the elementary set-up for all SeqAn3 applications.

The example application is a FastQ to FastA file format converter. It demonstrates exemplarily the set-up of test cases, documentation, and build infrastructure. Probably you want to name your app differently โ€” simply replace fastq_to_fasta with your app name in the following. Please note that the command line interface tests fail if you use an individual project name without adapting the name in the test file.

Instructions:

  1. clone this repository: git clone --recurse-submodules https://github.com/seqan/app-template.git fastq_to_fasta
  2. edit the project name in the project command of fastq_to_fasta/CMakeLists.txt
  3. create a build directory and visit it: mkdir build && cd build
  4. run cmake: cmake ../fastq_to_fasta
  5. build the application: make
  6. optional: build and run the tests: make test
  7. optional: build the api documentation: make doc
  8. execute the app: ./bin/fastq_to_fasta

shopping_cart_queue's People

Contributors

marehr avatar joergi-w avatar eseiler avatar smehringer avatar irallia avatar mitradarja avatar rrahn avatar eaasna avatar

Stargazers

Simon Gene Gottlieb avatar

Watchers

 avatar James Cloos avatar

Forkers

eseiler

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.