circle-map

安装circle-map

ImportError: Bio.Alphabet has been removed from Biopython. In many cases, the alphabet can simply be ignored and removed from scripts. In a, you may need to specify the ``molecule_type`` as an annotation on a SeqRecord for your script to work correctly. Please see https://biopyiki/Alphabet for more information.

查看一下安装的biopython版本

$python
>>> import Bio
>>> print(Bio.__version__)
1.81
quit()

1.80的版本已经删掉了Alphabet 模块,先删掉当前版本的biopython,再安装1.76版本的biopython

pip3 unintall biopython
pip3 install biopython==1.76

再次运行已经安装成功

Circle-Map -h

1.下载测序数据,fastp clean data

2.准备参考基因组,解压

# hg38 reference文件
wget https://hgdownload.soe.ucsc.edu/goldenPath/hg38/bigZips/latest/hg38.fa.gz
# hg38 md5sum文件,用于检查hg38 reference文件是否完整
wget https://hgdownload.soe.ucsc.edu/goldenPath/hg38/bigZips/latest/md5sum.txt
md5sum hg38.fa.gz

##解压
tar -zxvf xxx.tar.gz
gunzip -d hg38.fa.gz

3.建立索引

bwa index hg38.fa

卡在sa

bwa 构建index 一直卡在sa 文件

解决:切换到gpu-node

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值