Skip to content

Commit

Permalink
expand comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhunt committed Jan 29, 2018
1 parent 6133706 commit e0cfa2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/Bio/EnsEMBL/VEP/AnnotationType/Transcript.pm
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ sub filter_transcript {
if(
!$self->{all_refseq} &&
(
# we only want RefSeq transcripts e.g. NM_12930
# we only want RefSeq transcripts e.g. NM_12930,
# or 4540 for MT transcripts
(
$self->{source_type} eq 'refseq' &&
($t->stable_id || '') !~ /^[A-Z]{2}\_\d+|^\d{4}$/
Expand Down

0 comments on commit e0cfa2e

Please sign in to comment.