Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genome2Reads

The program reads genomic data as fasta files (chromosmes/contigs) and writes artificial sequencing reads (fastq) to stdout. Read length and coordinate shift are taken as parameters.

Usage: java -jar Genome2Reads.jar input.fasta read_length[Int] read_shift[int] > out.fastq

Example: java -jar Genome2Reads.jar genome.fasta 100 1 > reads.fastq

read_length: length of the reads generated

read_shift: tiling density; next read starts at position i + read_shift

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages