找到约 15 条结果

文章 去除fasta或fastq文件中ID重复的序列

...去重复。这有一脚本可 实现此功能。 脚本帮助: UsageForced parameter:-fa        fasta file           <infile>-fq fastq file   <infile>-fq1 fastq read1 file  <infile>-fq2 fastq read2 file  <infile>-f input file t...

问题 我在进行比对的时候就无论怎样都报错Warning: [Errno 2] No such file or directory: '/home/chn/文' (ERR): Read file '/home/chn/文' doesn't exist Exiting now ...求大佬解惑

问题 No such file or directory at script/get_fa_by_id.pl line 23.老师,请问这个脚本的问题有什么办法解决。前几个脚本都没问题。我把脚本换了个文件还是不行。

文章 批量邮件推送python代码模板,可支持html邮件格式

...  <tr>      <td align="center">        <p>Design better experiences for web & mobile</p>        <p><a href="#">Unsubscribe</a> | <a href="#">Tweet</a> | <a href="#">View in Browser</a></p>      </td>  ...

文章 vcf过滤时GATK和bcftools的index报错及解决方式

...错及解决过程: gatk报错  An index is required but was not found for file drivingVariantFile 这个报错是因为GATK读别的软件生成的vcf.gz文件,需要一个索引 所以使用bcftools建立索引 bcftools index -t filter1.vcf.gz#-t 建立tbi索引 但此时bcftools又报...

文章 shell脚本报错——value too great for base

使用linx shell编程时遇到进制问题的报错“value too great for base”: for a in {001..009}; do b=$(printf "%03d" $(($a+1))) if [[ -f "./$a.cds" ]] && [[ -f "./$b.cds" ]]; then echo "python3 -m jcvi.compara.catalog ortholog NH$a NH$b --cscore=.99 --no_strip_names" fi done ...

文章 计算肿瘤纯度和免疫评分 R包总结

...amanian A, et al."Gene set enrichment analysis: a knowledge-based approach for interpreting genome-wide expression profiles."Proc Natl Acad Sci U S A 2005, 102:15545-15550. [2] Barbie DA, et al."Systematic RNA interference reveals that oncogenic KRAS-driven cancers require TBK1."Nature 2009, 462:10...

文章 mapman非模式植物基因注释时遇到的问题

...d an extra protein/gene mapping file (.xml). Notice, the diagrams designed for Mercator4 (X4 ..) are not compatible to Mercator v.3.6 and vice versa.两个注释结果跟pathway的code根本不兼容。 解决:全部换到版本4能用的就解决了,新图效果更好,推荐。 顺便指路...

文章 add a Convex Hull with module

...的群落里加上Convex Hull ,类似这样,如何实现呢,可以借助ggforce的geom_mark_hul 比如我们的示例代码稍作修改 # add a Convex Hull library(ggforce) # for geom_mark_hull or geom_encircle p1 <- ggraph(g, layout = "fr") + geom_edge_link(aes(color = type, width = ...

问题 perl脚本去除fa文件中ID重复的序列

... !defined($opts{n}) || defined($opts{h})){print <<"Usage End.";UsageForced parameter:-fa  C:/Users/Administrator/Desktop/comammoxfungene/comammox_fungene.fa      -fq -fq1-fq2-f -od C:/Users/Administrator/Desktop/comammoxfungene/-n  C:/Users/Administrator/Desktop/comammoxfungene/Other p...

问题 老师,我的Fibonacci数据用for循环运行不出来,找不到原因,麻烦老师。

问题 检查数据是否正确

...pr[[1]]$data[1:5,1:5] Error in multiExpr[[1]]$data : $ operator is invalid for atomic vectors > #2. 查看样本数据是否完整: > # 检查数据是否正确: > exprSize = checkSets(multiExpr) Error in checkSets(multiExpr) : data does not appear to have the correct format. Conside...

问题 用tassel进行vcf和hapmap格式转换时,在对vcf文件排序时报错: Chromosome: name can't be null or empty。可是染色体都有名字呀,不知道哪里有问题,希望有懂的大神帮忙回答一下

在此之前已经通过grep -v -E "^##|^Contig"过滤掉以##和Contig开头的行了,染色体名字也从LG01转变成1了

问题 GEO下载报错

...   .default = col_double(),   ID_REF = col_integer() ) See spec(...) for full column specifications. File stored at:  E:/MSC,ossu-9.1/GPL6244.annot.gz Warning: 1 parsing failure. row # A tibble: 1 x 5 col     row col   expected   actual     file         expected   <int...

文章 /share/work/biosoft/R/R-v4.0.3/lib64/R/bin/exec/R: error while loading shared libraries: libicuuc.so.50: cannot open shared object file: No such file or directory

 cp /share/work/libicui18n.so.50 /usr/lib64/  cp /share/work/libicudata.so.50 /usr/lib64/ cp /share/work/libicuuc.so.50 /usr/lib64/