Skip to content

Introducing FASTA File Compatibility

Compare
Choose a tag to compare
@VerisimilitudeX VerisimilitudeX released this 10 Aug 18:56
· 1385 commits to main since this release

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

  1. Download and extract files.jar and docs.zip
  2. Open the extracted folder through an IDE
  3. Make sure that you have JDK 11 or above
  4. Run entrypoint.java

Full Changelog: v1.0.0-beta.0...v1.0.0