Skip to content

Commit

Permalink
Update running_mdpath_tools.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
NDoering99 authored Sep 30, 2024
1 parent 145097d commit 15518ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/running_mdpath_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Running MDPath-Tools
This page details the methods for postprocessing files generated by **MDPath** using **MDPath-Tools**.

**mdpath_gpcr_image**
==============
-----------------------

For simulations of G-protein coupled receptors (GPCRs), this tool provides a 2D visualization based on genetic numbering. Please ensure stable internet access, as the genetic numbering is computed using GPCRdb.

Expand All @@ -23,7 +23,7 @@ For each cluster, a separate picture is generated with the prefix: GPCR_2D_pathw


**mdpath_compare**
==============
-----------------------

This function compares different analyses performed on the same or similar topology files. It generates an output that morphs the results of one analysis onto the backbone of another topology file.
.. code-block:: Inputs
Expand All @@ -41,7 +41,7 @@ Below is an example of a command line input:
The generated output file, morphed_clusters_paths.json, can now be visualized using the topology file specified for -atop.

**mdpath_multitraj**
==============
-----------------------

This module is useful for comparing multiple trajectories by reclustering the outcomes from all of them.
Below is a quick outline of the inputs:
Expand All @@ -60,7 +60,7 @@ An example input might look like this:
The outputs are prefixed with multitraj and can be handled in the same way as the initial MDPath analysis outputs. Rescaling may be advisable, especially if there is significant overlap between trajectories.

**mdpath_json_editor**
==============
-----------------------
Of the various functions, this one is the most flexible. It requires no additional data computation, only changes in the representation of the data for 3D visualization.

**Recoloring**
Expand Down

0 comments on commit 15518ef

Please sign in to comment.