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
Normally, one can change the default yaml file with the sea-snap configuration using the snakemake option --config file_name"..."
--config file_name"..."
This works correctly only if the default files are also present in the current directory. These files are not used, however.
To replicate: move the file DE_config.yaml to DE_config.yaml_foo and run `sea-snap DE l --config file_name="DE_config.yaml_foo" -j1
This will exit with an error.
The text was updated successfully, but these errors were encountered:
Would DE_config_foo.yaml work? Maybe the file extension is the problem?
Sorry, something went wrong.
No branches or pull requests
Normally, one can change the default yaml file with the sea-snap configuration using the snakemake option
--config file_name"..."
This works correctly only if the default files are also present in the current directory. These files are not used, however.
To replicate: move the file DE_config.yaml to DE_config.yaml_foo and run
`sea-snap DE l --config file_name="DE_config.yaml_foo" -j1
This will exit with an error.
The text was updated successfully, but these errors were encountered: