美文网首页
quartet补gap

quartet补gap

作者: 多啦A梦的时光机_648d | 来源:发表于2023-05-10 19:04 被阅读0次
conda create -n quarTeT python=3.7.4 MUMmer4 tidk=0.2.1 gnuplot=4.6.0 Minimap2=2.24

##Python3 (>3.6, tested on 3.7.4 and 3.9.12)
##Minimap2 (tested on 2.24-r1122 and 2.24-r1155-dirty)
##MUMmer4 (tested on 4.0.0rc1)
##trf (tested on 4.09)
##CD-hit (tested on 4.6 and 4.8.1)
##BLAST+ (tested on 2.8.1 and 2.11.0)
##tidk (<0.2.31(not include), tested on 0.2.1)
##gnuplot (tested on 4.6 patchlevel 2 and 6)
##R (tested on 3.6.0)
##RIdeogram (tested on 0.2.2)

##quarTeT.sh
#!/usr/bin/bash
genome=/home/lx_sky6/yt/20230106_baimaike/0105_YC_hifi/final_assembly_descending.fa  ##juicer调整之后的结果
contig=/home/lx_sky6/yt/20230106_baimaike/0105_YC_hifi/BMK220921-BB398-02P0001/cell/BMK220921-BB398-02P0001.ccs.fasta ##可以是ccs reads, 也可以是组装好的contig
export PATH=/home/lx_sky6/software/soft/miniconda3/bin:$PATH ##trf 
export PATH=/home/lx_sky6/software/miniconda3/envs/quarTeT/bin:$PATH ##Python3 Minimap2 MUMmer4 tidk gnuplot blast+ cd-hit
python /home/lx_sky6/yt/soft/quarTeT/quartet.py  GapFiller  -d  $genome -g $contig -t 40 --minimapoption \'-x map-hifi\'


bash quarTeT.sh


##或者
conda activate quarTeT
python /home/lx_sky6/yt/soft/quarTeT/quartet.py  GapFiller  -d  /home/lx_sky6/yt/20230106_baimaike/0105_YC_hifi/final_assembly_descending.fa  -g /home/lx_sky6/yt/20230106_baimaike/0105_YC_hifi/BMK220921-BB398-02P0001/cell/BMK220921-BB398-02P0001.ccs.fasta -t 30 --minimapoption \'-x map-hifi\'
image.png

相关文章

  • Quadro Nuevo

    Quadro Nuevo is a German acoustic quartet which was found...

  • Artistic Scintillantion

    Stan Brakhage:Black Ice, Mothlight, The Dante Quartet Len...

  • Poetic quartetⅠ

    10号,我们集合,打谱,排练。 小哈叫右子,全程听排练,时不时假装自己是三角铁、大擦即兴加入。 11号16:00,...

  • Quartet Doughnuts Hole

    看到一则这样的评论“韩剧是你在所有人都闪闪发光中唯独看中了平凡渺小的我,日剧是在所有人眼中都平凡又渺小的我们却在彼...

  • Lecture 2 | Image Classification

    semantic gap: huge gap between a "cat" and these matrices

  • 蓝牙学习-GAP

    GAP - Generic Access Profifile GAP提供设备发现和建立安全连接的功能。GAP的功能...

  • 2019-07-10

    disparity/gap income disparity/gap the living condition g...

  • 图像识别面临的挑战

    语义鸿沟(Semantic Gap): The gap between Low-level visual feat...

  • Gap month

    Gap year太长且奢侈,Gap week又太短,旅行带来的思考的能量还没触及心底就匆忙结束,这样看来,Gap ...

  • 04-希尔排序(python,oc)

    简述:引入gap概念,分块进行插入排序。gap会根据要求递减,当 gap == 1 等于1时,为基本的插入排序。 ...

网友评论

      本文标题:quartet补gap

      本文链接:https://www.haomeiwen.com/subject/biljsdtx.html