We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d611113 + d451e68 commit cffd49eCopy full SHA for cffd49e
2 files changed
conf/sanger.config
@@ -9,7 +9,7 @@ try {
9
10
// Profile details
11
params {
12
- config_profile_description = "The Wellcome Sanger Institute HPC cluster (${clustername}) profile"
+ config_profile_description = "The Wellcome Sanger Institute HPC cluster profile"
13
config_profile_contact = 'Priyanka Surana (@priyanka-surana)'
14
config_profile_url = 'https://www.sanger.ac.uk'
15
}
pipeline/lsmquant.config
@@ -0,0 +1,12 @@
1
+/*
2
+* -------------------------------------------------
3
+* nfcore/lsmquant custom profile Nextflow config file
4
5
+* Config options for custom environments.
6
+* Cluster-specific config options should be saved
7
+* in the conf/pipeline/lsmquant folder and imported
8
+* under a profile name here.
+*/
+
+profiles {
+}
0 commit comments