Skip to content

ndaniel/fqtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python tools for FASTQ processing

  • overlap.py gives statistics about fragment length and mates overvallings

      overlap.py in.fq > out.fa
    
  • remove_adapter.py detects the adapter automatically and removes it from the reads by trimming it

      overlap.py in.fq > out.fa
    
  • remove_str.py removes the reads which contain short tandem repeats regions

      overlap.py in.fq > out.fa
    
  • compress-reads-ids.py lossy compression of reads ids

      overlap.py in.fq > out.fa
    

About

Tools for processing fastq files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages