Update SeqLengthToCsv_v1.0.py

This commit is contained in:
Godwin Ani 2024-01-15 14:59:17 -05:00 committed by GitHub
parent 74986dc0c0
commit 188839b99e
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 Seq_length_to_csv.py
#Example: python SeqLengthToCsv.py
'''