mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 03:50:25 +08:00
Update headers
This commit is contained in:
parent
085d9849e3
commit
05d15104cf
@ -1,9 +1,13 @@
|
||||
'''
|
||||
Professor L. Katz and Godwin Ani
|
||||
9th-Feb-2023
|
||||
Seq_length_to_csv is a program that exports the length of DNA sequences excluding gaps and missing data to a csv file.
|
||||
#Author, date: Godwin Ani, 9th- Feb - 2023.
|
||||
#Dependencies: Python3, Biopython
|
||||
#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
|
||||
'''
|
||||
|
||||
|
||||
import os, sys, re
|
||||
from Bio import SeqIO
|
||||
from Bio.Seq import Seq
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user