File: she_bang.patch

package info (click to toggle)
deepnano 0.0%2Bgit20170813.e8a621e-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 127,124 kB
  • sloc: python: 2,643; cpp: 424; sh: 20; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 25 Jul 2016 14:09:29 +0200
Description: Add missing #! line

--- a/basecall.py
+++ b/basecall.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 import argparse
 from rnn_fin import RnnPredictor
 import h5py
--- a/basecall_no_metrichor.py
+++ b/basecall_no_metrichor.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 import argparse
 from rnn_fin import RnnPredictor
 import h5py