c82562a709708e014040c71cb700e84630c901e3
steve
  Thu Jan 26 09:43:58 2012 -0800
Modified the warning message
diff --git src/hg/liftOver/liftOver.c src/hg/liftOver/liftOver.c
index 1b2a924..3081e51 100644
--- src/hg/liftOver/liftOver.c
+++ src/hg/liftOver/liftOver.c
@@ -43,32 +43,34 @@
 };
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "liftOver - Move annotations from one assembly to another\n"
   "usage:\n"
   "   liftOver oldFile map.chain newFile unMapped\n"
   "oldFile and newFile are in bed format by default, but can be in GFF and\n"
   "maybe eventually others with the appropriate flags below.\n"
   "The map.chain file has the old genome as the target and the new genome\n"
   "as the query.\n\n"
   "***********************************************************************\n"
   "WARNING: liftOver was only designed to work between different\n"
-  "         assemblies of the same organism, it may not do what you want\n"
-  "         if you are lifting between different organisms.\n"
+  "         assemblies of the same organism. It may not do what you want\n"
+  "         if you are lifting between different organisms. If there has\n"
+  "         been a rearrangement in one of the species, the size of the\n"
+  "         region being mapped may change dramatically after mapping.\n"
   "***********************************************************************\n\n"
   "options:\n"
   "   -minMatch=0.N Minimum ratio of bases that must remap. Default %3.2f\n"
   "   -gff  File is in gff/gtf format.  Note that the gff lines are converted\n"
   "         separately.  It would be good to have a separate check after this\n"
   "         that the lines that make up a gene model still make a plausible gene\n"
   "         after liftOver\n"
   "   -genePred - File is in genePred format\n"
   "   -sample - File is in sample format\n"
   "   -bedPlus=N - File is bed N+ format\n"
   "   -positions - File is in browser \"position\" format\n"
   "   -hasBin - File has bin value (used only with -bedPlus)\n"
   "   -tab - Separate by tabs rather than space (used only with -bedPlus)\n"
   "   -pslT - File is in psl format, map target side only\n"
   "   -minBlocks=0.N Minimum ratio of alignment blocks or exons that must map\n"