Replies: 1 comment 2 replies
-
You can combine different time units: https://nextflow.io/docs/latest/process.html#time |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the code definition of duration a period (
.
) is used to separate the numeric from the units, however, this causes a problem when I want to specify a fractional unit (1.5.hr
). I get an error when doing so in the config/profile settings.How do we specify fractional durations with units attached?
Beta Was this translation helpful? Give feedback.
All reactions