-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
When SGA-ICE is run using multiple-kmer values it saves each intermediate file to the tmp directory. The cleanup option only seems to remove the files at the very end of the run. If the original fastq (not gzipped, is that a limitation of SGA-ICE or SGA?) is large and paired, so 2 40G files, saving the intermediate files becomes a space issue. For example, a kmer option of 50, 100, 150, 200 would produce 400G in intermediate files. I edited the bash file to include 'rm' to remove the intermediate files and it seems to have worked out OK. Do you see any issue with adding the 'rm' line? I added it before the "build index" where k50 was corrected to k100, then I removed k50 before the index was built on k100.
Metadata
Metadata
Assignees
Labels
No labels