Closed tsenapathi closed 4 years ago
How long you have run the simulation? should be at least 100 ps.
Ah, that makes sense, my simulations are only 1 ps. I'll try and generate some longer ones.
@simonbray @bgruening @chrisbarnettster any more comments or suggestions?
Not from me
Actually, wait, a couple more things occurred to me:
@simonbray smaller data set added Can you point me to an example tool.yml file? and why we need to add that?
@bgruening @chrisbarnettster @simonbray The condition for skip lambda removed and tried to add a condition based on whether this parameter is given or not. Did not work!! any idea how to do this?
@bgruening @simonbray Good to merge?
There are some things that could still be added:
@simonbray I have a .shed.yml see https://github.com/tsenapathi/galaxy-tools-compchem/blob/master/tools/free_energy/.shed.yml. @bgruening agreed to go with .tar files for now, and in future, I will create a new data type such as xvg.tar.
I will add a validator now
Okay. But please don't make an xvg.tar datatype. A collection is the correct solution longterm.
@bgruening @simonbray can I push the updated gmx_run tool to this PR
@tsenapathi, yes sounds good
@simonbray The alchemical analysis test passing on my local installation but keep failing here. Any idea why?
I'll try testing locally
@tsenapathi, my best guess is that my change to the travis config is causing this. Tests are also passing locally for me. I'm reverting it here: https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/pull/48
Cool Thanks!!
@simonbray @chrisbarnettster @bgruening any idea why this is happening?
@simonbray great! So it needed pymbar.
Nice, it worked! :D
@tsenapathi, the culprit was the new version of pymbar that was released on conda three days ago. It has some incompatibility with alchemical_analysis. As conda always installs the newest version automatically it's been failing since then.
@bgruening, we can merge afaic. Any other comments on your side?
This looks good @tsenapathi. I just proposed some small changes. :)
However I had problems with testing the tool. The provided test-data works fine, but when I submit my own data (that I generated with the alchemical_run tool, just a tarfile with 3 xvg files inside) I get an error like this:
Do you have any ideas?