forked from EBI-Metagenomics/pipeline-v5
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When running parallel from cwltool after running multiple instances of IPS the tmp remains with all leftovers of the data required for the analyses.
Adjusting the parameters to:
+protein_chunk_size_IPS: 20000
+protein_chunk_size_eggnog: 1000
+protein_chunk_size_hmm: 500
This forces the analysis to run 19 instances of IPS docker rather than 1 using the default values when testing with the input:
test_?_???_HWLTKDRXY_600000.fastq.gz
The analyses leftover jumped from ~0.3T to ~1.5T. As far as I can see all the content tmp/*/data folders are the same.
Altering to use the same folder probably needs to be done at cwltool source code, the other possible solution is to clean after the IPS instance destruction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels