Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erictleung/rosalind

:traffic_light: Programming Solutions to Bioinformatic Rosalind Problems
https://github.com/erictleung/rosalind

algorithm-challenges algorithms bioinformatics perl programming-language python rosalind

Last synced: 5 days ago
JSON representation

:traffic_light: Programming Solutions to Bioinformatic Rosalind Problems

Awesome Lists containing this project

README

        

# Programming Solutions to Rosalind.info Problems

This folder holds scripts that were used to complete problems from this website
(www.rosalind.info). The website gives programmers/scientists a way to test
their programming skills in implementing bioinformatic algorithms that solve
biological problems.

Each scripts takes in input as a text file, which it then parses through in
order to compute an output to solve the problem.

## Table of Contents

- [Overview](#overview)
- [Example Use](#example-use)
- [Programming Languages Used](#programming-languages-used)
- [License](#license)

## Overview

- [Python Village](python-village/)
- [Bioinformatics Stronghold](bioinformatics-stronghold/)
- [Bioinformatics Armory](bioinformatics-armory/)
- [Bioinformatics Textbook Track](textbook-track/)
- [Algorithmic Heights](algorithmic-heights/)

## Example Use

```Shell
name.script file.name
```

## Programming Languages Used

- [Python3](https://www.python.org/)
- [Perl (5.16)](https://www.perl.org/)
- [Scala](http://www.scala-lang.org/)
- [C](https://en.wikipedia.org/wiki/C_(programming_language))

## License

[MIT License](LICENSE)