summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/bcftools/files/bcftools-1.5-fix-shebangs.patch')
-rw-r--r--sci-biology/bcftools/files/bcftools-1.5-fix-shebangs.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-biology/bcftools/files/bcftools-1.5-fix-shebangs.patch b/sci-biology/bcftools/files/bcftools-1.5-fix-shebangs.patch
deleted file mode 100644
index c6cfc8b991d3..000000000000
--- a/sci-biology/bcftools/files/bcftools-1.5-fix-shebangs.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/misc/guess-ploidy.py
-+++ b/misc/guess-ploidy.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python2.7
- #
- # Plot the output of "bcftools +guess-ploidy -v"
- #
---- a/misc/plot-roh.py
-+++ b/misc/plot-roh.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/env python2.7
-
- import glob, gzip, csv, sys, os, copy, re
- csv.register_dialect('tab', delimiter='\t', quoting=csv.QUOTE_NONE)
---- a/misc/vcfutils.pl
-+++ b/misc/vcfutils.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -w
-+#!/usr/bin/env perl
- #
- # Copyright (C) 2010 Broad Institute.
- # Copyright (C) 2011, 2014 Genome Research Ltd.