不积小流 , 无以成江海 !分享 http://blog.sciencenet.cn/u/xiongchaoliang

博文

fastv: 从mNGS FASTQ数据检测病毒和微生物

已有 2653 次阅读 2020-6-8 08:15 |个人分类:【技术-软件】|系统分类:科研笔记

fastv is an ultra-fast tool for identification of SARS-CoV-2 and other microbes from sequencing data. It detects microbial sequences from FASTQ data, generates JSON reports and visualizes the result in HTML reports. This tool can be used to detect viral infectious diseases, like COVID-19. This tool supports both short reads (Illumina, BGI, etc.) and long reads (ONT, PacBio, etc.). See: https://github.com/OpenGene/fastv


Three simple steps to identify viruses from mNGS FASTQ data:
1, Install fastv.
wget
http://opengene.org/fastv/fastv
chmod a+x ./fastv

You can also get fastv by compiling from source code.

2, Download the k-mer collection file:
wget
http://opengene.org/viral.kc.fasta.gz

3, Run fastv with your FASTQ data (usually takes less than 5 minutes)
./fastv -i filename.fastq.gz -c viral.kc.fasta.gz

Once finished, check the results in fastv.html and fastv.json

* If you also want to identify both viruses and microorganisms, use http://opengene.org/microbial.kc.fasta.gz to replace http://opengene.org/viral.kc.fasta.gz


参考:
https://www.biostars.org/p/439805/

https://github.com/OpenGene/





https://blog.sciencenet.cn/blog-1509670-1236901.html

上一篇:ctcRbase:循环肿瘤细胞/微栓子数据库
下一篇:肿瘤干细胞相关数据库
收藏 IP: 117.35.29.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-11 02:46

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部