You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Includes a minor fix to make NovaSeq sequencing results work again.
For some reason the vast majority of bases that are generated by NovaSeq seem to have a quality score of 30. As a result, the C33 check in iu-filter-quality-minoche fails all of them since it expects an over average Q30. With this change those reads are kept in downstream analyses.
A new program: iu-fasta-to-fastq (in case you have no idea ended up with silly FASTA files, and you really really need them in another silly format with made up base quality scores).
iu-remove-ids-from-fastq now has a --delimiter parameter for those who wish to have more control over how IDs in FASTQ files should be matched to IDs of interest.