Skip to content

Commit 319c312

Browse files
authored
Merge pull request #1098 from prototaxites/deprecate_scw
Deprecate scw config
2 parents 594408e + 104c961 commit 319c312

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

conf/scw.config

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
params {
2-
config_profile_description = 'Super Computing Wales'
3-
config_profile_contact = 'j.downie@bangor.ac.uk'
2+
config_profile_description = 'DEPRECATED: Super Computing Wales'
3+
config_profile_contact = '<no maintainer>'
44
config_profile_url = 'https://supercomputing.wales/'
5+
6+
warning_message = {
7+
System.out.println("WARNING: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
8+
System.out.println("WARNING:")
9+
System.out.println("WARNING: THE SCW CONFIG IS NO LONGER MAINTAINED.")
10+
System.out.println("WARNING:")
11+
System.out.println("WARNING: THIS CONFIG WILL BE DEPRECATED BY THE END OF JUNE 2026 IF NO NEW MAINTAINER IS FOUND.")
12+
System.out.println("WARNING:")
13+
System.out.println("WARNING: PLEASE GET IN CONTACT WITH THE NF-CORE COMMUNITY VIA SLACK (#configs CHANNEL) OR EMAIL (https://nf-co.re/join) ASAP")
14+
System.out.println("WARNING: TO ALLOW CONTINUED USE OF YOUR CONFIG WITH NF-CORE PIPELINES")
15+
System.out.println("WARNING:")
16+
System.out.println("WARNING: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
17+
}.call()
18+
}
19+
520
}
621
singularity {
722
enabled = true

docs/scw.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# nf-core/configs: Super Computing Wales configuration
22

3+
> **Warning:** This config is unmaintained and will be removed in at the end of June 2026 if no new maintainer is found.
4+
> If you use this config, please consider becoming a maintainer, or contact your sysadmin team to see if they will
5+
> take on the burden.
6+
37
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.
48

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

0 commit comments

Comments
 (0)