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

update hisat-3n docs #389

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 7 additions & 1 deletion docs/_pages/hisat-3n.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,13 @@ HISAT-3N uses the HISAT2 argument but has some extra arguments. Please check [HI
For example, you build your index with basename 'genome' by HISAT-3N-build, please enter `-x genome`.

* `--directional-mapping`
Make directional mapping. Please use this option only if your sequencing reads are generated from a strand-specific library.
Make directional mapping. Please use this option only if your sequencing reads are generated from a strand-specific library.
This is for the reads that read1 maps to the forward-strand of reference and the read2 maps to the reverse-strand of reference.
The directional mapping mode is about 2x faster than the default (non-directional) mapping mode.

* `--directional-mapping-reverse`
Make reverse directional mapping. Please use this option only if your sequencing reads are generated from a strand-specific library.
This is for the reads that read1 maps to the reverse-strand of reference and the read2 maps to the forward-strand of reference.
The directional mapping mode is about 2x faster than the default (non-directional) mapping mode.

* `--repeat-limit <int>`
Expand Down