mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 22:20:26 +08:00
Update ReadMapping.py
This commit is contained in:
parent
61f808343f
commit
1c309f8e10
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
#Author, date: ?
|
#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.
|
#Intent: map a group of trimmed reads to a reference.
|
||||||
#Dependencies: Python3, hisat2, samtools, sambamba
|
#Dependencies: Python3, hisat2, samtools, sambamba
|
||||||
#EDIT LINES: 18 & 32
|
#EDIT LINES: 18 & 32
|
||||||
@ -45,7 +45,7 @@ for x in folder:
|
|||||||
if(file.endswith('.sam') or file.endswith('.bam')):
|
if(file.endswith('.sam') or file.endswith('.bam')):
|
||||||
os.rename(file,x[:7] + '/' + file)
|
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!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user