From 79618e0951da2003b1b3960f70a60b18c974d101 Mon Sep 17 00:00:00 2001 From: "Jason M. Wood" Date: Fri, 4 Oct 2013 14:27:06 -0600 Subject: [PATCH 1/3] Add the shebang line for the perl interpreter --- Scripts/MarkerAlignTrim.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/MarkerAlignTrim.pl b/Scripts/MarkerAlignTrim.pl index 70ad62c..92da312 100755 --- a/Scripts/MarkerAlignTrim.pl +++ b/Scripts/MarkerAlignTrim.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl # AMPHORA (version 2.0) An Automated Phylogenomic Inference Pipeline for Bacterial and Archaeal Sequences. # Copyright 2011 by Martin Wu From 94d2411efa0e8e2d9cb72d7a32efec6a177a2297 Mon Sep 17 00:00:00 2001 From: "Jason M. Wood" Date: Fri, 4 Oct 2013 14:27:59 -0600 Subject: [PATCH 2/3] Add the shebang line for the perl interpreter --- Scripts/MarkerScanner.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/MarkerScanner.pl b/Scripts/MarkerScanner.pl index e3a9279..f546d94 100755 --- a/Scripts/MarkerScanner.pl +++ b/Scripts/MarkerScanner.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl # AMPHORA (version 2.0) An Automated Phylogenomic Inference Pipeline for Bacterial and Archaeal Sequences. # Copyright 2011 by Martin Wu From 3a53da56d01141f56faf42b6119b708066fba2ce Mon Sep 17 00:00:00 2001 From: "Jason M. Wood" Date: Fri, 4 Oct 2013 14:28:28 -0600 Subject: [PATCH 3/3] Add the shebang line for the perl interpreter --- Scripts/Phylotyping.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/Phylotyping.pl b/Scripts/Phylotyping.pl index f954bb3..7979847 100755 --- a/Scripts/Phylotyping.pl +++ b/Scripts/Phylotyping.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl # AMPHORA (version 2.0) An Automated Phylogenomic Inference Pipeline for Bacterial and Archaeal Sequences. # Copyright 2011 by Martin Wu