-
Notifications
You must be signed in to change notification settings - Fork 0
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
Scenarios #29
Comments
Would be nice to have an scenario which was quick and gave multiple clusters to make the caprieval analyis report interesting. |
In #87 the protein-protein and antibody-antigen scenario pages where added. These pages should be made easier to use, for example by
@rvhonorato can you help with this? |
I'm using webassembly for this in wenmr
I'd rather stay away from pdb-tools as much as possible, it's a great cli tool but in my experience using it for anything except that is very troublesome, since the operations it do are quite trivial its simpler to re-write the ones we need. Also its web-service is not a restapi and has a custom interface which is quite tricky to interact with.
The sequence render is useful, but not simple to do - in this case specifically people should already know what are the residues since they are one of the key information.
In the new interface i'm moving away from behind-the-scenes magic and providing a dialog with options, since this unseen data editing causes much more problems than it solves. These steps seems to be related to data pre-processing, I'd say its best to do it in haddock3 instead of here. It could recieve a parameter that triggers a specific pre-processing based on the scenario, what you think @amjjbonvin @mgiulini ? |
my opinions here are that:
|
I managed to generated ambig.tbl file with #91 and haddocking/haddock3#841 |
With #120 we cover the most common scenarios. Other scenarios will be done in dedicated issues. |
Haddock can be used in different scenarios like the examples and tutorials. It would be nice if the web application gave an overview of scenarios.
When an user picks a scenario it would be great to show the workflow builder with everything already filled in.
The scenario could include some instructions how to use it on the users own data, for example which files to upload.
The text was updated successfully, but these errors were encountered: