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
## TODO nf-core: Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline
7
+
## You inject any metadata in the Nextflow '${workflow}' object
8
+
data: |
9
+
<h4>Methods</h4>
10
+
<p>Data was processed using nf-core/rnaseq v${workflow.manifest.version} ${doi_text} of the nf-core collection of workflows (<a href="https://doi.org/10.1038/s41587-020-0439-x">Ewels <em>et al.</em>, 2020</a>).</p>
11
+
<p>The pipeline was executed with Nextflow v${workflow.nextflow.version} (<a href="https://doi.org/10.1038/nbt.3820">Di Tommaso <em>et al.</em>, 2017</a>) with the following command:</p>
12
+
<pre><code>${workflow.commandLine}</code></pre>
13
+
<h4>References</h4>
14
+
<ul>
15
+
<li>Di Tommaso, P., Chatzou, M., Floden, E. W., Barja, P. P., Palumbo, E., & Notredame, C. (2017). Nextflow enables reproducible computational workflows. Nature Biotechnology, 35(4), 316-319. <a href="https://doi.org/10.1038/nbt.3820">https://doi.org/10.1038/nbt.3820</a></li>
16
+
<li>Ewels, P. A., Peltzer, A., Fillinger, S., Patel, H., Alneberg, J., Wilm, A., Garcia, M. U., Di Tommaso, P., & Nahnsen, S. (2020). The nf-core framework for community-curated bioinformatics pipelines. Nature Biotechnology, 38(3), 276-278. <a href="https://doi.org/10.1038/s41587-020-0439-x">https://doi.org/10.1038/s41587-020-0439-x</a></li>
17
+
</ul>
18
+
<div class="alert alert-info">
19
+
<h5>Notes:</h5>
20
+
<ul>
21
+
${nodoi_text}
22
+
<li>The command above does not include parameters contained in any configs or profiles that may have been used. Ensure the config file is also uploaded with your publication!</li>
23
+
<li>You should also cite all software used within this run. Check the "Software Versions" of this report to get version information.</li>
Copy file name to clipboardExpand all lines: docs/usage.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,14 @@ See the main [Nextflow documentation](https://www.nextflow.io/docs/latest/config
237
237
238
238
If you have any questions or issues please send us a message on [Slack](https://nf-co.re/join/slack) on the [`#configs` channel](https://nfcore.slack.com/channels/configs).
239
239
240
+
## Azure Resource Requests
241
+
242
+
To be used with the `azurebatch` profile by specifying the `-profile azurebatch`.
243
+
We recommend providing a compute `params.vm_type` of `Standard_D16_v3` VMs by default but these options can be changed if required.
244
+
245
+
Note that the choice of VM size depends on your quota and the overall workload during the analysis.
246
+
For a thorough list, please refer the [Azure Sizes for virtual machines in Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/sizes).
247
+
240
248
## Running in the background
241
249
242
250
Nextflow handles job submissions and supervises the running jobs. The Nextflow process must run until the pipeline is finished.
0 commit comments