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

使用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 人关注

相关问题

R语言安装"MotIV"软件包,出现如下报错怎么办?
如何结合ChatGPT和其他相关软件查询文献
ChIP-seq的bigwig文件可以使用rpkm>1过滤掉一些弱的信号吗?
linux下使用convert出现报错,可能是什么原因?如何解决?
软件安装问题——无法在jupyterlab notebook上面查看sys模块的位置
软件安装问题——使用ubuntu出现的问题
如何使用seqtk按照比例随机提取单细胞数据?
关于cufflinks中cuffdiff的使用问题。
linux软件安装
使用bedtools提取序列时的deyond length问题;bed负值

推荐内容

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