gtfToGenePred软件的安装
1、下载地址:http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/
2、赋予权限
root@DESKTOP-1N42TVH:/home/software# ll -h total 34M drwxr-xr-x 4 root root 4.0K Apr 30 00:01 ./ drwxr-xr-x 7 root root 4.0K Apr 27 23:38 ../ -rw-r--r-- 1 root root 34M Apr 30 00:01 gtfToGenePred drwxr-xr-x 12 root root 4.0K Apr 27 23:56 picard/ drwxr-xr-x 2 root root 4.0K Apr 29 16:20 plink/ root@DESKTOP-1N42TVH:/home/software# chmod 755 gtfToGenePred root@DESKTOP-1N42TVH:/home/software# ll -h total 34M drwxr-xr-x 4 root root 4.0K Apr 30 00:01 ./ drwxr-xr-x 7 root root 4.0K Apr 27 23:38 ../ -rwxr-xr-x 1 root root 34M Apr 30 00:01 gtfToGenePred* drwxr-xr-x 12 root root 4.0K Apr 27 23:56 picard/ drwxr-xr-x 2 root root 4.0K Apr 29 16:20 plink/ root@DESKTOP-1N42TVH:/home/software# ./gtfToGenePred gtfToGenePred - convert a GTF file to a genePred usage: gtfToGenePred gtf genePred options: -genePredExt - create a extended genePred, including frame information and gene name -allErrors - skip groups with errors rather than aborting. Useful for getting infomation about as many errors as possible. -ignoreGroupsWithoutExons - skip groups contain no exons rather than generate an error. -infoOut=file - write a file with information on each transcript -sourcePrefix=pre - only process entries where the source name has the specified prefix. May be repeated. -impliedStopAfterCds - implied stop codon in after CDS -simple - just check column validity, not hierarchy, resulting genePred may be damaged -geneNameAsName2 - if specified, use gene_name for the name2 field instead of gene_id. -includeVersion - it gene_version and/or transcript_version attributes exist, include the version in the corresponding identifiers.
没有问题。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
2021-04-30 c语言 5-11
2021-04-30 c语言 5-10 求4行3列矩阵和3行4列矩阵的乘积。各构成元素的值从键盘输入。