diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-17 15:00:59 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-17 15:00:59 -0500 |
commit | 1db2c90027d7273fbfb19d640f22ef01bdee37c3 (patch) | |
tree | 8c8ee355f9c275d5c0fdb6bcc4740c4d1cc61f9c | |
parent | f2144ed109c70ec4571b798f609a233b671e4802 (diff) | |
parent | d29a6ab85b282f6da311b201f81ab4c689564cd0 (diff) |
Merge branch 'master' of github.com:mutantturkey/SelectiveGenomeAmplification
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,8 +11,9 @@ To use this you'll need: Setup: + git clone git@github.com:mutantturkey/SelectiveGenomeAmplification.gi - cdiSelectiveGenomeAmplification + cd SelectiveGenomeAmplification make Example Usage: @@ -20,6 +21,7 @@ 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 \ |