Skip to content
/ libfast Public

Library to read fastq or fasta file in python - build with rust.

Notifications You must be signed in to change notification settings

Jayuda/libfast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfast

import libfast
sFile = 'test.fastq'
seqs, quals = libfast.read_fastq(sFile)
sFile = 'test.fasta'
seqs = libfast.read_fasta(sFile)

About

Library to read fastq or fasta file in python - build with rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages