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 text was updated successfully, but these errors were encountered:
In case of errors in rule download_from_openneuro, use
download_from_openneuro
snakemake --until download_from_openneuro --cores <n_cores> --restart-times 5
Then run the rest.
Sorry, something went wrong.
In case of segmentation fault or Python dying while running jobs from rules apply_linear_filter and create_artifact_epochs, run
apply_linear_filter
create_artifact_epochs
snakemake --cores <n_cores> --resources filtering_process=<n_cores> --default-resources filtering_process=1
The snakemake version that we use does not support --set-resources so we'll have to add them to Snakefile.
--set-resources
kalenkovich
No branches or pull requests
The text was updated successfully, but these errors were encountered: