Rhisat2

R wrapper around the hisat2 aligner.

https://github.com/fmicompbio/rhisat2

Science Score: 46.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: nature.com
  • Committers with academic emails
    1 of 7 committers (14.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords from Contributors

bioconductor-package gene immune-repertoire grna-sequence ontology u24ca289073 human-cell-atlas transcriptomics rna-velocity core-package
Last synced: 7 months ago · JSON representation

Repository

R wrapper around the hisat2 aligner.

Basic Info
  • Host: GitHub
  • Owner: fmicompbio
  • License: gpl-3.0
  • Language: C++
  • Default Branch: devel
  • Size: 13.9 MB
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 7 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog License

README.md

Rhisat2

R build status Code coverage

The Rhisat2 R package provides an R interface to the hisat2 spliced short-read aligner by Kim et al. (2015). The package contains wrapper functions to create a genome index and to perform the read alignment to the generated index.

Source code

Rhisat2 v1.19.1 and newer

To allow compilation also on Linux aarch64, the Makefile obtained from hisat2 was adapted to exclude unsupported flags (-m64 and -msse2) on this platform. In addition, the mask2iupac array was converted from a char to a signed char. See here for the precise changes.

Rhisat2 v1.13.1 and newer

In Rhisat2 v1.13.1 and onwards, hisat2 was updated to v2.2.1, which was obtained from https://github.com/DaehwanKimLab/hisat2/releases on July 27, 2022.

Furthermore, Rhisat2 now includes parts of the SIMD Everywhere header library (https://github.com/simd-everywhere/simde) to support compilation on arm64, based on the implementation by Michael R. Crusoe crusoe@debian.org for the hisat2 (2.2.1-3) debian package (simde patch in http://deb.debian.org/debian/pool/main/h/hisat2/hisat2_2.2.1-3.debian.tar.xz, also forwarded in https://github.com/DaehwanKimLab/hisat2/pull/251).

Rhisat2 versions up to v1.13.0

The source code for hisat2 v2.1.0 was obtained from https://ccb.jhu.edu/software/hisat2/index.shtml on October 17, 2018.

Based on the discussion at https://github.com/BenLangmead/bowtie2/issues/81, the following small modification was made to allow compilation:

In the file src/aligner_result.cpp, line 1267

flag > 0

was replaced by

flag[0] != '\0'

Owner

  • Login: fmicompbio
  • Kind: user

GitHub Events

Total
  • Watch event: 1
  • Push event: 14
  • Create event: 2
Last Year
  • Watch event: 1
  • Push event: 14
  • Create event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 170
  • Total Committers: 7
  • Avg Commits per committer: 24.286
  • Development Distribution Score (DDS): 0.247
Past Year
  • Commits: 10
  • Committers: 3
  • Avg Commits per committer: 3.333
  • Development Distribution Score (DDS): 0.6
Top Committers
Name Email Commits
Charlotte Soneson c****n@g****m 128
mbstadler s****l@g****m 18
Nitesh Turaga n****a@g****m 14
J Wokaty j****y@s****u 4
Hervé Pagès h****b@g****m 2
Charlotte Soneson c****e@f****h 2
J Wokaty j****y 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 1
  • Total pull requests: 5
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 4 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 5.0
  • Average comments per pull request: 1.4
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bbarthold (1)
Pull Request Authors
  • csoneson (5)
  • mbstadler (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 29,848 total
  • Total dependent packages: 3
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: Rhisat2

R Wrapper for HISAT2 Aligner

  • Versions: 5
  • Dependent Packages: 3
  • Dependent Repositories: 0
  • Downloads: 29,848 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 12.3%
Downloads: 36.8%
Maintainers (1)
Last synced: 8 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.6 depends
  • GenomicFeatures * imports
  • GenomicRanges * imports
  • SGSeq * imports
  • methods * imports
  • utils * imports
  • BiocStyle * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/upload-artifact master composite
  • grimbough/bioc-actions/build-install-check v1 composite
  • grimbough/bioc-actions/run-BiocCheck v1 composite
  • grimbough/bioc-actions/setup-bioc v1 composite
  • r-lib/actions/setup-pandoc v2 composite
src/docs/Gemfile rubygems
  • github-pages >= 0
  • jekyll-feed >= 0
  • jemoji >= 0