Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 671 Bytes

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

mkdir -p cmake-build && cd cmake-build
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%.

mkdir -p outputs
./cmake-build/run