Skip to content

Commit

Permalink
Merge pull request #211 from golobor/master
Browse files Browse the repository at this point in the history
pairtools dedup: turn mark-dups on by default
  • Loading branch information
golobor committed Mar 17, 2024
2 parents 91b40fd + 79afb1e commit b3c2ce3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pairtools/cli/dedup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@

### Output options:
@click.option(
"--mark-dups",
"--mark-dups/--no-mark-dups",
default=True,
is_flag=True,
help='If specified, duplicate pairs are marked as DD in "pair_type" and '
"as a duplicate in the sam entries. [output format option]",
help='Specify if duplicate pairs should be marked as DD in "pair_type" and '
"as a duplicate in the sam entries. True by default. [output format option]",
)
@click.option(
"--keep-parent-id",
Expand Down

0 comments on commit b3c2ce3

Please sign in to comment.