From 8d1ff19636fd81b8410f274d8c1f404dc353fa41 Mon Sep 17 00:00:00 2001 From: basti Date: Wed, 9 Jan 2019 18:31:29 +0100 Subject: [PATCH] Added Shebang in response to #44 --- bin/3.1_create_gtf/RegGTFExtractor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/3.1_create_gtf/RegGTFExtractor.py b/bin/3.1_create_gtf/RegGTFExtractor.py index 9000341..6bdd251 100644 --- a/bin/3.1_create_gtf/RegGTFExtractor.py +++ b/bin/3.1_create_gtf/RegGTFExtractor.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + """ RegGTFExtractor.py extracts regulatory-data from Ensembl and UCSC databases