Skip to content

Releases: FASTAptamer/FASTAptamer

FASTAptamer v1.0.14

25 Jul 14:49
Compare
Choose a tag to compare

fastaptamer-small

Restored missing input file error message in fastaptamer_count (i.e. fixed bug introduced in 1.0.13)

Removed tests' dependencies on non-core Perl modules.

FASTAptamer v1.0.13

25 Jul 13:37
Compare
Choose a tag to compare

fastaptamer-small

With this version, fastaptamer_count will automatically decompress its input file if it ends in ".gz".

FASTAptamer v1.0.12

20 Oct 14:55
Compare
Choose a tag to compare

fastaptamer-small

Implemented fastaptamer_cluster_xs as faster version of fastaptamer_cluster (thanks vladimirkhramkov!). Please note that fastaptamer_cluster_xs is an optional version of fastaptamer_cluster which can only be used if the Third-party module Text::LevenshteinXS is installed.

FASTAptamer v1.0.11.

22 Jul 15:06
Compare
Choose a tag to compare

fastaptamer-small

Now fastaptamer_count will accept FASTA formatted files as input when the -f flag is used.

Unique sequence name format now ">RANK(UNIQ)-READS-RPM"

17 Jun 19:45
Compare
Choose a tag to compare

fastaptamer-small

If the -u flag is chosen when running fastaptamer_count, each sequence will have a unique name in the format ">RANK(UNIQ)-READS-RPM" where UNIQ is an integer that increases for each identically ranked sequence that is distinct.

FASTAptamer v1.0.7.

08 Jun 19:39
Compare
Choose a tag to compare

More robust FASTQ reading. New fastaptamer_count -u option for unique sequence IDs from fastaptamer_count.

Do not use

08 Jun 18:11
Compare
Choose a tag to compare

Replaced by v1.0.7 for bug fixes

v1.0.4 Reduced memory footprint

18 Mar 12:40
Compare
Choose a tag to compare
Merge pull request #3 from molecules/master

Significant memory improvement. Added two tests for fastaptamer_cluster.

FASTAptamer v1.0.3

10 Feb 21:51
Compare
Choose a tag to compare
Merge pull request #1 from molecules/master

Added maximum clusters option