Loading debian/patches/2to3.patch +18 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,12 @@ Description: Automatic port to Python3 via --- a/test/scripts/generate_read.py +++ b/test/scripts/generate_read.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- ''' Program to generate reads from a fasta file (for tests). P. Marijon based one @@ -11,24 +11,24 @@ import random def usage(): Loading Loading @@ -77,6 +83,12 @@ Description: Automatic port to Python3 via --- a/test/scripts/make_deletions.py +++ b/test/scripts/make_deletions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- '''Program to generate random deletions in a given genome. C. Lemaitre''' @@ -10,29 +10,29 @@ import random def usage(): Loading Loading @@ -152,6 +164,12 @@ Description: Automatic port to Python3 via --- a/test/scripts/make_snp_deletions.py +++ b/test/scripts/make_snp_deletions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- @@ -204,7 +204,7 @@ def main(): seq_del_cpt = 0 del_cpt = 0 Loading Loading
debian/patches/2to3.patch +18 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,12 @@ Description: Automatic port to Python3 via --- a/test/scripts/generate_read.py +++ b/test/scripts/generate_read.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- ''' Program to generate reads from a fasta file (for tests). P. Marijon based one @@ -11,24 +11,24 @@ import random def usage(): Loading Loading @@ -77,6 +83,12 @@ Description: Automatic port to Python3 via --- a/test/scripts/make_deletions.py +++ b/test/scripts/make_deletions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- '''Program to generate random deletions in a given genome. C. Lemaitre''' @@ -10,29 +10,29 @@ import random def usage(): Loading Loading @@ -152,6 +164,12 @@ Description: Automatic port to Python3 via --- a/test/scripts/make_snp_deletions.py +++ b/test/scripts/make_snp_deletions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- @@ -204,7 +204,7 @@ def main(): seq_del_cpt = 0 del_cpt = 0 Loading