-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript Error: too much recursion #4
Comments
I figured it out. It does like .ffn, .fna, or .fnn.fasta only .fasta. Odd? |
I am not sure what in this case you were trying to do and how you are having a js error. CodonU completely runs in python. If you are using jupyter, then you may face such an error. Let me know how you face the error and what you were trying to do. P.S. CodonU only take as input .fasta file. No other extensions are supported. |
This is from a notebook with .ffn, .fna, .faa extensions which are commonly used formats. |
As of now, handler for opening only |
It is quite confusing to use .fasta for all outputs. The .fasta isn't commonly used due to this confusion. .fna = fasta nucleotide files for contigs or reads You need a .ffn for this program to run correctly. If you just add a whole genome or a collection of contigs this program will fail to run. This would be useful to have this content in the readme to help users. |
Thanks for the suggestions. As mentioned earlier, I'll look into handlers for other file formats. |
Hey @raw937, I looked into
I got your point that having specified extensions will help users to know the contents of the file, but after all, parsing the contents of the file are same as that of |
Hello sir, |
python 3.11
latest version of codonU
Any thing I try within the examples for my file I get "Javascript Error: too much recursion"
any thoughts?
The text was updated successfully, but these errors were encountered: