From 2bdf5863d93a849abd39859fac36e4f36f904c1f Mon Sep 17 00:00:00 2001 From: Combiz Khozoie <31043044+combiz@users.noreply.github.com> Date: Thu, 3 Feb 2022 18:28:11 +0000 Subject: [PATCH] Update imperial.config Removed my contact details. Users can request help on the nf-core slack. --- conf/pipeline/scflow/imperial.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/pipeline/scflow/imperial.config b/conf/pipeline/scflow/imperial.config index 7f46466..78a4a8b 100644 --- a/conf/pipeline/scflow/imperial.config +++ b/conf/pipeline/scflow/imperial.config @@ -3,7 +3,7 @@ params { // Config Params config_profile_description = 'Imperial College London - HPC - nf-core/scFlow Profile -- provided by nf-core/configs.' - config_profile_contact = 'Combiz Khozoie (c.khozoie@imperial.ac.uk)' + config_profile_contact = 'NA' // Analysis Resource Params ctd_folder = "/rds/general/user/$USER/projects/ukdrmultiomicsproject/live/Analyses/scFlowResources/refs/ctd" @@ -15,4 +15,4 @@ singularity { autoMounts = true cacheDir = "/rds/general/user/$USER/projects/ukdrmultiomicsproject/live/.singularity-cache" runOptions = "-B /rds/,/rdsgpfs/,/rds/general/user/$USER/ephemeral/tmp/:/tmp,/rds/general/user/$USER/ephemeral/tmp/:/var/tmp" -} \ No newline at end of file +}