Skip to content

Commit

Permalink
Fix for #71
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Jan 10, 2020
1 parent 0cb23a6 commit 09d80ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atropos/commands/trim/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ def parse_bisulfite_params(arg):

if compression_format is not None:
fmt = FORMATS.get_compression_format(compression_format)
options.can_use_system_compression = fmt.can_use_system_compression()
options.can_use_system_compression = fmt.can_use_system_compression

if options.maq:
options.colorspace = True
Expand Down

0 comments on commit 09d80ab

Please sign in to comment.