Update headers

This commit is contained in:
Godwin Ani 2024-01-12 12:11:02 -05:00 committed by GitHub
parent 06d63c6334
commit d86742bf39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
'''
#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.
#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.
#Input: CompTrans.ENc.Raw.tsv and ENc.Null.tsv
#Output: Jellyfish plots
'''
#load necessary packages
library(tidyverse)