diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-20 15:43:50 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-20 15:43:50 -0500 |
commit | 39f1eb1994d692179c50c06249c4f3a1473e246f (patch) | |
tree | 546460bbcde11098196988e5ebf0d5bf08bca524 /SelectiveGenomeAmplification | |
parent | b05e966663dbc9d0885dbeb8819a37f441b189b3 (diff) |
use global select_mers.py
Diffstat (limited to 'SelectiveGenomeAmplification')
-rwxr-xr-x | SelectiveGenomeAmplification | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SelectiveGenomeAmplification b/SelectiveGenomeAmplification index aad6ee8..ee1edc9 100755 --- a/SelectiveGenomeAmplification +++ b/SelectiveGenomeAmplification @@ -130,4 +130,4 @@ melting_range $min_melting_temp $max_melting_temp < $bg_counts > $bg_counts-bg-n echo "" echo "scoring mers" -python ./select_mers.py $fg_counts-fg-non-melting $fg_tmp $bg_counts-bg-non-melting $bg_tmp # > $(basename $foreground)_$(basename $background)_final_mers +python select_mers.py $fg_counts-fg-non-melting $fg_tmp $bg_counts-bg-non-melting $bg_tmp # > $(basename $foreground)_$(basename $background)_final_mers |