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

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

推荐内容

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