Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Four .py scripts aren't executable #6

Open
tseemann opened this issue Apr 21, 2018 · 2 comments
Open

Four .py scripts aren't executable #6

tseemann opened this issue Apr 21, 2018 · 2 comments

Comments

@tseemann
Copy link

These are in bin/ but aren't executable and don't contain a #! line
Is that intended?

  * Non-executables were installed to "/home/linuxbrew/.linuxbrew/opt/lmat/bin"
    The offending files are:
      /home/linuxbrew/.linuxbrew/opt/lmat/bin/combine_counts.py
            /home/linuxbrew/.linuxbrew/opt/lmat/bin/genusspecies2html.py
            /home/linuxbrew/.linuxbrew/opt/lmat/bin/build_species_level_map.py
            /home/linuxbrew/.linuxbrew/opt/lmat/bin/build_tid_numeric_rank_table.py
@jeallen
Copy link
Member

jeallen commented Apr 24, 2018

For reasons not clear to me, these scripts expect python to be envoked separately (e.g. python bin/combine_counts.py) this should probably be made to be consistent with other python scripts with use of #!/usr/bin/env python

@taltman
Copy link

taltman commented Apr 23, 2020

Sounds like a Perl-monger question. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants