diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-20 15:46:59 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-20 15:46:59 -0500 |
commit | 87fc8a226285cd455a541c711b2649f0e9e86918 (patch) | |
tree | e19209ad802ff55bae8b80746fbd13fb2c649999 /SelectiveGenomeAmplification | |
parent | 39f1eb1994d692179c50c06249c4f3a1473e246f (diff) |
really use global
Diffstat (limited to 'SelectiveGenomeAmplification')
-rwxr-xr-x | SelectiveGenomeAmplification | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SelectiveGenomeAmplification b/SelectiveGenomeAmplification index ee1edc9..f833347 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 +select_mers.py $fg_counts-fg-non-melting $fg_tmp $bg_counts-bg-non-melting $bg_tmp # > $(basename $foreground)_$(basename $background)_final_mers |