From 0bce04f17f9673fc6b854975df7d53c9a60ba4ed Mon Sep 17 00:00:00 2001 From: Gianni Date: Thu, 15 Feb 2018 17:22:12 +0000 Subject: [PATCH] Corrected shebang line after added copyright notice. --- scripts/plotting/Python/chap_plot_pathway_profile.py | 5 ++--- scripts/plotting/Python/chap_plot_profile_time_series.py | 5 ++--- scripts/plotting/Python/chap_plot_scalar_time_series.py | 5 ++--- scripts/plotting/R/chap_plot_pathway_profile.R | 4 ++-- scripts/plotting/R/chap_plot_profile_time_series.R | 4 ++-- scripts/plotting/R/chap_plot_scalar_time_series.R | 4 ++-- 6 files changed, 12 insertions(+), 15 deletions(-) diff --git a/scripts/plotting/Python/chap_plot_pathway_profile.py b/scripts/plotting/Python/chap_plot_pathway_profile.py index 9c9ba896..d0ca7e4f 100755 --- a/scripts/plotting/Python/chap_plot_pathway_profile.py +++ b/scripts/plotting/Python/chap_plot_pathway_profile.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # CHAP - The Channel Annotation Package # # Copyright (c) 2016 - 2018 Gianni Klesse, Shanlin Rao, Mark S. P. Sansom, and @@ -22,9 +24,6 @@ # THE SOFTWARE. -#!/usr/bin/env python2 - - ################################################################################ # CONFIGURATION ################################################################################ diff --git a/scripts/plotting/Python/chap_plot_profile_time_series.py b/scripts/plotting/Python/chap_plot_profile_time_series.py index 5fc4cccb..ca505164 100755 --- a/scripts/plotting/Python/chap_plot_profile_time_series.py +++ b/scripts/plotting/Python/chap_plot_profile_time_series.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # CHAP - The Channel Annotation Package # # Copyright (c) 2016 - 2018 Gianni Klesse, Shanlin Rao, Mark S. P. Sansom, and @@ -22,9 +24,6 @@ # THE SOFTWARE. -#!/usr/bin/env python2 - - ################################################################################ # CONFIGURATION ################################################################################ diff --git a/scripts/plotting/Python/chap_plot_scalar_time_series.py b/scripts/plotting/Python/chap_plot_scalar_time_series.py index 666ac8c9..780e4296 100755 --- a/scripts/plotting/Python/chap_plot_scalar_time_series.py +++ b/scripts/plotting/Python/chap_plot_scalar_time_series.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # CHAP - The Channel Annotation Package # # Copyright (c) 2016 - 2018 Gianni Klesse, Shanlin Rao, Mark S. P. Sansom, and @@ -22,9 +24,6 @@ # THE SOFTWARE. -#!/usr/bin/env python2 - - ################################################################################ # CONFIGURATION ################################################################################ diff --git a/scripts/plotting/R/chap_plot_pathway_profile.R b/scripts/plotting/R/chap_plot_pathway_profile.R index a513c653..a888e92f 100755 --- a/scripts/plotting/R/chap_plot_pathway_profile.R +++ b/scripts/plotting/R/chap_plot_pathway_profile.R @@ -1,3 +1,5 @@ +#!/usr/bin/env Rscript + # CHAP - The Channel Annotation Package # # Copyright (c) 2016 - 2018 Gianni Klesse, Shanlin Rao, Mark S. P. Sansom, and @@ -22,8 +24,6 @@ # THE SOFTWARE. -#!/usr/bin/env Rscript - ################################################################################ # CONFIGURATION ################################################################################ diff --git a/scripts/plotting/R/chap_plot_profile_time_series.R b/scripts/plotting/R/chap_plot_profile_time_series.R index 42f53b7a..9b75b27c 100755 --- a/scripts/plotting/R/chap_plot_profile_time_series.R +++ b/scripts/plotting/R/chap_plot_profile_time_series.R @@ -1,3 +1,5 @@ +#!/usr/bin/env Rscript + # CHAP - The Channel Annotation Package # # Copyright (c) 2016 - 2018 Gianni Klesse, Shanlin Rao, Mark S. P. Sansom, and @@ -22,8 +24,6 @@ # THE SOFTWARE. -#!/usr/bin/env Rscript - ################################################################################ # CONFIGURATION ################################################################################ diff --git a/scripts/plotting/R/chap_plot_scalar_time_series.R b/scripts/plotting/R/chap_plot_scalar_time_series.R index 501a9bd0..4ec54a0c 100755 --- a/scripts/plotting/R/chap_plot_scalar_time_series.R +++ b/scripts/plotting/R/chap_plot_scalar_time_series.R @@ -1,3 +1,5 @@ +#!/usr/bin/env Rscript + # CHAP - The Channel Annotation Package # # Copyright (c) 2016 - 2018 Gianni Klesse, Shanlin Rao, Mark S. P. Sansom, and @@ -22,8 +24,6 @@ # THE SOFTWARE. -#!/usr/bin/env Rscript - ################################################################################ # CONFIGURATION ################################################################################