These changes allow passing an actual absolute or relative path starting with / or ./ to the --db and --tax arguments. Relative paths will be resolved against the $projectDir directory.
Argument values that do not start with / or ./ will be resolved as usual.
nf-core/nanoclust pull request
Many thanks for contributing to nf-core/nanoclust!
Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md
These changes allow passing an actual absolute or relative path starting with
/
or./
to the--db
and--tax
arguments. Relative paths will be resolved against the$projectDir
directory. Argument values that do not start with/
or./
will be resolved as usual.