Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add support for 0 length reads in fastq-mcf #53
Comments
ExpressionAnalysis
added the
bug
label
Feb 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
drsuuzzz commentedJan 30, 2017
fastq-mcf currently crashes if it encounters a 0 length read. #46 attempted to solve this but processing would halt when encountering the first 0 length read in the fastq file, leaving the rest of the reads out of the clipped read file.