Skip to content

Commit

Permalink
Ensure all python code copied into bin is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
dzerbino committed Dec 12, 2016
1 parent 88d2620 commit 158c0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/wiggletools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ default: scripts

scripts:
mkdir -p ${BINDIR}
cp *.py *.sh ${BINDIR}
cp [^_]*.py *.sh ${BINDIR}
1 change: 1 addition & 0 deletions python/wiggletools/wigglePlots.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright [1999-2016] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 158c0a0

Please sign in to comment.