3dem / relion

Image-processing software for cryo-electron microscopy
https://relion.readthedocs.io/en/latest/
GNU General Public License v2.0
441 stars 194 forks source link

Align tilt-series additional arguments #1156

Open FlorianBeckOle opened 1 month ago

FlorianBeckOle commented 1 month ago

Describe your problem get an error when setting additional arguments in Align tilt-series AreTomo job. Did not work for any add option. I tried -Wbp 1

Environment:

Dataset: -2 tomograms with 60 tilts

Job options:

Error message: Currently Loaded Modulefiles: 1) intel/18.0.5(default) 3) IMOD/4.11.1(default) 5) RELION/5.0-beta-3NC
2) impi/2018.4(default) 4) ARETOMO/1.3.4
Usage: -c AreTomo [OPTIONS] Try '-c AreTomo --help' for help. ╭─ Error ──────────────────────────────────────────────────────────────────────╮ │ No such option: -W │ ╰──────────────────────────────────────────────────────────────────────────────╯ srun: error: hpcl9303: task 0: Exited with exit code 2 srun: Terminating StepId=559534.0

EuanPyle commented 3 weeks ago

Hi, This is not a RELION bug: This will not work as RELION is not directly running AreTomo through the GUI so AreTomo commands will not work through additonal arguments. You could try going into AlignTiltSeries/jobXYZ/external/TS_XYZ and re-running AreTomo in there (without alignment!) to generate your tomogram in WBP

FlorianBeckOle commented 3 weeks ago

Hi, This is not a RELION bug: This will not work as RELION is not directly running AreTomo through the GUI so AreTomo commands will not work through additonal arguments. You could try going into AlignTiltSeries/jobXYZ/external/TS_XYZ and re-running AreTomo in there (without alignment!) to generate your tomogram in WBP

Thanks for the answer. Do you think of adding the additional arguments feature ?

EuanPyle commented 3 weeks ago

it's probably not a priority to do that right now, as it is possible to run your request outside RELION but within the workflow

(ie. go into AlignTiltSeries/jobXYZ/external/TS_XYZ and run: AreTomo3 -InMrc [the_tilt_series.mrc] -OutMrc [whatever.mrc] -Align 0 -VolZ [ThicknessOfTomo] -Wbp

EuanPyle commented 3 weeks ago

Although of course, you could make a feature request by posting onto CCPEM mailing list. I'm not so much involved with feature additions anymore