使用trim_galore软件遇到的问题

我的原始测序数据是双端测序,在用trim_galore软件去接头的这一步,使用的命令行是

time nohup trim_galore R17002628-SKOV3-m6A_combined_R1.fastq.gz R17002628-SKOV3-m6A_combined_R2.fastq.gz &

相当然的以为软件会默认为双端测序,结果接下来一步用tophat软件mapping到参考基因组上的时候,发现mapping率只用10%,低的惊人。后来排除建库失败的可能,我去查看了trim_galore运行时的日志文件,如下:

Input filename: /data/itmll/yanlu/2017-08-24_data/Project_s272g01038/Sample_R17002629-SKO
V3-Tax-m6AR17002629-SKOV3-Tax-m6A_combined_R2.fastq.gz
Trimming mode: single-end

发现是single_end!

正确的命令行是

time nohup trim_galore --paired R17002629-SKOV3-Tax-m6A_combined_R1.fastq.gz R17002629-SKOV3-Tax-m6A_combined_R2.fastq.gz &

指定--paired参数

mapping率低的原理:

single-end模式下,可能双端测序的同一条read中有一条的length不合格,所以trim_galore会将其删除,结果是trim后的两个文件read数不一样。tophat认为双端测序文件的顺序是一一对应的,这样导致的后果是,tophat以为双端测序的两条readmapping到不同的位置上了,就会舍弃,导致mapping率低。

转载于:https://www.cnblogs.com/zhengzh/p/7465888.html

failed LibMambaUnsatisfiableError: Encountered problems while solving: - package trim-galore-0.4.1-0 requires cutadapt, but none of the providers can be installed Could not solve for environment specs The following packages are incompatible ├─ pin-1 is installable and it requires │ └─ python 3.13.* , which can be installed; └─ trim-galore is not installable because it requires └─ cutadapt but there are no viable options ├─ cutadapt [1.10|1.11|...|1.9.1] would require │ └─ python [2.7* |>=2.7,<2.8.0a0 ], which conflicts with any installable versions previously reported; ├─ cutadapt [1.10|1.11|...|1.9.1] would require │ └─ python 3.4* , which conflicts with any installable versions previously reported; ├─ cutadapt [1.10|1.11|...|1.9.1] would require │ └─ python 3.5* , which conflicts with any installable versions previously reported; ├─ cutadapt [1.13|1.14|1.15|1.16] would require │ └─ python 3.6* , which conflicts with any installable versions previously reported; ├─ cutadapt [1.16|1.17|1.18] would require │ └─ python >=3.5,<3.6.0a0 , which conflicts with any installable versions previously reported; ├─ cutadapt [1.16|1.17|...|3.5] would require │ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported; ├─ cutadapt [1.18|2.0|...|4.4] would require │ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported; ├─ cutadapt [2.10|3.0|...|4.9] would require │ └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported; ├─ cutadapt [3.3|3.4|...|5.0] would require │ └─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported; ├─ cutadapt [4.1|4.2|...|5.0] would require │ └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported; ├─ cutadapt [4.8|4.9|5.0] would require │ └─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported; └─ cutadapt [4.8|4.9|5.0] would require └─ python >=3.12,<3.13.0a0 , which conflicts with any installable versions previously reported.
05-10
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值