Introducing FASTA File Compatibility
What's Changed
- Update README.md to add citations and more content by @Verisimilitude11 in #4
- Create CODE_OF_CONDUCT.md by @Verisimilitude11 in #5
- Create LICENSE by @Verisimilitude11 in #6
- Added issue templates by @Verisimilitude11 in #7
- StorageResource and FASTA file compatibility check by @Verisimilitude11 in #9
Improvements
This release introduces the capability to parse .fa (FASTA files). In bioinformatics, the FASTA format is a text-based format for representing either nucleotide sequences or amino acid (protein) sequences, in which nucleotides or amino acids are represented using single-letter codes. The format also allows for sequence names and comments to precede the sequences. The format originates from the FASTA software package, but has now become a near universal standard in the field of bioinformatics.
How to download
- Download and extract
files.jar
anddocs.zip
- Open the extracted folder through an IDE
- Make sure that you have JDK 11 or above
- Run
entrypoint.java
Full Changelog: v1.0.0-beta.0...v1.0.0