We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa2d23 commit 70dcaa9Copy full SHA for 70dcaa9
scripts/make_enhancer_features.pl
@@ -234,7 +234,7 @@ sub write_feature {
234
print ACE "SO_term \"",$so_term{$method},"\"\n";
235
print ACE "Defined_by_paper \"$paper\"\n";
236
print ACE "Associated_with_gene $gene_id\n";
237
- print ACE "Transcription_factor $TFID\n" if (defined $TFID && $TFID ne '');
+ print ACE "Associated_with_transcription_factor $TFID\n" if (defined $TFID && $TFID ne '');
238
foreach my $gene (@{$TF_gene}) {
239
print ACE "Bound_by_product_of $gene\n" if (defined $gene);
240
}
0 commit comments