@teselagen/ove (open-source vector editor - a tool for viewing and manipulating DNA/AA sequences)
- DEMO: https://teselagen.github.io/tg-oss/ove
- CODE: packages/ove
@teselagen/ui (reusable react components)
- DEMO: https://teselagen.github.io/tg-oss/ui
- CODE: packages/ui
@teselagen/bio-parsers (parsers and formatters for genbank/fasta/json/snapgene/geneious/jbei-xml)
- CODE: packages/bio-parsers
@teselagen/sequence-utils (util functions for working with biological sequences (dna/rna/protein))
- CODE: packages/sequence-utils
@teselagen/range-utils (util functions for working with biological ranges e.g. {start: 2, end: 61})
- CODE: packages/range-utils
@teselagen/file-utils (util functions for working with files and blobs)
- CODE: packages/file-utils
This project welcomes contributions. Please have a look at the CONTRIBUTING file to learn about how to get started after a fresh clone.
All code from this repository is placed under the MIT License.
nx run ui:publish
nx run ove:publish
nx run-many --target=publish --projects=bio-parsers,ove,sequence-utils,ui
nx run ui:publish-beta
nx run ove:publish-beta
nx run-many --target=publish-beta --projects=bio-parsers,ove,sequence-utils,ui