Skip to content

Commit

Permalink
Merge pull request #69 from broadinstitute/dp-fix
Browse files Browse the repository at this point in the history
illumina_demux runinfo json output
  • Loading branch information
dpark01 authored Apr 30, 2021
2 parents 1fca992 + 64a86f1 commit dc2e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion illumina.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def main_illumina_demux(args):
'swath_count':str(runinfo.get_swath_count()),
'tile_count':str(runinfo.get_tile_count()),
'total_tile_count':str(runinfo.tile_count()),
'sequencer_model':runinfo.infer_sequencer_model(),
'sequencer_model':runinfo.get_machine_model(),
}, outf, indent=2)

# manually garbage collect to make sure we have as much RAM free as possible
Expand Down

0 comments on commit dc2e28b

Please sign in to comment.