Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/short-colts-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@platforma-open/milaboratories.clonotype-browser': patch
---

Added description for the block
5 changes: 2 additions & 3 deletions docs/description.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Overview

This block allows to create samples and link samples with meta information.
# Description

This block generates a tabular output for immune repertoire data obtained from any clonotyping block (e.g., MiXCR Clonotyping). You can add multiple columns and export the clonotype tables to TSV files.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@
"url": "https://github.com/platforma-open/clonotype-browser",
"docs": "https://github.com/platforma-open/clonotype-browser/docs",
"support": "mailto:support@milaboratories.com",
"description": "Browse clonotypes from clonotyping blocks",
"description": "Browse your immune repertoire data.",
"longDescription": "file:./docs/description.md",
"changelog": "file:CHANGELOG.md",
"tags": [
"view"
"view",
"immunology",
"VDJ",
"TCR",
"BCR",
"repertoire",
"export",
"clonotype"
],
"organization": {
"name": "MiLaboratories Inc",
Expand Down