Skip to content

Commit

Permalink
feat: Updated simgenotype to allow only breakpoint generation (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Arya Massarat <[email protected]>
  • Loading branch information
mlamkin7 and aryarm authored Jan 28, 2023
1 parent 6995407 commit c0c3c97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/commands/simgenotype.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Parameter Descriptions
* ``--pop_field`` - Flag for ouputting population field in VCF output. Note this flag does not work when your output is in PGEN format. [Optional]
* ``--sample_field`` - Flag for ouputting sample field in VCF output. Note this flag does not work when your output is in PGEN format. Should only be used for debugging. [Optional]
* ``--verbosity`` - What level of output the logger should print to stdout. Please see `logging levels <https://docs.python.org/3/library/logging.html>`_ for output levels. Default = INFO [Optional]
* ``--only_breakpoint`` - Flag which when provided only outputs the breakpoint file. Note you will not need to provide a ``--ref_vcf`` or ``--sample_info`` file and can instead put NA. eg. ``--ref_vcf NA`` and ``--sample_info NA`` [Optional]

File Formats
~~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion haptools/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def karyogram(bp, sample, out, title, centromeres, colors, verbosity):
)
@click.option(
"--only_breakpoint",
hidden=True,
is_flag=True,
required=False,
help=(
Expand Down

0 comments on commit c0c3c97

Please sign in to comment.