ncsa/Swift-T-Variant-Calling

exec_check function fails if a symbolic link is present

jacobrh91 opened this issue · 1 comments

Right now, the exec_check function just sees if the path to an executable exists and is a file, but fails if it is a link that points to the real file.

This is an easy fix. I'll do it now. Just making an Issue for documentation purposes

Will close ticket after feature has been tested