Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash while running parallel particle extraction and sorting #124

Closed
bforsbe opened this issue Oct 11, 2016 · 4 comments
Closed

crash while running parallel particle extraction and sorting #124

bforsbe opened this issue Oct 11, 2016 · 4 comments

Comments

@bforsbe
Copy link
Contributor

bforsbe commented Oct 11, 2016

Originally reported by: Wolfgang Lugmayr (Bitbucket: wlugmayr, GitHub: Unknown)


i did the normal particle extraction on the local machine (64 cores) with GUI MPI=1 no cluster.
in parallel i tried to sort an imported particle file with also GUI MPI=1 no cluster and relion died with the following message:

$ relion
PipeLine::addNode ERROR: Adding an empty nodename. Did you fill in all Node names correctly?
File: /sw/relion/2.0beta-mpi/src/pipeliner.cpp line: 30


@bforsbe
Copy link
Contributor Author

bforsbe commented Oct 11, 2016

Original comment by Wolfgang Lugmayr (Bitbucket: wlugmayr, GitHub: Unknown):


running the particle sorting after the particle extraction on the generated file gives the same error.

$ head -30 Extract/autopick_local/particles.star

data_

loop_
_rlnMicrographName #1
_rlnCoordinateX #2
_rlnCoordinateY #3
_rlnVoltage #4
_rlnDefocusU #5
_rlnDefocusV #6
_rlnDefocusAngle #7
_rlnSphericalAberration #8
_rlnDetectorPixelSize #9
_rlnCtfFigureOfMerit #10
_rlnMagnification #11
_rlnAmplitudeContrast #12
_rlnAutopickFigureOfMerit #13
_rlnImageName #14
Micrographs/20151224_hole3only_1_00008k2gr_00067k2sq_v02_00006k2hl_00002k2ed-a_movie_DW.mrc 1728.000000 296.000000 300.000000 29788.162109 27641.228516 3.307724 2.000000 0.970000 0.004586 10000.000000 0.100000 0.549423 000001@Extract/job004/Micrographs/20151224_hole3only_1_00008k2gr_00067k2sq_v02_00006k2hl_00002k2ed-a_movie_DW.mrcs
:

@bforsbe
Copy link
Contributor Author

bforsbe commented Oct 12, 2016

Original comment by Sjors Scheres (Bitbucket: scheres, GitHub: scheres):


Hi Wolfgang,
Did you provide the references for the autopicking that you used for this extraction? Remember, sorting always needs references, so you can only sort autopicked ones, not manually picked ones. The GUI wasn't checking for an empty 'autopick references' field, so I'll fix that.

@bforsbe
Copy link
Contributor Author

bforsbe commented Oct 12, 2016

Original comment by Wolfgang Lugmayr (Bitbucket: wlugmayr, GitHub: Unknown):


no, you are right.
i did not give a reference.
i used an imported file, with also imported coordinates from relion 1.4
& gautomatch.

sorry for the inconvenience, i'm still learning how to use relion2 ;-)

cheers,
wolfgang

@bforsbe
Copy link
Contributor Author

bforsbe commented Oct 12, 2016

Original comment by Sjors Scheres (Bitbucket: scheres, GitHub: scheres):


Not a problem, Wolfgang! Your post has still improved the code, as I now intercept the empty field for the autopicking references on the GUI. So, thanks for that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant