We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the CWL tool description for segmentation.py we need memory sizing hints in mebibytes (2**20).
segmentation.py
We can provide this number using a bit of JavaScript.
The following numbers are available for the formula:
inputs.bins.length
inputs.bins[N].size
--cells-per-file
inputs.cells_per_file
--fasta
inputs.pangenome_sequence.size
--parallel-cores
runtime.cores
The text was updated successfully, but these errors were encountered:
Any progress on this @dimatr or others?
Sorry, something went wrong.
still waiting the deNBI cloud to come up - will test big inputs there to get an impression
Okay, didn't know that was a blocker. You can also run tests on https://biohackathon.curii.com :-)
No branches or pull requests
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:
inputs.bins.length
) and the size of each (inputs.bins[N].size
)--cells-per-file
(inputs.cells_per_file
)--fasta
file (inputs.pangenome_sequence.size
)--parallel-cores
(runtime.cores
, if that matters)The text was updated successfully, but these errors were encountered: