Update ReadMapping_v2.0.py

This commit is contained in:
Godwin Ani 2024-01-15 15:02:24 -05:00 committed by GitHub
parent a63b2e7dd7
commit c1b32c97ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
#Dependencies: Python3, hisat2, samtools, sambamba
#Inputs: Folder named 'TrimmedReads' containing all the trimmed reads.
#Outputs: Folders with the names of the LKHs containing the sam/bam files.
#Example: python readmapping.py
#Example: python ReadMapping_v2.0.py
'''
import os