Releases: NBISweden/GAAS
GAAS-v1.2.0
Add new script gaas_fasta_splitter.pl to be able to split fasta sequences in defferent ways (with overlap was the missing behaviour from other tools)
Fix typo in gaas_fasta_statistics.pl (L90 instead of L50 in last line of the report)
remove old splitter script called gaas_fasta_spliter_overlap.pl
GAAS-v1.1.0
- update knowledge (e.g. gff_to_gtf.md gff_to_bed.md)
- add Utilities in lib
- change prefix of all script in their original location (now contains gaas_)
- add a new script to clean/purify fasta sequence: fasta_purify.pl
- modify fasta_statistics.pl to just report info. It does not clean the sequence anymore (done by fasta_purify.pl)
- output of fasta_purify.pl and fasta_statistics.pl has now input name as prefix.
GAAS-v1.0.1
change script name in bin (gaas_fasta_statistics.pl)
GAAS-v1.0.0
GFF related work has been moved into AGAT.
Useless scripts have been removed (mostly ruby)
Perl packaged, GAAS can now be easily installed using perl Makefile.PL/make install/make test
=> not only perl script will be installed bu also bash/python/ruby ones but without compilation test.
Perl script are tested for compilation
Some scripts updated/renamedFolder now lowercase (except R)
The repo structure has been re-shaped.
GAAS-v0.1.1
Last version of old fashion code.
Last version with gff / omniscient code.
In next versions the code will be packaged to be distributed more easily.