Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disk quota exceeded - a way to reduce the number of read partitions? #1410

Open
EvaMarkovic opened this issue May 3, 2024 · 5 comments
Open

Comments

@EvaMarkovic
Copy link

Hi!

I'm running Trinity with the following options/parameters:
Trinity --seqType fq --NO_SEQTK --max_memory 230G --CPU 8 --left "comma sep FW fastq files"--right "comma sep REV fastq files" --SS_lib_type FR --trimmomatic --quality_trimming_params "SLIDINGWINDOW:4:15 LEADING:10 TRAILING:10 MINLEN:25" --output .../trinity_assembly/ --bflyHeapSpaceMax 24G --bflyCPU 8

All of the steps of Phase 1 completed successfully, but during Phase 2, I encountered the following error(s):
warning, cmd: /mnt/netapp1/Optcesga_FT2_RHEL7/2020/software/Compiler/gcccore/system/trinityrnaseq/2.13.2/trinityrnaseq-v2.13.2/util/support_scripts/../../Trinity --single "/mnt/lustre/scratch/nlsas/home/csic/gfy/mcs/eva/test/PC/trinity_assembly/read_partitions/Fb_0/CBin_423/c42371.trinity.reads.fa" --output "/mnt/lustre/scratch/nlsas/home/csic/gfy/mcs/eva/test/PC/trinity_assembly/read_partitions/Fb_0/CBin_423/c42371.trinity.reads.fa.out" --CPU 1 --max_memory 1G --run_as_paired --SS_lib_type F --seqType fa --trinity_complete --full_cleanup --NO_SEQTK --bflyHeapSpaceMax 6G --bflyCPU 60 --no_distributed_trinity_exec --no_salmon failed with ret: 512, going to retry.
mkdir: cannot create directory '/mnt/lustre/scratch/nlsas/home/csic/gfy/mcs/eva/test/PC/trinity_assembly/read_partitions/Fb_0/CBin_4/c498.trinity.reads.fa.out': Disk quota exceeded

The obvious problem is "Disk quota exceeded". I am running Trinity on a cluster where each user has a limit of 3T of data and 240000 files. With my dataset, Trinity creates approximately 160000 files in the read_partitions directory which (together with other files I have) exceeded the disk quota and stops Trinity from finishing Phase 2. (The storage itself is fine, I have 500 G free). Is there a way to reduce the number of read partitions that are created and bypass this error?

@brianjohnhaas
Copy link
Member

brianjohnhaas commented May 3, 2024 via email

@EvaMarkovic
Copy link
Author

Thank you for your response and suggestions!

I tried setting --min_kmer_cov to 2, and it did indeed decrease the number of files, but unfortunately, there are still too many. I will try to set the min length cutoff next.

Thanks so much again!

@brianjohnhaas
Copy link
Member

brianjohnhaas commented May 4, 2024 via email

@EvaMarkovic
Copy link
Author

I set the min contig length to 300 and it reduced the number of files approximately 3 times! Which was well below my quota.

Thank you so much again!!

@brianjohnhaas
Copy link
Member

brianjohnhaas commented May 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants