From: Diane Trout Date: Thu, 29 Jan 2015 19:39:52 +0000 (-0800) Subject: put #!/usr/bin/env python in the right place X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=0c3bdc902017b6bac360486ed3b9868593cb9002 put #!/usr/bin/env python in the right place --- diff --git a/encode_submission/encode3.py b/encode_submission/encode3.py index 525edfd..9fe33e8 100644 --- a/encode_submission/encode3.py +++ b/encode_submission/encode3.py @@ -1,7 +1,6 @@ +#!/usr/bin/env python """Create a track hub """ - -#!/usr/bin/env python from ConfigParser import SafeConfigParser import fnmatch from glob import glob