genomicsITER / NanoCLUST

NanoCLUST is an analysis pipeline for UMAP-based classification of amplicon-based full-length 16S rRNA nanopore reads
MIT License
106 stars 49 forks source link

Interpret paths from blast db arguments #52

Closed FranciscoDA closed 2 years ago

FranciscoDA commented 2 years ago

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

Learn 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.