aboutsummaryrefslogtreecommitdiff
path: root/src/filter_max_consecutive_binding.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter_max_consecutive_binding.py')
-rwxr-xr-xsrc/filter_max_consecutive_binding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter_max_consecutive_binding.py b/src/filter_max_consecutive_binding.py
index ad798e2..09d5728 100755
--- a/src/filter_max_consecutive_binding.py
+++ b/src/filter_max_consecutive_binding.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.7
import sys, os
binding = { 'A': 'T', 'T': 'A', 'C': 'G', 'G': 'C', '_': False }