Skip to content

Commit b6d1e79

Browse files
Merge pull request #71 from RNA-FRETools/MASH-FRET-1.3.1-doc
MASH-FRET-1.3.1 Documentation update
2 parents 6ada560 + 69d8b26 commit b6d1e79

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

MASH-FRET/.release_version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"tag" : "1.3.0",
3-
"prev_commit_hash" : "1aa5eac8"
2+
"tag" : "1.3.1",
3+
"prev_commit_hash" : "48221723"
44
}

MASH-FRET/source/extern/README-MEX-FILES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ If working with Windows 32bit:
2020

2121
3) move the new .mexw32 files to MASH-FRET\source\extern\ITALS\runtime32
2222

23-
If you have the MATLAB error message about a msising compiler (like I do), go to MATLAB menu "Environment"/"Add ons" and search for "mingw-w64".
24-
Then, apparently, you should follow the prompt instruction (which I can't access).
23+
If you have the MATLAB error message about a msising compiler, go to MATLAB menu "Environment"/"Add ons" and search for "mingw-w64".
24+
Then follow the prompt instruction.
2525

2626
Once installed, try again steps 2) and 3).
2727
To be sure, test by add the "Gaussian filter (sensitive)".

docs/transition-analysis/workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To build the TDP:
124124
[Include last states](panels/panel-transition-density-plot.html#include-last-states)
125125

126126
1. Update the TDP and display by pressing
127-
![Update](../../assets/images/gui/TA-but-update.png "Update").
127+
![Update](../assets/images/gui/TA-but-update.png "Update").
128128

129129

130130
---
@@ -154,7 +154,7 @@ The number
154154
An example for
155155
[*J*](){: .math_var } = 4 and for each cluster configuration is given below:
156156

157-
<img src="../../assets/images/figures/TA-panel-state-configuration-clusters-config.png">
157+
<img src="../assets/images/figures/TA-panel-state-configuration-clusters-config.png">
158158

159159
In the case of well-separated transition clusters,
160160
[*K*](){: .math_var } is easily determined by eye, where a simple partition algorithm, like k-mean or manual clustering, can be used to cluster data.
@@ -290,7 +290,7 @@ To export data to files:
290290
[Molecule subgroup list](panels/panel-transition-density-plot.html#molecule-subgroup-list)
291291

292292
1. Open export options by pressing
293-
![Export](../../assets/images/gui/TA-but-export.png "Export") and set the options as desired; please refer to
293+
![Export](../assets/images/gui/TA-but-export.png "Export") and set the options as desired; please refer to
294294
[Set export options](functionalities/set-export-options.html) for help.
295295

296296
1. Press

docs/video-processing/panels/panel-molecule-coordinates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,10 @@ It identifies bright spots considering:
158158

159159
The Schmied2012 algorithm was written in C and was compiled to .mex file via the `mex` function of MATLAB.
160160
The .mex file may work with certain MATLAB versions and lead to errors with others.
161-
If the use of Schmied2012 gives an error, please recompile the .mex file by typing in MATLAB's command window:
161+
If the use of Schmied2012 gives an error, please recompile the .mex file by entering in MATLAB's command window the following:
162162

163163
```matlab
164+
cd 'xxxxx\MASH-FRET\source\extern\schmied2012'
164165
mex 'xxxxx\MASH-FRET\source\extern\schmied2012\forloop.c'
165166
```
166167

0 commit comments

Comments
 (0)