Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
Quote alignment parameters during align subcommand. This should addre…
Browse files Browse the repository at this point in the history
…ss issue #52.
  • Loading branch information
huddlej committed Dec 2, 2016
1 parent 8090723 commit 66086c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/smrtsv.py
Expand Up @@ -152,7 +152,7 @@ def align(args):
"batches=%s" % args.batches,
"threads=%s" % args.threads,
"tmp_dir=%s" % args.tmpdir,
"alignment_parameters=%s" % args.alignment_parameters
"alignment_parameters=\"%s\"" % args.alignment_parameters
)

def detect(args):
Expand Down

0 comments on commit 66086c1

Please sign in to comment.