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

Convert scripts to executables #2

Open
linsalrob opened this issue Jan 23, 2020 · 0 comments · May be fixed by #3
Open

Convert scripts to executables #2

linsalrob opened this issue Jan 23, 2020 · 0 comments · May be fixed by #3

Comments

@linsalrob
Copy link

The scripts should be executables. There are a couple of ways to do this, the easiest is to add #!/usr/bin/env python3 in the first line and chmod a+x * them.

They should probably be made to install with pip to be cleaner.

linsalrob added a commit to linsalrob/BAM_Scripts that referenced this issue Jan 23, 2020
@linsalrob linsalrob linked a pull request Jan 23, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant