Skip to content

Commit

Permalink
update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolauria committed Dec 27, 2023
1 parent 9079bb2 commit 60ae1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
R --version
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck
- uses: r-lib/actions/check-r-package@v2

- name: Set up R ${{ matrix.config.r }}
Expand Down
4 changes: 2 additions & 2 deletions R/combine_bam.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
#' usually due to many indels which in turn are caused by loose thresholds
#' used in the alignment process. High numbers of consecutive deletions
#' (nucleotides present in the reference sequence but not in the read) may be
#' an indication of reads mapping on exon-exon junctions. Despite this
#' an indication of reads mapping on exon-exon junctions. Since this
#' eventuality is not in accordance with alignments based on transcript
#' coordinates, stretches of deletions can be included by errors or
#' coordinates, stretches of deletions can be included by errors or
#' inaccurate transcript annotation and should be discarded. In fact,
#' \strong{riboWaltz} deliberately identifies the length of the reference
#' sequences covered by the reads with the reads length, referring to it as
Expand Down

0 comments on commit 60ae1c4

Please sign in to comment.