Skip to content
Snippets Groups Projects
Commit 1031368f authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ignore some dodgy transcript names

parent 04f19024
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@ sub run_script {
# Create a range registry for all the exons of the refseq transcript
foreach my $transcript_of (sort { $a->start() <=> $b->start() } @$transcripts_of) {
if ($transcript_of->stable_id =~ /H3.X/ || $transcript_of->stable_id =~ /H3.Y/ || $transcript_of->stable_id =~ /^3.8/) { next; }
my %transcript_result;
my %tl_transcript_result;
my $id = $transcript_of->stable_id();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment