# HG changeset patch # User chemteam # Date 1733419202 0 # Node ID 0d9f162a7d2c62329245688c8ca66591b23c0b83 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/biobb_pytorch commit 891dd7da50f0a362969b9fb1cf8db9171b04f78a diff -r 000000000000 -r 0d9f162a7d2c biobb_apply_mdae.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/biobb_apply_mdae.xml Thu Dec 05 17:20:02 2024 +0000 @@ -0,0 +1,84 @@ + + Apply a Molecular Dynamics AutoEncoder (MDAE) PyTorch model. + + 4.2.1 + + + + biobb_pytorch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +Check the syntax for the tool parameters at the original library documentation: https://biobb-pytorch.readthedocs.io/en/latest + + + + + @misc{githubbiobb, + author = {Andrio P, Bayarri, G., Hospital A, Gelpi JL}, + year = {2019-21}, + title = {biobb: BioExcel building blocks }, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/bioexcel/biobb_pytorch}, + } + + 10.1038/s41597-019-0177-4 + + diff -r 000000000000 -r 0d9f162a7d2c biobb_train_mdae.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/biobb_train_mdae.xml Thu Dec 05 17:20:02 2024 +0000 @@ -0,0 +1,92 @@ + + Train a Molecular Dynamics AutoEncoder (MDAE) PyTorch model + + 4.2.1 + + + + biobb_pytorch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +Check the syntax for the tool parameters at the original library documentation: https://biobb-pytorch.readthedocs.io/en/latest + + + + + @misc{githubbiobb, + author = {Andrio P, Bayarri, G., Hospital A, Gelpi JL}, + year = {2019-21}, + title = {biobb: BioExcel building blocks }, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/bioexcel/biobb_pytorch}, + } + + 10.1038/s41597-019-0177-4 + + diff -r 000000000000 -r 0d9f162a7d2c test-data/config_apply_mdae.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/config_apply_mdae.json Thu Dec 05 17:20:02 2024 +0000 @@ -0,0 +1,5 @@ +{ + "properties": { + "batch_size": 1 + } +} \ No newline at end of file diff -r 000000000000 -r 0d9f162a7d2c test-data/config_train_mdae.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/config_train_mdae.json Thu Dec 05 17:20:02 2024 +0000 @@ -0,0 +1,6 @@ +{ + "properties": { + "num_epochs": 50, + "seed": 1 + } +} \ No newline at end of file diff -r 000000000000 -r 0d9f162a7d2c test-data/ref_output_model.pth Binary file test-data/ref_output_model.pth has changed diff -r 000000000000 -r 0d9f162a7d2c test-data/train_mdae_traj.npy Binary file test-data/train_mdae_traj.npy has changed