Releases: nylander/get_fasta_info
Releases · nylander/get_fasta_info
v2.4
Added the new option -p
for optionally displaying the real path for input files in get_fasta_info
and get_fastq_info
.
v2.3
To better conform to IUPAC standards, the C-code now also counts X
as missing data, but not (lower case) n
!
v2.2.1
Same code as v2.2 but new file structure. Installation is now made with configure and make.
v2.2
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.
v2.1
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.
v2.0
First release, but "version 2.0".
- Added the
--noverbose
option to get_fasta_info.pl
- Output format changed for
get_fasta_details.pl
(hence v.2)
Note: This release only contains the Perl scripts.