Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document changes for minimap2 support #7

Merged
merged 1 commit into from
Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## v0.1.6 - 2023-03-29
### Additions
* Added support for minimap2-aligned BAM files
* Updated quickstart to specify supported upstream tools

### Fixed
* Improved error messaging for cov-regex mismatch

## v0.1.5 - 2023-03-14
### Fixed
* Adjust linux release build process to improve portability
Expand Down
20 changes: 19 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# User Guide
Table of contents:

* [Quickstart](#quickstart)
* [Supported upstream processes](#supported-upstream-processes)
* [Output files](./outputs.md)

# Quickstart
```
hificnv \
Expand Down Expand Up @@ -55,4 +62,15 @@ HG002_male.HG002.copynum.bedgraph HG002_male.HG002.depth.bw HG002_male.HG002.m

These tracks visualized in IGV appear as follows:

![](../img/hg002_chr7_tracks.png)
![](../img/hg002_chr7_tracks.png)

# Supported upstream processes
The following upstream processes are supported as inputs to HiFiCNV:

* Aligners (BAM files):
* [pbmm2](https://github.com/PacificBiosciences/pbmm2) (recommended)
* [minimap2](https://github.com/lh3/minimap2)
* Variant callers (for MAF)
* [DeepVariant](https://github.com/google/deepvariant) - for SNV/indel

Other upstream processes may work with HiFiCNV, but there is no official support for them at this time.