Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erictleung/rosalind
- Owner: erictleung
- License: mit
- Created: 2013-08-13T21:24:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T15:06:44.000Z (almost 6 years ago)
- Last Synced: 2024-12-16T21:42:53.995Z (about 2 months ago)
- Topics: algorithm-challenges, algorithms, bioinformatics, perl, programming-language, python, rosalind
- Language: Perl
- Homepage: http://rosalind.info/problems/locations/
- Size: 126 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)