Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Fasta with multiple sequences #21

Open
jrdevlin2 opened this issue Oct 19, 2020 · 0 comments
Open

Fasta with multiple sequences #21

jrdevlin2 opened this issue Oct 19, 2020 · 0 comments

Comments

@jrdevlin2
Copy link

jrdevlin2 commented Oct 19, 2020

Screenshot_utils_py

When running the program using a FASTA input file with multiple sequences, all of the output was being directed to the first header. It seems that in your load_fasta_file function of your utils.py script, you forgot a line in your else statement redefining the header. For some reason, without defining a new header, the sequences and annotations were all directed to the first header of the FASTA. Putting a line in the else statement to make a new header (as I did here in line 53) seemed to resolve the issue. Thanks for writing this program!

Best,
Jason

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant