gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
https://catswords.social/@catswords_oss
GNU General Public License v3.0
143 stars 12 forks source link

[Roadmap] Sequential data format (e.g. FastA) support #102

Open gnh1201 opened 7 months ago

gnh1201 commented 7 months ago

Summary

  1. Around 2013, there were requirements for processing data related to sequential data (e.g., binary data, sequences, etc.). We were investigating data on hepatitis E that was readily available on GitHub.
  2. As mentioned in #128, before moving on to specialized analytical tools in each field, there was a requirement for a compact module capable of pre-processing.
  3. In the field of biology, the demand for this requirement resurfaced during the COVID-19 pandemic in 2019.
  4. One of the algorithms we have identified and applied so far to meet this requirement is the Normalized Compression Distance (NCD). It uses compression algorithms such as LZMA and DEFLATE.
gnh1201 commented 5 months ago

This issue will not be addressed here, and it will be transferred to another project suitable for this issue in the future.

gnh1201 commented 2 months ago

Related works