Skip to content

Commit

Permalink
doc: drop sphinx-click, use static text
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Nov 22, 2018
1 parent 6f2148f commit 842aea0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
20 changes: 16 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,22 @@ can perform following operations:

The full list of available pairtools:

.. click_subcommand_table:: pairtools:cli
:prog: pairtools
:column_names: Pairtool,Description

============ ==============================================
Pairtool Description
============ ==============================================
dedup Find and remove PCR/optical duplicates.
filterbycov Remove pairs from regions of high coverage.
flip Flip pairs to get an upper-triangular matrix.
markasdup Tag pairs as duplicates.
merge Merge sorted .pairs/.pairsam files.
parse Find ligation junctions in .sam, make .pairs.
phase Phase pairs mapped to a diploid genome.
restrict Assign restriction fragments to pairs.
select Select pairs according to some condition.
sort Sort a .pairs/.pairsam file.
split Split a .pairsam file into .pairs and .sam.
stats Calculate pairs statistics.
============ ==============================================

Contents:

Expand Down
1 change: 0 additions & 1 deletion requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ Cython
numpy>=1.10
nose>=1.3
click>=6.6
git+https://github.com/golobor/sphinx-click
sphinx_rtd_theme

0 comments on commit 842aea0

Please sign in to comment.