-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
made another change relating to a case that cropped STAR alignments
resulting in "null" junction labeling. The logic for defining exon boundaries assumed that the introns implied by spliced reads will be longer than 1nt. Apparently read alignments are sometimes reported with 1nt introns (cigar code 1N). While this doesn't make much sense ( a 1D to represent a deletion from the reference would be more appropriate) IsoSCM delegates to the aligner to identify intron boundaries, and now will correctly incorporate these as 1nt introns in the gene model.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters