We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The wildcard-expansion in the gzip call here:
modules/modules/nf-core/vsearch/cluster/main.nf
Line 63 in 805dff3
is running up against the limit on the maximum number of arguments in my OS.
I would like to replace it with something like this instead:
find . -name \"${prefix}.${out_ext}*[0-9]\" | xargs gzip -n
I've implemented this locally and it seems to work. I'm beginning a PR that I'll link to presently.
No response
Nextflow version 24.10.5 HPC slurm Apptainer Debian GNU/Linux ampliseq version 2.13.0
The text was updated successfully, but these errors were encountered:
Here's the PR: #8307
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Have you checked the docs?
Description of the bug
The wildcard-expansion in the gzip call here:
modules/modules/nf-core/vsearch/cluster/main.nf
Line 63 in 805dff3
is running up against the limit on the maximum number of arguments in my OS.
I would like to replace it with something like this instead:
find . -name \"${prefix}.${out_ext}*[0-9]\" | xargs gzip -n
I've implemented this locally and it seems to work.
I'm beginning a PR that I'll link to presently.
Command used and terminal output
Relevant files
No response
System information
Nextflow version 24.10.5
HPC
slurm
Apptainer
Debian GNU/Linux
ampliseq version 2.13.0
The text was updated successfully, but these errors were encountered: