ay-lab / HiCtrans

HiCtrans is a pipeline to call translocations from Hi-C data
15 stars 5 forks source link

Fix "\n" in the end of "mv" command #5

Closed oxygen311 closed 5 years ago

oxygen311 commented 5 years ago

Missing "\n" generate an error while bash script execution: "mv: rename chr7_chr15_Folder/mv to chr7_chr15_Folder/mv: No such file or directory". That's is the fix for that issue.

abhijitcbio commented 5 years ago

Thanks for the fix.