Skip to content

Creates seq class, inserts the identifier and sequence of each entry into the seq class object

anum.masood requested to merge fastareaderObject into main

This fastareaderObject contains main function that reads the fasta file (test.fasta) and creates dictionary comprising of Identifier and Sequence. The fastaobject.py creates seq class and inserts the identifier and sequence of each entry into the seq class object.

Alternate way of reading fasta file into seq object just in case the dictionary from fasta file doesn't work properly.

Edited by anum.masood

Merge request reports