Skip to content

Commit

Permalink
Changed the Transcription_factor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gw3 committed May 31, 2017
1 parent 3aa2d23 commit 70dcaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_enhancer_features.pl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ sub write_feature {
print ACE "SO_term \"",$so_term{$method},"\"\n";
print ACE "Defined_by_paper \"$paper\"\n";
print ACE "Associated_with_gene $gene_id\n";
print ACE "Transcription_factor $TFID\n" if (defined $TFID && $TFID ne '');
print ACE "Associated_with_transcription_factor $TFID\n" if (defined $TFID && $TFID ne '');
foreach my $gene (@{$TF_gene}) {
print ACE "Bound_by_product_of $gene\n" if (defined $gene);
}
Expand Down

0 comments on commit 70dcaa9

Please sign in to comment.