Switch your track view to "dense" visibility=dense on your track definition line.
--Hiram ----- Original Message ----- From: "Yuan Jian" <[email protected]> To: "Hiram Clawson" <[email protected]> Cc: [email protected] Sent: Tuesday, December 7, 2010 10:45:17 PM GMT -08:00 US/Canada Pacific Subject: Re: [Genome] custom track in one line Thanks, But I do not want to combine them into one row, because I try to show different colors for the three lines. can you please give suggestions for that? Jian --- On Thu, 2/12/10, Hiram Clawson <[email protected]> wrote: From: Hiram Clawson <[email protected]> Subject: Re: [Genome] custom track in one line To: "Yuan Jian" <[email protected]> Cc: [email protected] Received: Thursday, 2 December, 2010, 5:12 PM You could use the kent program bedItemOverlapCount to reduce these three lines to: chr17 6711022 6711025 1 Otherwise, you would need to write a perl script or other program to read this file and construct a single item: chr17 6711022 6711025 --Hiram Yuan Jian wrote: > Hello, > the following custom track are showing in three lines > chr17 6711022 6711023 name1 0 + 6711022 6711023 255,0,0 > chr17 6711023 6711024 name2 0 + 6711023 6711024 255,0,0 > chr17 6711024 6711025 name3 0 + 6711024 6711025 255,0,0 > > how can I force them in one line? > thanks > Jian _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
