Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pairtools/cli/dedup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@
"duplicates. Can be either provided as 0-based column indices or as column "
'names (requires the "#columns" header field). The option can be provided '
"multiple times if multiple column pairs must match. "
'Example: --extra-col-pair "phase1" "phase2". [output format option]',
'Example, to dedup phased pairs:'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change:

Example for dedup of phased pairs, remove duplicates matching in columns phase1 and (independently) in column phase2. Note how each --extra-col-pair expects a pair of columns as input:

'--extra-col-pair "phase1" "phase1" --extra-col-pair "phase2" "phase2". [output format option]',
)

### Input options:
Expand Down