Hi, I’ve got a similar issue as above.
- Using relion_stack_create I’ve created a stack and a star file from Relion Class3D/ Select job output : job039_particles.mrcs, job039_particles.star
- Renamed job039_particles.mrcs to job039_particles.mrc as CS doesn’t recognize .mrcs.
My job039_particles.star contains the following columns :
version 30001
data_optics
loop_
_rlnOpticsGroupName #1
_rlnOpticsGroup #2
_rlnMicrographOriginalPixelSize #3
_rlnVoltage #4
_rlnSphericalAberration #5
_rlnAmplitudeContrast #6
_rlnImagePixelSize #7
_rlnImageSize #8
_rlnImageDimensionality #9
20200706 1 0.680000 300.000000 2.700000 0.100000 1.360000 256 2
version 30001
data_particles
loop_
_rlnImageName #1
_rlnMicrographName #2
_rlnCoordinateX #3
_rlnCoordinateY #4
_rlnAnglePsi #5
_rlnOriginX #6
_rlnOriginY #7
_rlnMagnification #8
_rlnDetectorPixelSize #9
_rlnDefocusU #10
_rlnDefocusV #11
_rlnDefocusAngle #12
_rlnPhaseShift #13
_rlnCtfBfactor #14
_rlnOpticsGroup #15
_rlnClassNumber #16
_rlnOriginXAngst #17
_rlnOriginYAngst #18
_rlnGroupNumber #19
_rlnAngleRot #20
_rlnAngleTilt #21
_rlnNormCorrection #22
_rlnLogLikeliContribution #23
_rlnMaxValueProbDistribution #24
_rlnNrOfSignificantSamples #25
000001@>imports/job039_particles.mrc >J1/imported/FoilHole_6759195_Data_6760735_6760737_20200706_172723_aligned_DW.mrc 1207.000000 2705.000000 -151.74943 5.525000 6.175000 10000.000000 1.360000 11316.405273 11214.852539 72.167595 0.000000 0.000000 1 4 -21.71377 4.491798 1 -30.81021 51.142400 0.722931 34685.681850 0.485405 1044
- Then I tried to import the star file from cryoSPARC, which seems to be reading the columns from the .star file okay but it struggles with the particle stack :
Project P16 Job J144 Started
[CPU: 90.1 MB] Master running v2.15.0, worker running v2.15.0
[CPU: 90.2 MB] Running on lane default
[CPU: 90.2 MB] Resources allocated:
[CPU: 90.2 MB] Worker: localhost
[CPU: 90.2 MB] --------------------------------------------------------------
[CPU: 90.2 MB] Importing job module for job type import_particles…
[CPU: 164.8 MB] Job ready to run
[CPU: 164.8 MB] ***************************************************************
[CPU: 164.8 MB] Importing particles from /path/cryosparc/P16/imports/job039_particles.star
[CPU: 164.9 MB] File extension is star
[CPU: 164.9 MB] Importing star file.
[CPU: 250.5 MB] Loaded star with 312776 items
[CPU: 250.5 MB] star file fields:
[CPU: 250.5 MB] Index([u’rlnImageName’, u’rlnMicrographName’, u’rlnCoordinateX’,
u’rlnCoordinateY’, u’rlnAnglePsi’, u’rlnOriginX’, u’rlnOriginY’,
u’rlnMagnification’, u’rlnDetectorPixelSize’, u’rlnDefocusU’,
u’rlnDefocusV’, u’rlnDefocusAngle’, u’rlnPhaseShift’, u’rlnCtfBfactor’,
u’rlnOpticsGroup’, u’rlnClassNumber’, u’rlnOriginXAngst’,
u’rlnOriginYAngst’, u’rlnGroupNumber’, u’rlnAngleRot’, u’rlnAngleTilt’,
u’rlnNormCorrection’, u’rlnLogLikeliContribution’,
u’rlnMaxValueProbDistribution’, u’rlnNrOfSignificantSamples’],
dtype=‘object’)
[CPU: 250.5 MB] Reading particle data locations…
[CPU: 250.5 MB] Reading rlnImageName to get indices and paths…
[CPU: 342.0 MB] Searching for linked data files…
[CPU: 342.3 MB] Warning: The input star file does not contain rlnVoltage, and parameter accel_kv was not set. Output will not contain CTF parameters for particles.
[CPU: 342.3 MB] Warning: The input star file does not contain rlnSphericalAberration, and parameter cs_mm was not set. Output will not contain CTF parameters for particles.
[CPU: 342.3 MB] Warning: No micrographs were connected as inputs, so correspondences cannot be found, so output will not contain pick locations for particles.
[CPU: 342.3 MB] Warning: The input star file does not contain rlnAngleRot, rlnAngleTilt, rlnAnglePsi, rlnOriginX, rlnOriginY, rlnRandomSubset. Output will not contain particle orientations.
[CPU: 342.4 MB] Particle information has now been imported for 312776 particles, creating outputs…
[CPU: 342.4 MB] Found references to 1 unique data files
[CPU: 342.4 MB] Import paths were unique at level -1
[CPU: 342.4 MB] Example imported relative path: J144/imported/job039_particles.mrc
[CPU: 342.4 MB] Reading MRC file headers to check shape…
[CPU: 342.4 MB] Done importing.
[CPU: 342.3 MB] --------------------------------------------------------------
- I tried to run a homogeneous refinement with the imported particles but failed :
[CPU: 90.6 MB] Traceback (most recent call last):
File “cryosparc2_worker/cryosparc2_compute/run.py”, line 52, in cryosparc2_compute.run.main
File “cryosparc2_compute/jobs/runcommon.py”, line 823, in check_default_inputs
assert False, 'Non-optional inputs from the following input groups and their slots are not connected: ’ + missing_inputs + ‘. Please connect all required inputs.’
AssertionError: Non-optional inputs from the following input groups and their slots are not connected: particles.ctf. Please connect all required inputs.
Any help will be highly appreciated.
Rashed