We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787b384 commit ebf8d6fCopy full SHA for ebf8d6f
1 file changed
FastOMA/_utils_roothog.py
@@ -166,6 +166,7 @@ def parse_proteomes(folder=None, min_sequence_length=0): # list_oma_species
166
species_names.append(species_name)
167
fasta_format_keep = ext # last one is stored either fa or fasta
168
169
+ species_names.sort() # sort the species names alphabetically -> reproducible results
170
# todo accept all fasta formats in the input prtoeome folder, fasta, fa, fna, ..
171
prot_recs_lists = {} # key: species name, value is a dic of query protein Biopython records. # 'MYCGE': [SeqRecord(seq=Seq('MDFDK
172
#smallprot_recs_lists ={}
0 commit comments