Skip to content

Commit

Permalink
Merge pull request DaehwanKimLab#308 from DaehwanKimLab/3ndoc
Browse files Browse the repository at this point in the history
update hisat-3n webpage for hisat-3n-table options
  • Loading branch information
imzhangyun authored Jul 15, 2021
2 parents dbcee72 + cf574a3 commit 39ca563
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/_pages/hisat-3n.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,18 @@ Generate 3N-conversion-table with `hisat-3n-table`:

* `-p/--threads <int>`
Launch `int` parallel threads (default: 1) for table building.

* `--added-chrname`
Please add this option if you use `--add-chrname` during `hisat-3n` alignment.
During `hisat-3n` alignment, the prefix "chr" is added in front of chromosome name and shows on SAM output, when user choose `--add-chrname`.
`hisat-3n-table` cannot find the chromosome name on reference because it has an additional "chr" prefix. This option is to help `hisat-3n-table`
find the matching chromosome name on reference file. The 3n-table provides the same chromosome name as SAM file.

* `--removed-chrname`
Please add this option if you use `--remove-chrname` during `hisat-3n` alignment.
During `hisat-3n` alignment, the prefix "chr" is removed in front of chromosome name and shows on SAM output, when user choose `--remove-chrname`.
`hisat-3n-table` cannot find the chromosome name on reference because it has no "chr" prefix. This option is to help `hisat-3n-table`
find the matching chromosome name on reference file. The 3n-table provides the same chromosome name as SAM file.

* `-h/--help`
Print usage information and quit.
Expand Down

0 comments on commit 39ca563

Please sign in to comment.