Error reading CARD 6
Forums
Dear all,
I would like to use frealign_v08.09 and after I prepared the image stack file containing the particles and the EM map, when I send the script I get the following error:
#PGFIO-F-217/list-directed read/internal file/attempt to read past end of file. In source file card6.f, at line number 27 0.000u 0.001s 0:00.01 0.0% 0+0k 8+8io 0pf+0w cp Frhnegtilt_params_1.par /home/luciccar/Frh-tilt-pairs/ccd/test2/. cp: cannot stat `Frhnegtilt_params_1.par': No such file or directory
It is worth to tell that I do not have the matching projection file needed in card9 but if I am right, in the way I have choosen (FMATCH=T) it will be generated as output by Frealign.
And I do not have any .par and .shft file, but they should be generated as output too.
Are either the .par or the .shft files needed as input?
Thanks in advance,
Luciano
Hi Luciano, Frealign does not
Hi Luciano,
Frealign does not require a .shft file as input, but does require a .par file.
This can be a dummy file containing the defocus parameters for your particles (as generated by imagic2frealign) or can be generated using frealign in mode -3 or -4.
Axel
Dear Axel, thanks for the
In reply to Hi Luciano, Frealign does not by Axel
Dear Axel,
thanks for the information.
In my script I have chosen -4 and tryed -3 too, but I always get the same error. You may have a look at the script here:
Hi Luciano,The only error I
In reply to Dear Axel, thanks for the by luciano
Hi Luciano,
The only error I can spot is that the final 1 in the line
should be replaced with a 0 to indicate the end of the input.
Axel
Axel,thank you very much,
In reply to Hi Luciano,The only error I by Axel
Axel,
thank you very much, but I still get this error:
Hi luciano, I am a bit
In reply to Axel,thank you very much, by luciano
Hi luciano,
I am a bit confused by the error, as your card 6 looks fine to me.
Could you run the scripts interactively and tell me what the output from frealign looks like?
Thanks,
Axel
I type the parameteres one
In reply to Hi luciano, I am a bit by Axel
I type the parameteres one after the other and things work until it asks for "Matching Projections Image Stack".
You may see the details here:
it stays like this and doesn't ask for the next card
Are you sure that there is no
In reply to I type the parameteres one by luciano
Are you sure that there is no further output after you enter the matching projection stack. It might simply take a while until Frealign has finished calculating the big 3D Fourier transform.
Regarding your earlier error in Card 6, please make sure that you keep the formatting of the numbers as they appear in the examples that come with the Frealign distribution. This means that floating point numbers have to have a decimal point and integers do not. I cannot see a mistake in your input here but maybe some of your runs were affected by unintentional format changes.
When I use Frealign
In reply to Are you sure that there is no by niko
When I use Frealign interactively I always get this and waited one day without finding anything changed and also could not see any process running.
But every time I send the script I get the same error in card 6.
I will wait more time that Frealign calculates the 3D Fourier transform and will check even more carefully that the formatting of numbers stays as the template script.
Thank you very much,
Luciano
If you'd like, please run the
In reply to When I use Frealign by luciano
If you'd like, please run the search example script that comes with Frealign (frealign.com, in subdirectory examples/search) and then follow this by this script:
frealign.com used mode = -3 whereas the script here uses mode = 3. They should both be running very fast and complete in one to two minutes.
The 2 scripts work perfectly
In reply to If you'd like, please run the by niko
The 2 scripts work perfectly fine
If these scripts work you
In reply to The 2 scripts work perfectly by luciano
If these scripts work you should model your own scripts after them. If you observe all the formatting they should run without giving you errors.