Skip to content
New issue

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

Added another example for dynamic-task-resources #5628

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nick-youngblut
Copy link
Contributor

This pull request includes an update to the docs/process.md file to add a more detailed example for dynamic task resource allocation in Nextflow processes.

Documentation enhancements:

  • docs/process.md: Added a detailed example for dynamically allocating memory based on input file size and the number of task attempts. This example demonstrates how to set a minimum memory of 16 GB and increase it proportionally to the size of the input_file and the number of attempts (task.attempt). It also includes a note on converting input_file.size() to bytes to avoid errors.

Addressing issue #5626

@nick-youngblut nick-youngblut requested a review from a team as a code owner December 27, 2024 21:00
Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for nextflow-docs-staging ready!

Name Link
🔨 Latest commit f6d6cc2
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/676f155379f1ff0008786a73
😎 Deploy Preview https://deploy-preview-5628--nextflow-docs-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant