From 88e37700ab6e03d0e52306581e1c5cf590d44c4f Mon Sep 17 00:00:00 2001 From: not populated not populated <ameynert@sdf-cs1.eidf.epcc.ed.ac.uk> Date: Tue, 2 Nov 2021 10:09:03 +0000 Subject: [PATCH] Added a comment --- submit_trio_wes_bcbio.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/submit_trio_wes_bcbio.sh b/submit_trio_wes_bcbio.sh index bcfd499..4bde8f6 100755 --- a/submit_trio_wes_bcbio.sh +++ b/submit_trio_wes_bcbio.sh @@ -13,6 +13,8 @@ source $CONFIG_SH +# add a comment here + FAMILY_ID=`head -n $SLURM_ARRAY_TASK_ID $PARAMS_DIR/$PROJECT_ID.family_ids.txt | tail -n 1` SHORT_PROJECT_ID=`echo $PROJECT_ID | cut -f 1 -d '_'` -- GitLab