You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
These are in bin/ but aren't executable and don't contain a #! line
Is that intended?
The text was updated successfully, but these errors were encountered: