OpenCRAVAT 3.0 BETA Feedback #361
skanderson
announced in
Announcements
Replies: 2 comments 1 reply
|
I'm not sure what's going on but one of the VCFs on the web server is running since 3 days. Here's the job id - 251021-183543. I only have 4M variants and 5 annotators listed. Please help! |
1 reply
|
I am trying to run multiple VCF files from one of my patients, but it is not working. The job ID is 251220-025515. I can see the log, but it seems that the process stopped. There are many errors, but it doesn't matter, I just need to download an Excel file for variant prioritization. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We are currently testing a new version of the back-end of the OpenCRAVAT web server. To increase overall performance, particularly when many users are accessing the server at the same time, we are switching from an
aiohttpweb server to aflaskweb server. This allows us to remove a lot of theasynccode from our codebase. Since the update touches so much of the code, we are testing the changes on run.opencravat.org before we commit the changes to our main branch.❓ What does this mean for me?
Hopefully nothing! Your current username and password will still work and all current functionality should work exactly the same as before.
🙋 How can I help?
If you notice any strange behavior or broken functionality, please report it in this thread or as a bug in our GitHub Issues.
If you would like to test out the new build for yourself, feel free to pull the
feat/flask-apibranch of this repo and let us know how it goes!All reactions