From 1b9d0777ac397df1ccc256ef2b7275d7c1c4c6b1 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Fri, 3 Oct 2014 14:03:23 +0200 Subject: [PATCH] add a shebang to structure.py since it's a python script. --- structure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure.py b/structure.py index 58c4bbc..e52a8a1 100644 --- a/structure.py +++ b/structure.py @@ -1,4 +1,4 @@ - +#!/usr/bin/env python import numpy as np import fastStructure import parse_bed