From 085d9849e385268a5f70573e37949a955231bf76 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Fri, 12 Jan 2024 10:10:45 -0500 Subject: [PATCH] Update headers --- Utilities/for_fastas/PlotComps.r | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Utilities/for_fastas/PlotComps.r b/Utilities/for_fastas/PlotComps.r index b3c443a..aa16a20 100644 --- a/Utilities/for_fastas/PlotComps.r +++ b/Utilities/for_fastas/PlotComps.r @@ -1,6 +1,7 @@ -#The purpose of this script is to make a simple jellyfish plot from a dataset like the one -#produced by the CUB_v2.1.py script, also in the Github Utilities folder. This script was written -#by Auden Cote-L'Heureux and last updated in September 2023 by Adri +#Author, date: Auden Cote-L'Heureux, last updated in September 2023 by Adri +#Intent: To make a simple jellyfish plot from a dataset like the one +#produced by the CUB_v2.1.py script, also in the Github Utilities folder. + #load necessary packages library(tidyverse)