diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-17 14:33:59 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-17 14:33:59 -0500 |
commit | d8072c5b3addd5045aae3d17a31e6054685c1caa (patch) | |
tree | 429deb6352ca93662ae9e484db6e292443bdc20f | |
parent | 5df2b9950b1748148b90c33b7a004056491f9e51 (diff) |
update readme
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 \ |