Closed nsheff closed 3 years ago
@xuebingjie1990 can you add bigBedToBed into the bedhost container?
can you add bigBedToBed into the bedhost container?
i'm not sure how to install bigBedToBed in the container... should I just add these lines to the docker file?
# Install bigBedToBed
ADD ./third_party/linux.x86_64/bigBedToBed /usr/local/bin/bigBedToBed
RUN chmod 755 /usr/local/bin/bigBedToBed
is /usr/local/bin
the right path it should be at?
that's the right direction.
you can do it that way; you'd need to stick the binary in this repo then. You could also download the binary from ucsc and see if that works. but then you'd need wget or curl in the container. maybe it's already there?
You could also download the binary from ucsc and see if that works. but then you'd need wget or curl in the container. maybe it's already there?
like this?
RUN wget http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigBedToBed -P /usr/local/bin
RUN chmod 755 /usr/local/bin/bigBedToBed
try it!
http://dev1.bedbase.org/api/bed/78c0e4753d04b238fc07e4ebe5a02984/regions/chr1