|
|
|
_fasta_itr_from_file(file)
Provide an iteration through the fasta records in file. |
source code
|
|
|
_fasta_itr_from_name(fname)
Provide an iteration through the fasta records in the file named
fname. |
source code
|
|
|
|
|
fasta_get_by_name(itr,
name)
Return the record in itr with the given name. |
source code
|
|
|
get_sequence(src,
name)
Return the record in src with the given name. |
source code
|
|
|
fasta_count(src)
count the number of records in a fasta file |
source code
|
|
|
fasta_split(fileName,
num_files,
directory=None)
split a fasta file into a given number of files
the resulting files are named by adding a number to the provided file name. |
source code
|
|
|
|
|
|