Skip to content

Releases: nylander/get_fasta_info

v2.4

08 Apr 13:39
Compare
Choose a tag to compare

Added the new option -p for optionally displaying the real path for input files in get_fasta_info and get_fastq_info.

v2.3

19 Apr 08:58
Compare
Choose a tag to compare

To better conform to IUPAC standards, the C-code now also counts X as missing data, but not (lower case) n!

v2.2.1

14 Sep 16:42
Compare
Choose a tag to compare

Same code as v2.2 but new file structure. Installation is now made with configure and make.

v2.2

12 May 10:03
Compare
Choose a tag to compare

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

12 May 09:30
Compare
Choose a tag to compare

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

14 Aug 11:00
Compare
Choose a tag to compare

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.