Skip to content

martin-prikryl/dna-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNA sequence conversion

Converts binary file containing DNA sequence to FASTQ format.

Takes two parameters: input file and L number

Input file is read by L bytes. Each byte of input file is considered to contain A-C-G-T base in 2 most significant bits. The rest 6 bits contain quality score.

Implemented both in Python and java.

About

Simple DNA sequence conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors