-
Notifications
You must be signed in to change notification settings - Fork 634
Open
Labels
Description
I'm submitting to Google Batch using the latest branches (clones) from the interfaces (storage and executor) and snakemake, and I am hitting this missing argument that is generated by snakemake:
__main__.py: error: unrecognized arguments: --storage-http-allow-redirectsHere is the full command generated:
pip install --target '.snakemake/pip-deployments' snakemake-storage-plugin-s3 && python -m snakemake --deploy-sources s3://snakemake-test-googlebatch/snakemake-workflow-sources.6654a8fcc5948b0da969e31ef5f8dfea8e2c03d846a2613205ce6afc6802ce14.tar.xz 6654a8fcc5948b0da969e31ef5f8dfea8e2c03d846a2613205ce6afc6802ce14 --default-storage-prefix 's3://snakemake-test-googlebatch' --default-storage-provider 's3' --storage-gs-keep-local False --storage-gs-stay-on-remote False --storage-gs-retries 5 --storage-http-allow-redirects True --storage-s3-endpoint-url 'https://play.minio.io:9000' --storage-s3-retries 5 && python -m snakemake --snakefile 'Snakefile' --target-jobs 'multilingual_hello_world:greeting=hello' --allowed-rules 'multilingual_hello_world' --cores 'all' --attempt 1 --force-use-threads --force --target-files-omit-workdir-adjustment --keep-storage-local-copies --max-inventory-time 0 --nocolor --notemp --no-hooks --nolock --ignore-incomplete --rerun-triggers params input mtime software-env code --conda-frontend 'mamba' --no-shared-fs --wrapper-prefix 'https://github.com/snakemake/snakemake-wrappers/raw/' --latency-wait 5 --scheduler 'greedy' --storage-gs-keep-local False --storage-gs-stay-on-remote False --storage-gs-retries 5 --storage-http-allow-redirects True --storage-s3-endpoint-url 'https://play.minio.io:9000' --storage-s3-retries 5 --default-storage-prefix 's3://snakemake-test-googlebatch' --default-storage-provider 's3' --default-resources 'tmpdir=system_tmpdir' --mode 'remote'
Reactions are currently unavailable