--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/336e4ba4-9576-4527-97b0-b2761040338an%40googlegroups.com.
executor {
cpus = 32
time = 99999.h
}
process {
withName: sourmash_compute_sketch_bam {
cpus = 1
time = 48.h
}
withName: translate {
cpus = 1
time = 488.h
}
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/75836213-9308-4d95-93ee-5752885777d3n%40googlegroups.com.
Hi Pranathi,
I think that this might be because of the difference between “CPU time” and “Wall time”. PFA a screenshot for a run of nf-core/rnaseq-v2
Best,
Abhinav