Skip to content

Commit

Permalink
Black generate_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
heylf committed Nov 29, 2023
1 parent 67aa26d commit df964d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
config.write('\tgenome: ["cellrangerarc_reference"]\n')
config.write('\tinput_fasta: ["{}"]\n'.format(args["fasta"]))
config.write('\tinput_gtf: ["{}"]\n'.format(args["gtf"]))
if args["motifs"] != '[]':
if args["motifs"] != "[]":
config.write('\tinput_motifs: "{}"\n'.format(args["motifs"]))
if args["add"] != None:
config.write(args["add"] + "\n")
Expand Down

0 comments on commit df964d8

Please sign in to comment.