taekyunk / Rosalind

Solutions to Rosalind Bioinformatics Problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rosalind Bioinformatics

Description


My solutions to bioinformatics problems found on the Rosalind website, worked primarily in Python.

Rosalind Website: http://www.rosalind.info

My Rosalind Profile: http://rosalind.info/users/root/

Repository Structure


Top Level Directory

The top level directory contains problem solutions.

Solutions from the main problem area, the bioinformatics stronghold, are named by the numerical order of which they appear on the Rosalind website and by their Rosalind ID.

Solutions from the smaller problem areas (Armory, Algorithmic, Python, and Textbook) are named starting with the location name, and then listed in numerical order and problem ID.

Scripts Directory

The scripts directory contains scripts for various processes which appear in multiple Rosalind problems but are not solutions to actual problems.

Data and Output Directories

The data and output directories hold text files containing the data for each problem supplied by Rosalind, and the associated output from my solutions.

Data and output from the smaller problem areas (Armory, Algorithmic, Python, and Textbook) are stored in subfolders.

About

Solutions to Rosalind Bioinformatics Problems