048b2becc526e0ec8ef7d4a172543349e72d2020 mspeir Mon Jan 27 10:00:50 2025 -0800 adding pointers to net construction example in GenomeWiki, refs #26358 diff --git src/hg/htdocs/goldenPath/help/net.html src/hg/htdocs/goldenPath/help/net.html index af55364d1e9..f78389063c5 100755 --- src/hg/htdocs/goldenPath/help/net.html +++ src/hg/htdocs/goldenPath/help/net.html @@ -1,28 +1,31 @@
The net file format is used to describe the axtNet data that underlie the net alignment annotations in the Genome Browser. For a detailed description of the methods used to generate these data, refer to the Genome Browser description pages that accompany the -downloadable net alignment tracks.
+downloadable net alignment tracks. +You can find detailed +example how nets are constructed on our wiki.At the beginning of each target species chromosome, a "net" line appears with the format:
net chromName chromSize
chromName is the target species chromosome name, and chromSize is the chromosome size. For example:
net chr2L 23011544
Each target chromosome section in the file starts with a net line. The net line is followed by a set of "fill" and "gap" lines.
File indentation: Line indentation level represents the parent/child relationship between records and is a necessary part of the net file format. Child records are indented one space from the parent, as shown in the example net file below.