Skip to content

Commit

Permalink
Update CLI reference
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 25, 2024
1 parent ffb8884 commit 55af86c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/cli_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ hictk convert
-l,--compression-lvl UINT:INT in [1 - 12] [6]
Compression level used to compress interactions.
Defaults to 6 and 10 for .cool and .hic files, respectively.
--skip-all-vs-all,--no-skip-all-vs-all{false}
Do not generate All vs All matrix.
Has no effect when creating .[m]cool files.
-f,--force Overwrite existing files (if any).
hictk dump
Expand Down Expand Up @@ -252,6 +255,9 @@ hictk merge
Maximum number of parallel threads to spawn.
When merging interactions in Cooler format, only a single thread will be used.
--tmpdir TEXT [/tmp] Path to a folder where to store temporary data.
--skip-all-vs-all,--no-skip-all-vs-all{false}
Do not generate All vs All matrix.
Has no effect when merging .cool files.
-v,--verbosity UINT:INT in [1 - 4] []
Set verbosity of output to the console.
Expand Down Expand Up @@ -323,6 +329,9 @@ hictk zoomify
--chunk-size UINT [10000000]
Number of pixels to buffer in memory.
Only used when zoomifying .hic files.
--skip-all-vs-all,--no-skip-all-vs-all{false}
Do not generate All vs All matrix.
Has no effect when zoomifying .cool files.
--tmpdir TEXT [/tmp] Path to a folder where to store temporary data.
-v,--verbosity UINT:INT in [1 - 4] []
Set verbosity of output to the console.

0 comments on commit 55af86c

Please sign in to comment.