diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-21 11:26:00 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-21 11:26:00 -0500 |
commit | 16cc6fc3a71a346860f05a80c9b15de5a62b43f4 (patch) | |
tree | f86c4d3c7469597a8bba18be24cfd4d7b9be186f /SelectiveGenomeAmplification | |
parent | f3da7b2df829633f353cdea17d1af6965ac7f01b (diff) |
add output file
Diffstat (limited to 'SelectiveGenomeAmplification')
-rwxr-xr-x | SelectiveGenomeAmplification | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SelectiveGenomeAmplification b/SelectiveGenomeAmplification index f833347..1f495eb 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" -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 $output_directory/output_`date +%s` |