Hi @ajian,
Nothing has changed in terms of .cs files - how many particles do you have? You can paste the first few lines of the star file so others can see if anything is strange in it.
here is the size of the file :
-rw-rw-r–. 1 lrss lrss 29531131024 Dec 15 19:23 cs_j17_extracted_particles.star
and here is the first few line of star file:
loop_
_rlnVoltage #1
_rlnSphericalAberration #2
_rlnAmplitudeContrast #3
_rlnOpticsGroup #4
_rlnImagePixelSize #5
_rlnImageDimensionality #6
300.000000 2.700000 0.100000 1 1.100000 2
another issue, when i try to use csparc2star to export particle from NU job to relion,
csparc2star.py cryosparc_P3_J36_009_particles.cs cryosparc_P3_J36_009_particles.star --boxsize 256 --copy-micrograph-coordinates selcect_j15_particles.star
/home/lrss/softwares/pyem/pyem/star.py:531: FutureWarning: Columnar iteration over characters will be deprecated in future releases.
df[UCSF.IMAGE_INDEX], df[UCSF.IMAGE_PATH] =
/home/lrss/softwares/pyem/pyem/star.py:539: FutureWarning: Columnar iteration over characters will be deprecated in future releases.
df[UCSF.IMAGE_ORIGINAL_INDEX], df[UCSF.IMAGE_ORIGINAL_PATH] =
Traceback (most recent call last):
File “/home/lrss/softwares/pyem/csparc2star.py”, line 120, in
sys.exit(main(parser.parse_args()))
File “/home/lrss/softwares/pyem/csparc2star.py”, line 71, in main
df = star.smart_merge(df, coord_star, fields=fields, key=key)
File “/home/lrss/softwares/pyem/pyem/star.py”, line 143, in smart_merge
s2 = s2.set_index(key, drop=False)
File “/home/lrss/EMAN2/envs/pyem/lib/python3.8/site-packages/pandas/core/frame.py”, line 4548, in set_index
raise KeyError(f"None of {missing} are in the columns")
KeyError: ‘None of [None] are in the columns’