From 1512e85a121c351b103b279b16092533cc22534a Mon Sep 17 00:00:00 2001 From: Jeremy Teitelbaum Date: Wed, 13 May 2015 08:45:49 -0500 Subject: [PATCH] Updated README file --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b370285..1df50b8 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,15 @@ Genomics Experiments with Python and Genomics -THese are files related to experiments with Python and Bioinformatics, especially Rosalind. +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. +