Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
2 changes: 1 addition & 1 deletion allTests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
2 changes: 1 addition & 1 deletion bioio.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
2 changes: 1 addition & 1 deletion bioioTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
2 changes: 1 addition & 1 deletion cigarsTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
2 changes: 1 addition & 1 deletion kvdbTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
2 changes: 1 addition & 1 deletion misc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
4 changes: 2 additions & 2 deletions nxnewick.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Glenn Hickey
#
#Released under the MIT license, see LICENSE.txt
#!/usr/bin/env python
#!/usr/bin/env python2.7

"""read and write newick trees to and from networkx graphs (as wrapped by nxtree).
"""
Expand Down
2 changes: 1 addition & 1 deletion nxnewickTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 011 by Glenn Hickey
#
Expand Down
4 changes: 2 additions & 2 deletions nxtree.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Glenn Hickey
#
#Released under the MIT license, see LICENSE.txt
#!/usr/bin/env python
#!/usr/bin/env python2.7

"""A more general (ie arbitrary degree) tree to replace the BinaryTree
in sonLib.tree.py. Implemented as a lightweight wrapper over a
Expand Down
2 changes: 1 addition & 1 deletion nxtreeTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 011 by Glenn Hickey
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

from setuptools import setup
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion sonLib_daemonize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

# Glenn Hickey 2011
#
Expand Down
2 changes: 1 addition & 1 deletion tree.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
2 changes: 1 addition & 1 deletion treeTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down
2 changes: 1 addition & 1 deletion unitTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

#Copyright (C) 2006-2012 by Benedict Paten (benedictpaten@gmail.com)
#
Expand Down