Skip to content

Commit

Permalink
Update bin/check_samplesheet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Nov 22, 2021
1 parent a1a3bff commit ef75020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check_samplesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def parse_args(args=None):
Description = "Reformat nf-core/rnaseq samplesheet file and check its contents."
Description = "Reformat nf-core/rnavar samplesheet file and check its contents."
Epilog = "Example usage: python check_samplesheet.py <FILE_IN> <FILE_OUT>"

parser = argparse.ArgumentParser(description=Description, epilog=Epilog)
Expand Down

0 comments on commit ef75020

Please sign in to comment.