找到约 15 条结果

文章 textshaping L :1:19: fatal error: hb-ft.h: No such file or directory

...-----------------------------------------------ERROR: configuration failed for package ‘textshaping’* removing ‘/share/work/biosoft/R/R-v4.2.2/lib64/R/library/textshaping’cat: ragg.out: No such file or directory #    安装依赖的库 yum install freetype-devel libpng-devel libtiff-...

问题 tassel报错,[Thread-9] ERROR net.maizegenetics.plugindef.AbstractPlugin - 0,软件运行有些表型数据时无问题,但大部分表型数据运行时出现该错误

...fault: false) -siteFile <Statistics File> : The name of the file to which these results will be saved. -alleleFile <Genotype Effect File> : The name of the file to which these results will be saved. -maxP <max P value> : Only results with p <= maxPvalue will be reported. Defa...

问题 老师,您好,我在运行gatk的HaplotypeCaller时,过程中总是显示:WARN Strand BiasBySample - Annotation will not be calculated,genotype is not called or alleleLikelihoodMap is null 属于正常现象么?而且,运行这样一个样本数据真菌的,参考基因组为32.2Mb大概需要运行多久呢?

...:WARN Strand BiasBySample - Annotation will not be calculated,genotype is not called or alleleLikelihoodMap is null 属于正常现象么?而且,运行这样一个样本数据真菌的,参考基因组为32.2Mb大概需要运行多久呢?

问题 16S 差异比较使用compare_errorbar.r的时候报错

..., date, Group dbl (4): #SampleID, MouseNR, Plate, DES ℹ Use `spec()` to retrieve the full column specification for this data. ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message. Error in `select()`: ! Can't subset columns with `metaData[, 1, drop = T]`. ✖ Can't c...

文章 seurat_sc_cluster.r 使用帮助:

...t by                        increasing the k.anchor parameter, which is set to 5                        by default. Increasing this parameter to 20 will                        assist in aligning these populations [default 5]  -b batch.id, --batch.id batch.id   ...

文章 肿瘤的TNM分期讲解(stage)

...in: AJCC Cancer Staging Manual, 8th Edition, 2017)AJCC/TNM staging is used for predicting outcomes of thymic tumors, such as recurrence (in the lower stages) and disease specific survival (in the higher stages); reference numbers are available (J Thorac Oncol 2014;9:S65)Pre operative clinical stagin...

文章 基因组注释分析方法

... performed by MITE Hunter (11-2011)64, and the latter was performed by LTR_retriever (v2.8.7)65, which integrates LTRs predicted from LTRharvest66 and LTR_Finder (v1.0.7)67. Other known repeat sequences were annotated by searching RepBase (v20170127) (http://www.girinst.org/server/RepBase/index.php...

文章 Linux中for循环使用

这里简单总结一下Linux中for循环的一些用法。 第一类:数字性循环-----------------------------for1-1.sh #!/bin/bash for((i=1;i<=10;i++)); do echo $(expr $i \* 3 + 1); done -----------------------------for1-2.sh #!/bin/bash for i in $(seq 1 10) d...

文章 分离NR NT库,快速blast本地比对同源注释基因

...ment | #nodes.dmp file consists of taxonomy nodes. The description for each node includes the following #fields: # tax_id -- node id in GenBank taxonomy database # parent tax_id -- parent node id in GenBank taxonomy dat...

文章 rocks7 SGE任务管理配置

...ore authorative and comprehensive reference is http://gridscheduler.sourceforge.net/htmlman/htmlman1/qstat.html and http://gridscheduler.sourceforge.net/htmlman/htmlman1/qconf.htmlA simpler configuration tutorial is given at http://ait.web.psi.ch/services/linux/hpc/merlin3/sge/admin/sge_queues.h...

文章 blast XML结果解析,获得更多blast比对信息 perl

blast format:  5 = BLAST XML,  格式 相比于  6 格式 包含更多的信息内容,包括比对的序列信息,长度信息等等;接下来我们可以用bioperl包来解析,获取自己想要的信息; #!/usr/bin/perluse strict;use Bio::SearchIO;use Data::Dumper;my $fi  ...

问题 请问安装docker时出现installation failed:one prerequisite is not fullfilled,Docker Desktop requires Windows10 Pro or Enterprise version 15063 to run是怎么回事啊…

文章 运行python STAMP程序报错

PuTTY X11 proxy: unable to connect to forwarded X server: Network error: Connection refused  : cannot connect to X server localhost:10.0 解决办法 配置Xming:  https://www.linuxprobe.com/putty-xming-oracle.html 首先安装Xming :https://sourceforge.net/projects/xming/files/Xming/6.9...

问题 使用plink做pca分析时报错

... chromosome code 'chr27' on line 30616892 of .vcf file.(This is disallowed for humans.  Check if the problem is with your data, or ifyou forgot to define a different chromosome set with e.g. --chr-set.) 使用的命令如下: plink --vcf  $workdir/2022_clean.vcf.gz --pca 10 --out  plink_pca ...

文章 gdc-client 下载TCGA数据 报错 RROR: {"message":"Your token is invalid or expired. Please get a new token from GDC Data Portal."}

需要token  使用说明:https://docs.gdc.cancer.gov/Data_Transfer_Tool/PDF/Data_Transfer_Tool_UG.pdf