fastv
An ultra-fast tool for identification of SARS-CoV-2 and other microbes from sequencing data. This tool can be used to detect viral infectious diseases, like COVID-19.
File Explorer
Download Latest Version (.zip)- SARS-CoV-2.genomes.fa
- SARS-CoV-2.kmer.fa
- crc32.h
- deflate.h
- gzguts.h
- inffast.h
- inffixed.h
- inflate.h
- inftrees.h
- trees.h
- zconf.h
- zlib.h
- zutil.h
- adaptertrimmer.cpp
- adaptertrimmer.h
- basecorrector.cpp
- basecorrector.h
- cmdline.h
- common.h
- coverage.js
- duplicate.cpp
- duplicate.h
- editdistance.cpp
- editdistance.h
- evaluator.cpp
- evaluator.h
- fastareader.cpp
- fastareader.h
- fastqreader.cpp
- fastqreader.h
- filter.cpp
- filter.h
- filterresult.cpp
- filterresult.h
- genomes.cpp
- genomes.h
- htmlreporter.cpp
- htmlreporter.h
- jsonreporter.cpp
- jsonreporter.h
- kmer.cpp
- kmer.h
- kmercollection.cpp
- kmercollection.h
- knownadapters.h
- main.cpp
- nucleotidetree.cpp
- nucleotidetree.h
- options.cpp
- options.h
- overlapanalysis.cpp
- overlapanalysis.h
- peprocessor.cpp
- peprocessor.h
- polyx.cpp
- polyx.h
- processor.cpp
- processor.h
- read.cpp
- read.h
- seprocessor.cpp
- seprocessor.h
- sequence.cpp
- sequence.h
- stats.cpp
- stats.h
- threadconfig.cpp
- threadconfig.h
- umiprocessor.cpp
- umiprocessor.h
- unittest.cpp
- unittest.h
- util.h
- virusdetector.cpp
- virusdetector.h
- writer.cpp
- writer.h
- writerthread.cpp
- writerthread.h
- .gitignore
- LICENSE
- Makefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/OpenGene/fastv
Downloads the entire project code from GitHub to your computer.
cd fastv
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
make install
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
