-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In the CWL tool description for segmentation.py we need memory sizing hints in mebibytes (2**20).
We can provide this number using a bit of JavaScript.
The following numbers are available for the formula:
- number of inputs JSONs (
inputs.bins.length) and the size of each (inputs.bins[N].size) - Number of cells per file from
--cells-per-file(inputs.cells_per_file) - the size of the
--fastafile (inputs.pangenome_sequence.size) - and the number of CPU cores passed to
--parallel-cores(runtime.cores, if that matters)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels