I'm trying to run nf-core/nanoclust using Nextflow 23.04.2 as details in the comments of main.nf:
$ nextflow run nf-core/nanoclust --reads /home/aorth/data/basecalled_r9.4.1_e8_hac_v3.3.fastq --db "/home/aorth/db" --tax "~/taxdb" -profile singularity
N E X T F L O W ~ version 23.04.2
Pulling nf-core/nanoclust ...
WARN: Cannot read project manifest -- Cause: Remote resource not found: https://api.github.com/repos/nf-core/nanoclust/contents/nextflow.config
Remote resource not found: https://api.github.com/repos/nf-core/nanoclust/contents/main.nf
Indeed this file is HTTP 404. Is still a supported way of running NanoCLUST?
I'm trying to run
nf-core/nanoclust
using Nextflow 23.04.2 as details in the comments ofmain.nf
:Indeed this file is HTTP 404. Is still a supported way of running NanoCLUST?