You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_templates/layout.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
{% extends "!layout.html" %}
2
2
3
+
{% block document %}
4
+
<divclass="admonition site-banner">
5
+
<pclass="admonition-title">Nextflow documentation is migrating</p>
6
+
<p>Nextflow documentation is being migrated to <ahref="https://docs.seqera.io/nextflow/">docs.seqera.io/nextflow</a>. This site will remain available throughout the migration.</p>
Copy file name to clipboardExpand all lines: docs/reference/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ The following settings are available:
113
113
: The AWS Batch [Execution Role](https://docs.aws.amazon.com/batch/latest/userguide/execution-IAM-role.html) ARN that needs to be used to execute the Batch Job. It is mandatory when using AWS Fargate.
114
114
115
115
`aws.batch.forceGlacierTransfer`
116
-
: :::{versionadded 26.04.0}
116
+
: :::{versionadded} 26.04.0
117
117
:::
118
118
: When `true`, add the `--force-glacier-transfer` flag to AWS CLI S3 download commands (default: `false`).
119
119
: This option is needed when staging directories that have been restored from [S3 Glacier](https://aws.amazon.com/s3/storage-classes/glacier/). It does not restore objects from Glacier.
0 commit comments