Skip to content
Permalink
6d5cc671f5
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (12 sloc) 507 Bytes
Genomics
========
Experiments with Python and Genomics
These are files related to experiments with Python and Bioinformatics, especially Rosalind.
It is also a place to try working with Git.
The file names are sometimes opaque. One way to figure out what the
programs do is to look at the "open" command, which should have the
form:
open("rosalind_xxxx","rU")
Then the xxxx is a key to which Rosalind problem is solved.
Obviously I should have named the programs more systematically. Live
and learn.