Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Summer 6, Summer 7
Description
We are out of space on the cluster!!
/projects/tomato_genome 90T 90T 459G 100% aqu-fs19 171T 135T 37T 79%
90 TB is a lot so we need to need to go back and remove many temp files and intermediate files generated in the various nextflow runs.
1. Let's find the biggest folders and files.
2. Decide which of those biggies will get us space back!
Attachments
Issue Links
- blocks
-
IGBF-3817 Create a method to compare NextFlow gene expression results
-
- To-Do
-
First issue is that we have MANY files generated by Molly that have the incorrect permissions as part of NFCORE.
So we need group access to MANY files! This might be a job for the URC folks.
I will touch base with Steven first and see if there are better strategies to employ.
To identify biggest files:
du -a /projects/tomato_genome | sort -n -r | head -n 100 > largestFiles.txt