Skip to content

Scripts to cleanup NGS reads, BLAT to reference and pull the matching reads

License

Notifications You must be signed in to change notification settings

soltislab/get_BLAT_reads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get_BLAT_reads

Scripts to cleanup NGS reads, BLAT to reference and pull the matching reads

Written by Matt Gitzendanner

University of Florida

[email protected]

get_reads_w_blat_hit_pe.py

This script goes through BLAT psl files (without headers, though probably will work if they're there too). It takes the query names that have blat hits, and puts those into a list. It then goes to the original read files and pulls the reads with those names. As it's written now, it assumes there are R1 and R2 files for forward and reverse reads, and a singletons file for unpaired reads.

run_cut_trim_blat.qsub

This script runs the series of steps to go from raw reads to reads that match a reference. The steps are:

  • Use cutadapt to remove adapters
  • Use sickle to filter reads
  • Use blat to identify reads with hit to reference(s)
  • Use script to pull the reads with hits into new files.

About

Scripts to cleanup NGS reads, BLAT to reference and pull the matching reads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published