Closed AxVE closed 2 years ago
Hi AxVE
Thanks for your comment. I committed the changes. I chose the first option (force python3). Indeed, dirname
has not the same behavior with mac or linux.
Best, Pierre
Thanks,
Ah yes, I didn't think about mac :)
Could it be possible to replace
python
bypython3
at line 69 of run_discoSNP++.sh so all the project depends on python3. The change doesn't to have an impact.https://github.com/GATB/DiscoSnp/blob/master/run_discoSnp%2B%2B.sh#L69
Another solution would be to not use python3 here:
I find this better as it re-becomes a bash-only script (except the project calls ofc).
For information: we're running on minimal environments and always omit the python2 which is deprecated.