Troubleshooting ๐ยถ
This page lists common errors, their cause, and how to fix them.
Error message (excerpt) |
Cause |
Fix |
---|---|---|
|
Snakefile has syntax or missing files |
Run Snakemake dry-run; fix rule definitions |
|
wf2wf couldnโt auto-detect |
Pass |
|
Docker not installed |
Install Docker or use |
|
Auto-env requested but binary missing |
|
|
Registry push without login |
|
|
Target engine canโt express feature |
Accept loss or choose richer format; use |
|
IR or CWL invalid |
File a bug if produced by wf2wf, otherwise inspect paths in error |
Verbosity flagsยถ
Add -v
/ --verbose
to see stack traces and subprocess output. Combine with --debug
for maximal logging.
Getting helpยถ
Run
wf2wf info <file>
to inspect a workflow and ensure wf2wf can parse it.Open an issue with
--debug
logs attached.