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: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,8 @@
30
30
31
31
## Usage
32
32
33
-
:::note
34
-
If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how
35
-
to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline)
36
-
with `-profile test` before running the workflow on actual data.
37
-
:::
33
+
> [!NOTE]
34
+
> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data.
38
35
39
36
<!-- TODO nf-core: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
40
37
Explain what rows and columns represent. For instance (please edit as appropriate):
@@ -63,11 +60,9 @@ nextflow run nf-core/rnaseq \
63
60
--outdir <OUTDIR>
64
61
```
65
62
66
-
:::warning
67
-
Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those
68
-
provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;
69
-
see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).
70
-
:::
63
+
> [!WARNING]
64
+
> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;
65
+
> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).
71
66
72
67
For more details and further functionality, please refer to the [usage documentation](https://nf-co.re/rnaseq/usage) and the [parameter documentation](https://nf-co.re/rnaseq/parameters).
73
68
@@ -94,7 +89,7 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
94
89
## Citations
95
90
96
91
<!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->
97
-
<!-- If you use nf-core/rnaseq for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
92
+
<!-- If you use nf-core/rnaseq for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
98
93
99
94
<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
0 commit comments