2020-9-25 sourmash Kmer

本文档详细介绍了sourmash的工作流程,包括设置工作目录、安装程序包、产生Illumina reads签名、计算k51特征、比较序列与组装结果、评估污染比例,并通过反向验证解释了Illumina测序错误在拼接结果中被过滤的原因。
摘要由CSDN通过智能技术生成

sourmash工作流程

在这里插入图片描述
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

设置工作目录

mkdir

依赖关系,之前安装成功可跳过

sudo apt-get -y update && \
sudo apt-get install -y python3.5-dev python3.5-venv make \
    libc6-dev g++ zlib1g-dev #这里配置失败,可能因为conda环境basezhong已经安装了更高版本的Python 3.8
. ~/py3/bin/activate
pip install -U pip
pip install -U Cython
pip install -U jupyter jupyter_client ipython pandas matplotlib scipy scikit-learn khmer#直接使用conda镜像安装,省时省力

安装程序包

conda install sourmash

产生Illumina reads的signature

mkdir work
cd work
curl -L -o SRR1976948.abundtrim.subset.pe.fq.gz https://osf.io/k3sq7/download
curl -L -o SRR1976948.megahit.abundtrim.subset.pe.assembly.fa https://osf.io/dxme4/download
curl -L -o SRR1976948.spades.abundtrim.subset.pe.assembly.fa
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值