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

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

相关问题

常用的对测序序列进行聚类分析的软件有什么?及其使用的了什么算法?
linux软件安装
sambamba使用
请问如何使用R语言绘制散点图
bowtie2使用报错,求助啦
请问hemmer是否可以使用转录组搜索HMM库?
seqtk的使用技巧,可以处理那些序列问题?
cellranger使用问题
运行roary软件不出结果,命令行用了这种
HHblits使用相同的数据库,得出的结果明显差于HHpred网页版的结果。该如何使用HHsuite命令行得到与网页端类似的效果

推荐内容

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