项目作者: raydzast

项目描述 :
Bioinformatics problems
高级语言: C++
项目地址: git://github.com/raydzast/rosalind.git
创建时间: 2020-02-28T18:48:22Z
项目社区:https://github.com/raydzast/rosalind

开源协议:

下载


About

This repository contains solutions to bioinformatics problems from rosalind.info that was done as part of the academic practice in 4th semester.

Build

The name of problem to build lies in file CMakeFiles.txt. That name is defined as compile-time constant NAME on line #6

  1. mkdir -p cmake-build && cd cmake-build
  2. cmake -G "Unix Makefiles" .. && make

Run

Before running it’s required to put data into inputs folder. Input file for problem should be named as %problem-name.txt%.

  1. mkdir -p outputs
  2. ./cmake-build/run