Hi all,
I am trying to run the UCSC ligtover tool on my local machine (linux version), but am running into some difficulties.
my input file is a standard bed:
and to run the tool I am doing this (as specified by their usage):
I keep getting this error:
Yet if I run this directly on the USCS website, it runs just fine.
I must be doing something wrong, but can't quite figure it out.....
I am trying to run the UCSC ligtover tool on my local machine (linux version), but am running into some difficulties.
my input file is a standard bed:
Code:
chr1 17369 17391 miR-6859-3p
Code:
./liftOver -errorHelp my_hg19.bed hg38ToHg19.over.chain my_new.bed unMapped
Code:
Deleted in new: Sequence intersects no chains Partially deleted in new: Sequence insufficiently intersects one chain Split in new: Sequence insufficiently intersects multiple chains Duplicated in new: Sequence sufficiently intersects multiple chains Boundary problem: Missing start or end base in an exon
Yet if I run this directly on the USCS website, it runs just fine.
I must be doing something wrong, but can't quite figure it out.....
Comment