From a0b89a24b8eed3ed5811de4181831e6424676656 Mon Sep 17 00:00:00 2001 From: bioinformatics surrey university Date: Tue, 21 Nov 2023 20:32:49 +0000 Subject: [PATCH] correct script permissions --- bin/check_samplesheet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/check_samplesheet.py b/bin/check_samplesheet.py index f04c94f..4a2c48f 100644 --- a/bin/check_samplesheet.py +++ b/bin/check_samplesheet.py @@ -40,8 +40,8 @@ def __init__( Args: sample_col (str): The name of the column that contains the sample name (default "sample"). - first_col (str): The name of the column that contains the first (or only) - BAM file path (default "bam_file"). + first_col (str): The name of the column that contains the BAM file path + (default "bam_file"). """ super().__init__(**kwargs) self._sample_col = sample_col