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
Added -g option for counting missing data in fasta (get_fasta_info).
The code is a tiny bit slower on large data (even if -g is not used) and if gap-counting is of no interest, one may use the code in v2.1 instead. The time difference should, however, be miniscule.
Major additions are the two programs get_fasta_info and get_fastq_info written in C. Basically the same functionality (minus some options) and output as the Perl scripts, but way faster.