UCSC软件(1)bigWig格式文件与其他格式数据的转换 ucsc数据库

wig, bedGraph,bigWig,bigbedGraph之间的转换


Because the bigWig files are indexedbinary files, they can be difficult to extract data from.Consequently, we have developed the following two programs, both ofwhich are available from the directory of binary utilities.

bigWigToBedGraph — this program converts a bigWig file to ASCIIbedGraph format.
bigWigToWig — this program converts a bigWig file to wigformat.
bigWigSummary — this program extracts summary information from abigWig file.
bigWigInfo — this program prints out information about a bigWigfile.

from http://genome.ucsc.edu/goldenPath/help/bigWig.html

1、从http://hgdownload.cse.ucsc.edu/admin/exe/ 选择相应系统的软件库目录,从目录下下载相应的二进制文件
2、利用 chmod 0755 或 chmod a+x 修改文件权限使得文件可执行

3、在当前目录下运行
./bigWigToWig

出现问题: ./bigWigToWig: errorwhile loading shared libraries: libssl.so.10: cannot open sharedobject file: No such file or directory原因:系统的libssl.so.1.0.0文件不能找到
解决问题:在系统中查找该文件,如有,建立连接 使得能够找到该库文件,如果没有下载sudo ln/lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/libssl.so.10

4、再次在当前目录下运行./bigWigToWig

出现问题:./bigWigToWig: error whileloading shared libraries: libcrypto.so.10: cannot open sharedobject file: No such file or directory原因:系统的libcrypto.so.10文件不能找到
解决问题:在系统中查找该文件,如有,建立连接 使得能够找到该库文件,如果没有下载
sudo ln /lib/x86_64-linux-gnu/libcrypto.so.1.0.0/usr/lib/libcrypto.so.10

5、再次在当前目录下运行,成功,显示软件的使用介绍
./bigWigToWig
bigWigToWig - Convert bigWig towig. This will keep more of the same structure ofthe
original wig than bigWigToBedGraph does, but still will break uplarge stepped sections
into smaller ones.
usage:
bigWigToWig in.bigWigout.wig
options:
-chrom=chr1 - if set re————strictoutput to given chromosome
-start=N - if set, restrictoutput to only that over start
-end=N - if set, restictoutput to only that under end
UCSC软件(1)bigWig格式文件与其他格式数据的转换 ucsc数据库
-udcDir=/dir/to/cache - placeto put cache for remote bigBed/bigWigs

bwtool: a tool forbigWigfiles专门处理bigWig文件的工具

  

爱华网本文地址 » http://www.aihuau.com/a/25101015/250818.html

更多阅读

格式工厂的使用方法 格式工厂剪辑教程

格式工厂的使用方法——简介有些时候,出于某种需求,需要把视频或者音频转换成其他格式,这时候格式工厂就派上的用场,下面我们来介绍一下它的用法。格式工厂的使用方法——工具/原料格式工厂软件格式工厂的使用方法——方法/步骤格式工

f4v格式怎么转换成mp3格式? f4v转换mp3 在线

f4v格式怎么转换成mp3格式?——简介有些朋友去下载声小说或者其他的f4v格式的文件,想放到手机上听,结果听不了,这时候,我们应该把f4v格式的文件转换为MP3格式或者MP4格式咯!下面由小编带大家去把f4v格式转换为MP3格式的文件!f4v格式怎么

格式工厂如何转换 格式工厂转换文件变小

格式工厂如何转换——简介所谓的格式工厂就是视频转换软件,是一套由国人开发的,并免费使用任意传播的万能视频转换工具,那么这款软件应该怎么使用呢?格式工厂如何转换——方法/步骤格式工厂如何转换 1、

声明:《UCSC软件(1)bigWig格式文件与其他格式数据的转换 ucsc数据库》为网友卖女孩的小伙柴分享!如侵犯到您的合法权益请联系我们删除