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

Alternatives to calling micrograph names as argument list in topaz extract #201

Open
epkumpu opened this issue Jul 4, 2024 · 1 comment

Comments

@epkumpu
Copy link

epkumpu commented Jul 4, 2024

Hi!

I am using topaz through cryoSPARC with topaz containerized. The container calls topaz extract in the following generic way:

singularity exec container.sif bash -c "..."

This runs into the system's maximum character limit for commands at around 500-600 micrographs in our setup, which means a lot of splitting micrographs. Without containerization we had a much more permissive limit of 6000-7000 micrographs (the max argument limit being the cap), but the current one is not really tolerable for larger datasets.

My question/request is: would it be possible to refer to micrographs in topaz extract in a way that does not need to open wildcards into long lists of arguments?

Cheers,
EP

@epkumpu
Copy link
Author

epkumpu commented Jul 4, 2024

Well, having made a more thorough search here, it seems something to address this is already being proposed here:

#192

So consider this an upvote for that!

EP

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

No branches or pull requests

1 participant