Update and rename ProcessAndRenamePlateTranscripts_AKG.py to ProcessAndRenamePlateTranscripts.py

This commit is contained in:
Adri K. Grow 2025-01-15 11:25:16 -05:00 committed by GitHub
parent 2ad02897c8
commit fe7ef7b71a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ Input:
Output:
- a folder named 'renamed_transcripts' with 'transcripts.fasta' files now named by 10-digit codes; e.g. "Sr_rh_Ro04_assembledTranscripts.fasta"
Dependencies: python3
Usage: python3 ProcessAndRenamePlateTranscripts_AKG.py <assembled transcriptomes directory> <mapping_file.txt>
Usage: python3 ProcessAndRenamePlateTranscripts.py <assembled transcriptomes directory> <mapping_file.txt>
'''
import os