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
[](https://github.com/nf-core/fetchngs/actions/workflows/ci.yml)
6
+
</h1>[](https://github.com/nf-core/fetchngs/actions/workflows/ci.yml)
9
7
[](https://github.com/nf-core/fetchngs/actions/workflows/linting.yml)[](https://nf-co.re/fetchngs/results)[](https://doi.org/10.5281/zenodo.XXXXXXX)
> 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.
35
+
> 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
36
39
37
<!-- TODO nf-core: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
40
38
Explain what rows and columns represent. For instance (please edit as appropriate):
@@ -91,9 +89,7 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
91
89
## Citations
92
90
93
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. -->
94
-
<!-- If you use nf-core/fetchngs for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
95
-
96
-
<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
92
+
<!-- If you use nf-core/fetchngs for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) --><!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
97
93
98
94
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
Copy file name to clipboardExpand all lines: docs/usage.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
@@ -129,7 +129,7 @@ Several generic profiles are bundled with the pipeline which instruct the pipeli
129
129
> [!IMPORTANT]
130
130
> We highly recommend the use of Docker or Singularity containers for full pipeline reproducibility, however when this is not possible, Conda is also supported.
131
131
132
-
The pipeline also dynamically loads configurations from [https://github.com/nf-core/configs](https://github.com/nf-core/configs) when it runs, making multiple config profiles for various institutional clusters available at run time. For more information and to check if your system is suported, please see the [nf-core/configs documentation](https://github.com/nf-core/configs#documentation).
132
+
The pipeline also dynamically loads configurations from [https://github.com/nf-core/configs](https://github.com/nf-core/configs) when it runs, making multiple config profiles for various institutional clusters available at run time. For more information and to check if your system is supported, please see the [nf-core/configs documentation](https://github.com/nf-core/configs#documentation).
133
133
134
134
Note that multiple profiles can be loaded, for example: `-profile test,docker` - the order of arguments is important!
135
135
They are loaded in sequence, so later profiles can overwrite earlier profiles.
0 commit comments