Skip to content

Commit 70dcaa9

Browse files
committed
Changed the Transcription_factor tag
1 parent 3aa2d23 commit 70dcaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make_enhancer_features.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ sub write_feature {
234234
print ACE "SO_term \"",$so_term{$method},"\"\n";
235235
print ACE "Defined_by_paper \"$paper\"\n";
236236
print ACE "Associated_with_gene $gene_id\n";
237-
print ACE "Transcription_factor $TFID\n" if (defined $TFID && $TFID ne '');
237+
print ACE "Associated_with_transcription_factor $TFID\n" if (defined $TFID && $TFID ne '');
238238
foreach my $gene (@{$TF_gene}) {
239239
print ACE "Bound_by_product_of $gene\n" if (defined $gene);
240240
}

0 commit comments

Comments
 (0)