src/hg/encode/encodeLoad/doEncodeLoad.pl 1.62
1.62 2009/04/15 00:40:01 tdreszer
Added link to hgTrackUi into the preamble text.
Index: src/hg/encode/encodeLoad/doEncodeLoad.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeLoad/doEncodeLoad.pl,v
retrieving revision 1.61
retrieving revision 1.62
diff -b -B -U 4 -r1.61 -r1.62
--- src/hg/encode/encodeLoad/doEncodeLoad.pl 6 Apr 2009 05:07:22 -0000 1.61
+++ src/hg/encode/encodeLoad/doEncodeLoad.pl 15 Apr 2009 00:40:01 -0000 1.62
@@ -529,9 +529,12 @@
}
if(! -e $preambleFile ) {
open(PREAMBLE, ">$preambleFile") || die "SYS ERROR: Can't write '$preambleFile' file; error: $!\n";
print PREAMBLE <<END;
-<p>This directory contains data generated by the $daf->{grant}/$daf->{lab} lab as part of the ENCODE project.</p>
+<p>This directory contains data generated by the $daf->{grant}/$daf->{lab} lab as part of the ENCODE project.
+Further information is available in the
+<A TARGET=_BLANK HREF="http://genome.cse.ucsc.edu/cgi-bin/hgTrackUi?db=$daf->{assembly}&g=$compositeTrack">
+<em>$daf->{lab} $daf->{dataType}</em></A> track description. </p>
<p><B>Data is <A HREF="http://genome.ucsc.edu/ENCODE/terms.html">RESTRICTED FROM USE</a>
in publication until the restriction date noted for the given data file.</B></p>
END