Par file in refinement mode
Forums
Hi Alexis,
What should I be using for the INPUT_PAR_FILENAME
in refinement mode?
I'm currently getting the error Fatal error (ImageFile::ReadSlicesFromDisk): Last < first slice
when I run frealix in filament_refine mode. I'm using the waypoints file generated by the previous run I did in startup mode as the par file, but am unsure what this file is supposed to contain.
Cheers,
Matt
Hi Matt,Sorry to hear you're
Hi Matt,
Sorry to hear you're having trouble.
The
INPUT_PAR_FILENAME
should point to the waypoints.ali file from the startup run.I would recommend trying out the
flx_wrap.rb
script to run Frealix, since this will handle this level of detail for you. Have you tried it yet?For example, in your case, create a folder named
frealix_round_000
and make sure it contains awaypoints.ali
file (a copy of the output file from the startup run), as well as your initial model 3D reconstruction (a copy of the 3drec* files from the startup run). Then run something like:flx_wrap.rb -r 1 -s 20.0 -f 20.0 your_parameter_file.txt
where
your_parameter_file
is a barebones set of parameters, which should contain (at a minimum) the following keys:Here is an example of such a file from one of my amyloid projects:
Note that only a few of these parameters are necessary, but that you can add any of the parameters listed at the top of the output from mode filament_refine. In that output, you will also see a brief description of what each parameter does.
Also, film_files and ctffind_files can have wildcards in them, in which case the files need to be numbered consecutively with the numbers matching those in the "film" column of the waypoints.ali file.
Any parameter which you do not specify in the barebones parameter file should take up a sensible default value.
I hope this helps get you started - I apologise for the lack of documentation right now, but please don't hesitate to ask as many questions as it takes!
Alexis