Skip to content

Commit

Permalink
[automated] Fix linting with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Nov 3, 2022
1 parent 15a6bab commit 64d154c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scw.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nf-core/configs: Super Computing Wales configuration

A base configuration file for running nf-core pipelines has been set up for use with [Super Computing Wales](https://supercomputing.wales) (SCW). To use this profile, the pipeline can be run with the option `-profile scw`, which will download the [`scw.config`](../conf/scw.config) config file. This config file by default runs pipelines using Singularity, and runs all jobs on the *htc* partition.
A base configuration file for running nf-core pipelines has been set up for use with [Super Computing Wales](https://supercomputing.wales) (SCW). To use this profile, the pipeline can be run with the option `-profile scw`, which will download the [`scw.config`](../conf/scw.config) config file. This config file by default runs pipelines using Singularity, and runs all jobs on the _htc_ partition.

To run an nf-core pipeline, you will first need to activate Nextflow. You can do this with the following command:

Expand Down Expand Up @@ -61,4 +61,4 @@ process {
}
```

And specify this config when running the pipeline with `-c pipeline_options.config`
And specify this config when running the pipeline with `-c pipeline_options.config`

0 comments on commit 64d154c

Please sign in to comment.