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

reverting back to previous code, works fine once you use the correct mapping list

parent 5fe98778
No related branches found
No related tags found
No related merge requests found
......@@ -808,7 +808,7 @@ sub non_mapped_transcript_rescore {
foreach my $target_tr (@target_transcripts) {
my $mapped_target = $transcript_lookup{ $source_tr->id };
if ( $mapped_target ) {
if ( $mapped_target && $mapped_target == $target_tr->id ) {
$found_mapped = 1;
last TR;
}
......@@ -829,4 +829,5 @@ sub non_mapped_transcript_rescore {
} ## end sub non_mapped_transcript_rescore
1;
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