Skip to content

Commit

Permalink
Develop (#4)
Browse files Browse the repository at this point in the history
* Redirect unknown to main

* Add GitHub link

* API icon

* Switch to using map instead of lift

* Run name checker from main

* Description extractor access link

* Add feedback overlay (#3)

* Start adding progress indicators (#2)

* Related references progress indicator fix (#2)

* Add some RNA support in the name checker

* Normalized colors and no reference information when ERETR

* Start exon numbering from 1 and no index for CDS

* Reference sequence information panel title

* Switch to affected protein link

* View backtranslated variants

* Extend and integrate the batch checker

* Add copy to clipboard button for multiple descriptions

* Update batch checker

* Update info messages section

* Batch checker file download name

* Add algebra

* Some updates

* Better error visualisation in algebra

* Name checker with sequence and variants

* Extend related

* Specific acknowledgement.

* Add recommended by links

* Integrate new viewer in the name checker

* Add strand orientation

* Mapper integration

* Update mapper example

* Name checker related link to mapper

* Error handling

Co-authored-by: Jeroen F.J. Laros <[email protected]>
  • Loading branch information
mihailefter and Jeroen F.J. Laros committed Nov 2, 2021
1 parent 5ede7fb commit 28056fd
Show file tree
Hide file tree
Showing 25 changed files with 3,503 additions and 475 deletions.
235 changes: 191 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutalyzer_website",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -9,6 +9,7 @@
},
"dependencies": {
"core-js": "^3.9.1",
"postgresql-client": "^1.16.4",
"v-clipboard": "^2.2.3",
"vue": "^2.6.12",
"vue-json-pretty": "^1.7.1",
Expand Down
Loading

0 comments on commit 28056fd

Please sign in to comment.