milkschen / chaintools

Utilities for the genomic chain format
MIT License
5 stars 2 forks source link

Add shebang line to all scripts #7

Closed adadiehl closed 1 year ago

adadiehl commented 1 year ago

Please add '#!/usr/bin/env python3' as first line of each python script so they can be run as standalone commands when src directory is added to user's $PATH. Would also be helpful to change script permissions to 755 for same reason.

milkschen commented 1 year ago

Hi @adadiehl ,

Thanks for the great suggestion. I updated the scripts and made a v0.2 release.