I'm getting an error when running Viroprofiler, saying that process requirements exceed available memory. Is there any way I can run Viroprofiler on a system that has <90GB memory?
I ran this:
nextflow run deng-lab/viroprofiler --input samplesheet.csv -profile singularity -r v0.1
And got this error:
Process requirement exceeds available memory -- req: 90 GB; avail: 62.7 GB
I tried running:
nextflow run deng-lab/viroprofiler --input samplesheet.csv -profile singularity -r v0.1 --max_memory "20.GB" --max_cpus "2"
I'm getting an error when running Viroprofiler, saying that process requirements exceed available memory. Is there any way I can run Viroprofiler on a system that has <90GB memory?
I ran this:
nextflow run deng-lab/viroprofiler --input samplesheet.csv -profile singularity -r v0.1
And got this error:
Process requirement exceeds available memory -- req: 90 GB; avail: 62.7 GB
I tried running:
nextflow run deng-lab/viroprofiler --input samplesheet.csv -profile singularity -r v0.1 --max_memory "20.GB" --max_cpus "2"
But got the same error.