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

This commit is contained in:
Godwin Ani 2024-01-15 15:08:40 -05:00 committed by GitHub
parent 2f6bd2afc5
commit 967999ca0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
#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.
#Outputs: A spreadsheet containing the length of the sequences.
#Example: python SeqLengthToCsv_v1.0.py
#Example: python SeqLenToCsv_v1.0.py
'''