transit
transit copied to clipboard
find bwa from path
Hello,
this small modification allows bwa
to be found based on the user PATH.
since python-3.3 shutil.which()
to provide a cross-platform means of discovering executables.
I had to modify the test suite in order to find bwa, which in our cas is provided by module environment. so in a non canonical location.
regards
Erc