aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-01-17 14:19:53 -0500
committerCalvin Morrison <mutantturkey@gmail.com>2014-01-17 14:19:53 -0500
commit3bc08d4b610f36887bdd60ecf361f5df75eba944 (patch)
tree06845aaae737a92aa48a2ff033836bc8d4dbe3e1
parent57f7aefd4a3ff35ccefb6d944bf7408ffd2c0e4f (diff)
rename select_kmers.sh
-rwxr-xr-xSelectiveGenomeAmplification.sh (renamed from select_kmers.sh)6
1 files changed, 2 insertions, 4 deletions
diff --git a/select_kmers.sh b/SelectiveGenomeAmplification.sh
index 3d10bcd..2b43a47 100755
--- a/select_kmers.sh
+++ b/SelectiveGenomeAmplification.sh
@@ -9,12 +9,10 @@
# temp directory
: ${tmp_directory=$PWD/tmp}
# min/maximum kmer melting point
-: ${max_melting_temp=18}
+: ${max_melting_temp=30}
: ${min_melting_temp=0}
# minimum mer count
-# ! you can supply either a percentage like this .5
-# ! or you can supply a raw number (100)
-: ${min_mer_count=1000}
+: ${min_mer_count=0}
# maximum mers to pick
: ${max_select=15}
# mers to specifically IGNORE, space delimited