aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-01-17 14:33:59 -0500
committerCalvin Morrison <mutantturkey@gmail.com>2014-01-17 14:33:59 -0500
commitd8072c5b3addd5045aae3d17a31e6054685c1caa (patch)
tree429deb6352ca93662ae9e484db6e292443bdc20f
parent5df2b9950b1748148b90c33b7a004056491f9e51 (diff)
update readme
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 55acf5d..88f4e45 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,16 @@ To use this you'll need:
- bash or compliant shell.
+Setup:
+ git clone git@github.com:mutantturkey/SelectiveGenomeAmplification.gi
+ cdiSelectiveGenomeAmplification
+ make
Example Usage:
cd SelectiveGenomeAmplification;
./selectiveGenomeAmplification.sh PfalciparumGenome.fasta HumanGenome.fasta;
less PfalciparumGenome.fasta_HumanGenome_final_mers
-
For user customizable variables:
max_mer_distance=5000; max_select=6 min_mer_range=6 max_mer_range=12 \