moshi4 / FastDTLmapper

Genome-wide gene gain/loss mapping tool using DTL(Duplication-Transfer-Loss) reconciliation method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: AnGST script shebang does not detect python2

moshi4 opened this issue · comments

commented

AnGST.py script shabang is #!/usr/bin/python now.
This shebang line does not work in some environments.
It should be changed to #!/usr/bin/env python2 because it may be recognized as python3.