-
Notifications
You must be signed in to change notification settings - Fork 0
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
Working with scratch directory set #98
Comments
@frozenfas |
Thanks, this does make sense. I had it turned on for other reasons and just remembered about it when I encountered the error here. |
I have thought for some time about scratch at this point and it could be
useful. But might require some extra communication between jobs. For
example, the output from motioncor could be written to scratch. This may
make it faster if working with a shared filesystem and save GPU time for
computing. The result could be copied/moved by another thread not using the
GPU. The micrograph in scratch could be reused for CTF estimation and
particle extraction.
…On Sun, Feb 25, 2024 at 9:23 AM Sean Connell ***@***.***> wrote:
Thanks, this does make sense. I had it turned on for other reasons and
just remembered about it when I encountered the error here.
—
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAM6WAFEJJY7VJEUN7QTUTYVNJOLAVCNFSM6AAAAABDXZ64U6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE3TGNBQHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I am having a issue with motioncorr failing when I use a scratch directory.
I set the path to the scratch using the "SCIPION_SCRATCH" variable in the config file.
This means when running the motioncorr protocol it makes a symbolic link from tmp to the specified scratch and goes there to work, i believe. when specifying where to write the output mrc it uses a relative path like "../../extra/XXX". This leaves the output somewhere on the scratch and not in the scipion directory where the next step looks for it, resulting in a failure.
It could be I am not using the scratch correctly or maybe it is better to use a absolute path for the output?
The text was updated successfully, but these errors were encountered: