Dear Lim,
Thank you for your question about the UCSC Genome Browser. The error may be due to changes in your shell environment. The 'sort' command depends upon
the LANG variable in the shell, we require LANG=C for this type of sort. To see all variables related to this situation, use the 'locale' command. Here is an example:
Could you please share your settings with us so that we have a better understanding of your issue? Including the file you're using may help as well although not required. You may send this information directly to me.
I hope this is helpful.
-Chris V
UCSC Genome Browser
--
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser discussion list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=en_US.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
test.bad.bedGraph is not case-sensitive sorted at line 4. Please use "sort -k1,1 -k2,2n" with LC_COLLATE=C, or bedSort and try again.
--
--