该问题已被锁定!
2
关注
2239
浏览

使用fastp软件对fastq文件质控的问题

为什么被折叠? 0 个回复被折叠
pagu 初级会员 用户来自于: 北京市
2018-08-28 22:36
[code] # global trimming options -f, --trim_front1 trimming how many bases in front for read1, default is 0 (int [=0]) -t, --trim_tail1 trimming how many bases in tail for read1, default is 0 (int [=0]) -F, --trim_front2 trimming how many bases in front for read2. If it's not specified, it will follow read1's settings (int [=0]) -T, --trim_tail2 trimming how many bases in tail for read2. If it's not specified, it will follow read1's settings (int [=0])[/code][code]官方的说明里边有这么个参数,刚好分别是去除fq1、fq2的头部尾部指定长度的碱基,根据这个试一下看看? [/code]
皆坐 注册会员 用户来自于: 江苏省南京市
2018-08-29 09:16
代码: ls *fq|while read id;do [b]fastp -A -Q -f 8 -t 80 -l 30[/b] -i $id -o /data/home/zhangfan/NIPT/zfNIPT/fastp/fastp/$id -h /data/home/zhangfan/NIPT/zfNIPT/fastp/fastp/$id.html -j /data/home/zhangfan/NIPT/zfNIPT/fastp/fastp/$id.json;done [attach]64[/attach] [attach]63[/attach] 跑完是这种情况,这个数据不好,reads长度是25-285的

问题动态

发布时间
2018-08-27 14:56
更新时间
2018-08-29 09:16
关注人数
2 人关注

相关问题

如何使用wget命令下载“清华云盘”内的文件
R语言安装"Rhtslib"软件包,出现如下报错怎么办?
kraken2软件运行时内存分配的问题
使用lapa进行APA分析
blastp后,我想提取score的序列,请问使用python应该怎么写这个脚本
运行roary软件不出结果,命令行用了这种
请问如何使用R语言绘制散点图
GEOquery下载GEO数据软件报错
R语言中,不使用pheatmap画出的热图,怎么加上颜色变化的图例
ASR祖先序列重建,最后一步使用PAML时出现一些问题

推荐内容

使用cutadapt去掉adaptor后,fastqc结果的sequence distribution报错
使用Trimmomatic切除接头后做FASTQC
All Rights Reserved Powered BY WeCenter V4.1.0 © 2025