(Marathi for) Look at the bed
Visually create bed files for references or visualize references given a bed file
Compliments Bed Bugs
- Has two columns for fasta and bed
- Works with lambda reference
- Works with linear DNA
- Can edit bed file
- Has two buttons to change results
- Deploy to gh-pages
- Get sequence under selection
- [-] Highlight bed
- [-] Navigate to selection
- Draw rest of the owl (Hero / Footer)
- Add drag and drop
- Track fasta name, and add correct fasta to bed
- central index instead of selection
- Rewrite or refactor
- Can add multiple reference
- Undo or redo
- Beautiful UI
- Download fasta, gtf, bed
- Disable buttons depending on selection
- Unittests
- Support Mb genomes
- Refactor
- Add sections: hero, footer
- Clear fasta, bed, all
- Add MPL License
- Showcase
- Integration tests
- Support hg38
- faidx support
- Switch to a better css framework (mantine?)
- Move away from SeqViz
- Can edit reference
- Vite instructions fail as they're for npm and not bun
- Setup bun using these two guides:
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level
parserOptionsproperty like this:
export default {
// other rules...
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
}- Replace
plugin:@typescript-eslint/recommendedtoplugin:@typescript-eslint/recommended-type-checkedorplugin:@typescript-eslint/strict-type-checked - Optionally add
plugin:@typescript-eslint/stylistic-type-checked - Install eslint-plugin-react and add
plugin:react/recommended&plugin:react/jsx-runtimeto theextendslist