Skip to content

Commit

Permalink
remove assembly arg from import read depth parser
Browse files Browse the repository at this point in the history
  • Loading branch information
NTNguyen13 committed Nov 30, 2021
1 parent 5f4bb2a commit 8a297e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypgx/cli/import_read_depth.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def create_parser(subparsers):

def main(args):
archive = utils.import_read_depth(
args.gene, args.depth_of_coverage, assembly=args.assembly,
args.gene, args.depth_of_coverage
)
archive.to_file(args.read_depth)

0 comments on commit 8a297e4

Please sign in to comment.