# HG changeset patch # User chemteam # Date 1570466814 14400 # Node ID 539fb45630e65d1dba4b1248dabfd7fe8629f7c6 # Parent ddb1ae2cf028f293d81f8646f60f1cc3676aacf6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf" diff -r ddb1ae2cf028 -r 539fb45630e6 macros_packmol.xml --- a/macros_packmol.xml Fri Aug 30 15:02:54 2019 -0400 +++ b/macros_packmol.xml Mon Oct 07 12:46:54 2019 -0400 @@ -3,12 +3,12 @@
- - - + + + - + diff -r ddb1ae2cf028 -r 539fb45630e6 packmol.xml --- a/packmol.xml Fri Aug 30 15:02:54 2019 -0400 +++ b/packmol.xml Mon Oct 07 12:46:54 2019 -0400 @@ -1,5 +1,5 @@ - - Initial configurations for Molecular Dynamics simulations by packing optimization + + - initial configurations for molecular dynamics simulations by packing optimization macros_packmol.xml @@ -27,12 +27,12 @@ # get the inputs input_iter = [] -#for $i, $s in enumerate( $packmol_format.packmol_inputs ) +#for $i, $s in enumerate( $packmol_inputs ) ## enumerate( $packmol_format.packmol_inputs ) pmfile_index = $i pmfile_path = "${s.input.file_name}" input_iter.append(pmfile_path) -params["packmol_format"]["packmol_inputs"][pmfile_index]["file"] = pmfile_path -params["packmol_format"]["packmol_inputs"][pmfile_index]["datasetname"] = "${s.input.name}" +params["packmol_inputs"][pmfile_index]["file"] = pmfile_path ## params["packmol_format"]["packmol_inputs"] +params["packmol_inputs"][pmfile_index]["datasetname"] = "${s.input.name}" ## params["packmol_format"]["packmol_inputs"] #end for params["outfile"] = "$outfile" @@ -49,17 +49,18 @@ - + + + - - -
- - - - + + --> + +
+ + + +
- + - + + --> @@ -128,14 +130,14 @@ **What it does** -Packmol creates initial MD configurations from input molecules. For example, create a water and urea mixture. +Packmol creates initial MD configurations from input molecules - for example, creating a water and urea mixture. .. class:: infomark **How it works** -- Select a molecule file type e.g. pdb,xyz -- Select single molecule from your history (can select multiple) +- Select a molecule file type e.g. pdb, xyz +- Select a single molecule from your history (can select multiple) - For each molecule: - choose how many molecules to create (number variable) - optionally choose: @@ -149,7 +151,7 @@ **Outputs created** -- A pdb file, view this in Galaxy by clicking on visualise and choosing a viewer. The NGLViewer works well for small molecules. +- A pdb file; view this in Galaxy by clicking on the 'visualize' icon and choosing a viewer. The NGLViewer works well for small molecules. - A packmol input script (for debugging and repeatability) .. class:: infomark @@ -163,7 +165,7 @@ **Known issues** -- fixed constraint only allows 1 atom but this is not set for the user. user has to set this. Job may fail. +- fixed constraint only allows 1 atom but this is not set for the user. The user has to set this parameter. The job may fail. .. _`userguide`: http://m3g.iqm.unicamp.br/packmol/userguide.shtml#more .. _`volume guesser`: http://m3g.iqm.unicamp.br/packmol/utilities.shtml diff -r ddb1ae2cf028 -r 539fb45630e6 template.j2 --- a/template.j2 Fri Aug 30 15:02:54 2019 -0400 +++ b/template.j2 Mon Oct 07 12:46:54 2019 -0400 @@ -5,10 +5,10 @@ nloop {{ allparams.nloop }} maxit {{ allparams.maxit }} seed {{ allparams.seed }} -filetype {{packmol_format.selected_format}} +filetype pdb output {{outfile}} -{% for struct in packmol_format.packmol_inputs %} +{% for struct in packmol_inputs %} structure {{struct.file}} # Galaxy datasetname - {{struct.datasetname}} number {{struct.structureparams.number}}