From ae760d193ca7e90aa8f8b2ca3d4a0dbf20e57c2c Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Wed, 9 Sep 2020 17:34:32 +0100 Subject: [PATCH] renamed lineage_dist --- scripts/plotting/barplots_subcolours_aa_PS.R | 3 +-- .../plotting/{lineage_dist_PS.R => lineage_dist_combined_PS.R} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename scripts/plotting/{lineage_dist_PS.R => lineage_dist_combined_PS.R} (100%) diff --git a/scripts/plotting/barplots_subcolours_aa_PS.R b/scripts/plotting/barplots_subcolours_aa_PS.R index 95a94a9..ea0b690 100755 --- a/scripts/plotting/barplots_subcolours_aa_PS.R +++ b/scripts/plotting/barplots_subcolours_aa_PS.R @@ -1,5 +1,4 @@ -#!/usr/bin/env Rscript -getwd() +#!/usr/bin/env Rscript getwd() setwd("~/git/LSHTM_analysis/scripts/plotting") getwd() diff --git a/scripts/plotting/lineage_dist_PS.R b/scripts/plotting/lineage_dist_combined_PS.R similarity index 100% rename from scripts/plotting/lineage_dist_PS.R rename to scripts/plotting/lineage_dist_combined_PS.R