Skip to content

Commit

Permalink
Header CLI (#121)
Browse files Browse the repository at this point in the history
- new module called by `pairtools header`
- submodules: 
  - generate : Generate the header
  - set-columns : Add the columns to the .pairs/pairsam file
  - transfer : Transfer the header from one pairs file to another
  - validate-columns : Validate the columns of the .pairs/pairsam file
- resolves #119 
- option remove-columns for `pairtools select`: Remove the columns from .pairs/pairsam file
  • Loading branch information
agalitsyna authored Apr 14, 2022
1 parent e53b0ee commit cdee78d
Show file tree
Hide file tree
Showing 7 changed files with 821 additions and 14 deletions.
1 change: 1 addition & 0 deletions pairtools/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ def wrapper(*args, **kwargs):
stats,
sample,
filterbycov,
header,
scaling
)
Loading

0 comments on commit cdee78d

Please sign in to comment.