relax 06_check_intermediate_convert.py
</source>
= Scripts - Part 2 =
We now try to setup things a little more efficient.
Relax is able to read previous results file, so let us divide the task up into:
* 1: Load the data and save as state file. Inspect in GUI before running.
* 2: Run the Model 1: local_tm.
* 3: Here make 4 scripts. Each of them only depends on Model 1:
** Model 2: sphere
** Model 3: prolate
** Model 4: oblate
** Model 5: ellipsoid
* 4: Make a 'final' model script. This will automatically detect files from above.
== 11_read_data_GUI_inspect.py - Read data GUI inspect ==
The GUI can be a good place to inspect the setup and files.
See content of:
[https://github.com/tlinnet/relax_modelfree_scripts/blob/master/11_read_data_GUI_inspect.py 11_read_data_GUI_inspect.py]
Run with
<source lang="bash">
relax 11_read_data_GUI_inspect.py -t 11_read_data_GUI_inspect.log
</source>
To check in GUI
* relax -g
* File -> Open relax state
* In folder "result_10" open "result_10_ini.bz2"
* View -> Data pipe editor
* Right click on pipe, and select "Associate with a new auto-analysis"
= To run on Haddock =