From e75fb323f5b385d066bbb9548e1288ea20d7f930 Mon Sep 17 00:00:00 2001 From: Rory Kirchner Date: Tue, 19 Nov 2013 16:53:27 -0500 Subject: [PATCH 1/2] Add python shebang to the top Hey Yarden since this gets installed as a script I put the business up top to let it get executed as one. --- misopy/index_gff | 1 + 1 file changed, 1 insertion(+) diff --git a/misopy/index_gff b/misopy/index_gff index d223281..a0202bf 100644 --- a/misopy/index_gff +++ b/misopy/index_gff @@ -1,3 +1,4 @@ +#!/usr/bin/env/python # -*- mode: python; -*- ## ## Script to build an indexed representation of a GFF file for efficient From 344a05aba229b1bb7892b99127efdd6fa8fe3e95 Mon Sep 17 00:00:00 2001 From: roryk Date: Wed, 11 Dec 2013 14:06:03 -0500 Subject: [PATCH 2/2] Add -E flag to try to isolate it from the users environment. --- misopy/index_gff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misopy/index_gff b/misopy/index_gff index a0202bf..bcf8cd5 100644 --- a/misopy/index_gff +++ b/misopy/index_gff @@ -1,4 +1,4 @@ -#!/usr/bin/env/python +#!/usr/bin/env/python -E # -*- mode: python; -*- ## ## Script to build an indexed representation of a GFF file for efficient