Open
Description
Hello,
Hope you are doing well. I am testing nextflow on a kubernetes cluster, and am getting errors. It seems that the test data that is bundled with the repo is not getting copied to the pod. Do you know what may be happening?
Thank you!
Warmest,
Olga
The nextflow.config
file:
k8s {
namespace = 'default'
serviceAccount = 'nextflow'
storageClaimName = 'nextflow-pvc'
}
process.scratch = true
nextflow kuberun
command and output
(nf-core)
✘ Wed 1 Jun - 22:30 ~
olgabot@ip-172-31-9-54 nextflow -c ./nextflow.config kuberun nextflow-io/rnaseq-nf -v nextflow-pvc:/mnt/nextflow -profile docker
zsh: correct 'docker' to '.docker' [nyae]? n
Pod started: peaceful-mccarthy
N E X T F L O W ~ version 22.04.0
Launching `https://github.com/nextflow-io/rnaseq-nf` [peaceful-mccarthy] DSL2 - revision: 37c5039435 [master]
R N A S E Q - N F P I P E L I N E
===================================
transcriptome: null/data/ggal/ggal_1_48850000_49020000.Ggal71.500bpflank.fa
reads : null/data/ggal/ggal_gut_{1,2}.fq
outdir : results
No files match pattern `ggal_gut_{1,2}.fq` at path: null/data/ggal/
Oops .. something went wrong
Metadata
Metadata
Assignees
Labels
No labels