Skip to content

Commit

Permalink
Revert "keep original targets file to check"
Browse files Browse the repository at this point in the history
This reverts commit f66bf69.
  • Loading branch information
samuelecancellieri committed Jan 31, 2024
1 parent f66bf69 commit 0c7ed90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostProcess/submit_job_automated_new_multiple_vcfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ echo -e "Cleaning directory"
rm -f *.CFDGraph.txt
rm -f indels.CFDGraph.txt
rm -r "crispritz_prof"
# rm -r "crispritz_targets" #remove targets in online version to avoid memory saturation ##CHECK THIS TO REMOVE ORIGINAL TARGETS
rm -r "crispritz_targets" #remove targets in online version to avoid memory saturation
#change name to best and alt files
mv $final_res "${output_folder}/$(basename ${output_folder}).bestMerge.txt"
mv $final_res_alt "${output_folder}/$(basename ${output_folder}).altMerge.txt"
Expand Down

0 comments on commit 0c7ed90

Please sign in to comment.