Skip to content

Main function reads fasta file (test.fasta) and creates dictionary (Id, Seq).

anum.masood requested to merge fastareader into main

The main function reads the default input fasta file (test.fasta) and creates a dictionary comprising of Identifier and Sequence.

Merge request reports