Skip to content

Commit

Permalink
correct script permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
huihai828 committed Nov 21, 2023
1 parent 54677ac commit a0b89a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/check_samplesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0b89a2

Please sign in to comment.