Skip to content

Commit

Permalink
Adds version print (-v) to main script
Browse files Browse the repository at this point in the history
  • Loading branch information
ldenti committed Mar 14, 2022
1 parent d561e01 commit 0babfe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asgal
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ def main():
parser.add_argument('--debug', dest='debug', help='Add debug prints to stderr', required=False, action='store_true')
parser.add_argument('--split-only', dest='split_only', help='Only split files per gene, do not run ASGAL', required=False, action='store_true')
parser.add_argument('-@', '--threads', dest='threads', help='Number of threads to use for salmon mapping and parallel gene computation', required=False, default="2")
parser.add_argument('-v', '--version', action='version', version='ASGAL 1.1.7')

args = parser.parse_args()
eprint(f"args {args}")
Expand Down

0 comments on commit 0babfe5

Please sign in to comment.