From 1c309f8e105144be05b3bee6e9413d2bcd9ee9b3 Mon Sep 17 00:00:00 2001 From: "Adri K. Grow" <42044618+adriannagrow@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:20:50 -0500 Subject: [PATCH] Update ReadMapping.py --- Utilities/for_taxonomy/ReadMapping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utilities/for_taxonomy/ReadMapping.py b/Utilities/for_taxonomy/ReadMapping.py index 7f0ea01..eeba929 100644 --- a/Utilities/for_taxonomy/ReadMapping.py +++ b/Utilities/for_taxonomy/ReadMapping.py @@ -1,6 +1,6 @@ ''' #Author, date: ? -#Uploaded: updated by Adri Grow, 2024 (previous Adri Grow 2023) +#Uploaded: updated by Adri Grow, 2024 #Intent: map a group of trimmed reads to a reference. #Dependencies: Python3, hisat2, samtools, sambamba #EDIT LINES: 18 & 32 @@ -45,7 +45,7 @@ for x in folder: if(file.endswith('.sam') or file.endswith('.bam')): os.rename(file,x[:7] + '/' + file) -print("~~~~~~~~~~~:>~") #When the snake appears, your script has run! +print("~~~~~~~~~~~:>~") #When the snake appears in terminal, your script has finished running!