Skip to content

Commit

Permalink
Make hackersonly.exclude_reference default to True, since in most cas…
Browse files Browse the repository at this point in the history
…es the reference sequence isn't 'real' data, and people won't want it included in downstream.
  • Loading branch information
isaacovercast committed Jan 8, 2020
1 parent 0306f25 commit b4d1e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipyrad/core/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self):
("demultiplex_on_i7_tags", False),
("declone_PCR_duplicates", False),
("merge_technical_replicates", True),
("exclude_reference", False),
("exclude_reference", True),
("trim_loci_min_sites", 4),
])

Expand Down

0 comments on commit b4d1e26

Please sign in to comment.