-
Notifications
You must be signed in to change notification settings - Fork 2
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
README example throws error #4
Comments
Hi Ethan, I get the same error when using the latest ViennaRNA package version. Do you use the conda installation? If so, everything should work if you rollback to: conda install 'viennarna==2.5.1' I'll have to check with @RaumZeit what the problem is. This may take a few weeks though. |
Sounds good, I'll roll back ViennaRNA and report back! Update: @bad-ants-fleet your suggestion seems to have worked perfectly. Rolled back to Here is my conda environment
Maybe add a note to the |
Hi @bad-ants-fleet @EthanHolleman, when I read this bug report I already had a vague idea on what might be going wrong here and today I found some time to dig into this issue a little further. So, basically, what has changed with v2.6 of the ViennaRNA Package is the handling of the Sorry for the inconveniences! |
This should be fixed with v2.6.4 of the ViennaRNA Package... |
Summary
Hi y'all, currently trying to get DrTransformer up and running but using the example code from the README and the fasta files from
examples/
is throwingTypeError: in method 'varArrayShort___getitem__'
Programming environment
# INFO - DrTransformer-v1.0: RNA folding kinetics during transcription.
Shell commands and complete error message
Running
cat ABCD.fa | DrTransformer --name ABCD
gives the error message below. ABCD.fa is taken from the examples folder.This same error is also thrown for my own RNA sequences.
Kind of scratching my head at this one, happy to provide additional info if it would be helpful. Thanks and have a good one!
The text was updated successfully, but these errors were encountered: