Skip to content

Commit

Permalink
Make sure names are consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Ramu committed May 11, 2017
1 parent 92dc530 commit 01e9259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cis-splice-effects/cis_splice_effects_identifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ void CisSpliceEffectsIdentifier::annotate_junctions(const GtfParser& gp1) {
AnnotatedJunction line(j);
ja1.get_splice_site(line);
ja1.annotate_junction_with_gtf(line);
line.name = j.name = get_junction_name(++i);
if(output_junctions_bed_ != "NA") {
j.name = get_junction_name(++i);
j.print(ofs_junctions_bed_);
}
line.variant_info = variant_set_to_string(junction_to_variant_[j]);
Expand Down

0 comments on commit 01e9259

Please sign in to comment.