madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

dealing with input fasta files #106

Open madscatt opened 6 years ago

madscatt commented 6 years ago
  1. Need to check if format is correct and if not, cycle back for a new file to read.
  2. First test of code using an input fasta file did not have a defined "first_resid" at line 243 in fasta_utils.py (currently in the pdbrx_refactor branch)
madscatt commented 6 years ago

Cheol, can you test the functionality of the fasta file editing using the terminal user interface?

madscatt commented 6 years ago

Single segment changes to the sequence provided by an input fasta work. Haven't tested multiple segment changes.