artfastqgenerator
outputs artificial FASTQ files derived from a reference genome
Install
- All systems
-
curl cmd.cat/artfastqgenerator.sh
- Debian
-
apt-get install artfastqgenerator
- Ubuntu
-
apt-get install artfastqgenerator
- Kali Linux
-
apt-get install artfastqgenerator
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install artfastqgenerator
- Raspbian
-
apt-get install artfastqgenerator
- Dockerfile
- dockerfile.run/artfastqgenerator
artfastqgenerator
outputs artificial FASTQ files derived from a reference genome
ArtificialFastqGenerator takes the reference genome (in FASTA format) as input and outputs artificial FASTQ files in the Sanger format. It can accept Phred base quality scores from existing FASTQ files, and use them to simulate sequencing errors. Since the artificial FASTQs are derived from the reference genome, the reference genome provides a gold-standard for calling variants (Single Nucleotide Polymorphisms (SNPs) and insertions and deletions (indels)). This enables evaluation of a Next Generation Sequencing (NGS) analysis pipeline which aligns reads to the reference genome and then calls the variants.