Skip to content

Commit

Permalink
dev iteration [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Jun 22, 2024
1 parent f11fc7f commit 2955c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/samplesheet_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Run the MAGMA pipeline samplesheet validation')
parser.add_argument('input', metavar='input_file', type=str, help='The input sample file')
parser.add_argument('output', metavar='output_file', type=str, help='The validate output sample file')
parser.add_argument('input_file', metavar='input_file', type=str, help='The input sample file')
parser.add_argument('output_file', metavar='output_file', type=str, help='The validate output sample file')
args = vars(parser.parse_args())

name_re = re.compile('^[a-zA-Z0-9\-_]*$')
Expand Down

0 comments on commit 2955c8f

Please sign in to comment.