Tutorial:A very simple way to detect viruses and microorganisms from mNGS FASTQ data using fastv
0
1
Entering edit mode
3.9 years ago
chen ★ 2.5k

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

SARS-CoV-2 fastv COVID-19 viruses • 1.6k views
ADD COMMENT

Login before adding your answer.

Traffic: 1767 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6