Update and rename SeqLenToCsv_v1.0.py to SeqLenToCsv.py

This commit is contained in:
Godwin Ani 2024-06-03 15:59:04 -04:00 committed by GitHub
parent 0c345af48e
commit 8d2abb0de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#Intent: Exports the length of DNA sequences excluding gaps and missing data to a csv file. #Intent: Exports the length of DNA sequences excluding gaps and missing data to a csv file.
#Inputs: A folder named 'Seq_length' containing DNA fasta files. #Inputs: A folder named 'Seq_length' containing DNA fasta files.
#Outputs: A spreadsheet containing the length of the sequences. #Outputs: A spreadsheet containing the length of the sequences.
#Example: python SeqLenToCsv_v1.0.py #Example: python SeqLenToCsv.py
''' '''