Hi, I face a problem when I run:
"nextflow run nf-core/pgdb -r 1.0.0 -profile test --outdir output"
it returns:
N E X T F L O W ~ version 23.04.1
Pulling nf-core/pgdb ...
ERROR ~ Disk quota exceeded
Thanks a lot for any suggestion
Shuo
Hi, I face a problem when I run:
"nextflow run nf-core/pgdb -r 1.0.0 -profile test --outdir output"
it returns:
N E X T F L O W ~ version 23.04.1
Pulling nf-core/pgdb ...
ERROR ~ Disk quota exceeded
Thanks a lot for any suggestion
Shuo
Hi,
You home directory is full (113.1GB, quota= 100GB).
$ lfs quota -h -p 164323 /shared/home/sliu
Disk quotas for prj 164323 (pid 164323):
Filesystem used quota limit grace files quota limit grace
/shared/home/sliu
113.1G* 100G 150G none 581 100000 150000 -
You have to clean or move data into your project directory.
Best Regards