Skip to content

Commit

Permalink
Update fastmlst
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoAndree committed Mar 7, 2021
1 parent 022ee5e commit fd57aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fastmlst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ if __name__ == '__main__':
for allele in genome.name_alleles:
fasta = genome.alleles[allele]
fasta.id = genome.beautiname
fasta.description = allele
fasta.description = f'{allele}({genome.dict_st[allele]})'
if allele not in fastasplited.keys():
fastasplited[allele].append(fasta)
else:
Expand Down

0 comments on commit fd57aac

Please sign in to comment.