File: add_usr_bin_python_to_scripts.patch

package info (click to toggle)
srst2 0.2.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,976 kB
  • sloc: python: 3,115; sh: 50; makefile: 29
file content (32 lines) | stat: -rw-r--r-- 947 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 31 May 2016 15:02:45 +0200
Description: Add missing interpreter line

--- a/database_clustering/VFDBgenus.py
+++ b/database_clustering/VFDBgenus.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 '''
 Extract virulence genes by genus from the VFDB database at http://www.mgc.ac.cn/VFs/Down/CP_VFs.ffn.gz
 '''
--- a/database_clustering/csv_to_gene_db.py
+++ b/database_clustering/csv_to_gene_db.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 # take csv table detailing clustering etc and sequences for gene DB, write as fasta
 # expected csv file format:
 # seqID,clusterid,gene,allele,(DNAseq),other....
@@ -99,4 +100,4 @@ if __name__ == "__main__":
 	f.close()
 	o.close()
 	
-	
\ No newline at end of file
+	
--- a/database_clustering/VFDB_cdhit_to_csv.py
+++ b/database_clustering/VFDB_cdhit_to_csv.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 '''
 Created on 19/06/2013
 @author: Harriet Dashnow, Kat Holt