@platforma-open/milaboratories.import-vdj 1.6.5 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/block-pack/CHANGELOG.md +0 -0
- package/block-pack/block-logo.png +0 -0
- package/block-pack/description.md +3 -0
- package/block-pack/main.plj.gz +0 -0
- package/block-pack/manifest.json +1 -0
- package/block-pack/model.json +1 -0
- package/block-pack/organization-logo.png +0 -0
- package/block-pack/published.json +8 -0
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +10782 -0
- package/dist/AGENTS.d.ts.map +1 -0
- package/dist/AGENTS.js +0 -0
- package/dist/index.d.ts +10795 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +13119 -0
- package/dist/index.js.map +1 -0
- package/package.json +26 -13
- package/index.d.ts +0 -6
- package/index.js +0 -8
|
File without changes
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
Imports V(D)J sequencing data from various formats (MiXCR, immunoSeq, QIAseq, Cell Ranger, CSV, TSV, and their gzipped counterparts) for both bulk and single-cell data, and normalizes it for downstream analysis within the platform. The block automatically detects the appropriate separator, infers column information from the file header, handles different chain types (e.g., IGHeavy, IGLight, TRA, TRB), and produces a structured dataset suitable for use in downstream analysis blocks such as Clonotype Browser, Clonotype Clustering, and other V(D)J analysis workflows.
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"import-vdj","version":"1.7.0"},"components":{"workflow":{"type":"workflow-v1","main":{"type":"relative","path":"main.plj.gz"}},"model":{"type":"relative","path":"model.json"},"ui":{"type":"relative","path":"ui.tgz"}},"meta":{"title":"Import V(D)J Data","description":"Imports V(D)J sequencing data from various formats (MiXCR, immunoSeq, QIAseq, Cell Ranger, CSV, TSV) and normalizes it for downstream analysis in standardized pipelines.","longDescription":{"type":"relative","path":"description.md"},"changelog":{"type":"relative","path":"CHANGELOG.md"},"logo":{"type":"relative","path":"block-logo.png"},"url":"https://github.com/platforma-open/import-vdj-data","docs":"https://docs.platforma.bio/guides/antibody-discovery/data-import/","support":"mailto:support@milaboratories.com","tags":["upstream","airr","import"],"organization":{"name":"MiLaboratories Inc","url":"https://milaboratories.com/","logo":{"type":"relative","path":"organization-logo.png"}},"marketplaceRanking":16900},"featureFlags":{"supportsLazyState":true,"supportsPframeQueryRanking":true,"requiresUIAPIVersion":3,"requiresModelAPIVersion":2,"requiresCreatePTable":2,"requiresPFramesVersion":1001031,"requiresPFrameSpec":true,"requiresPFrame":true,"requiresDialog":true,"requiresColumnsCollection":true}},"timestamp":1787237169616,"files":[{"name":"main.plj.gz","size":1297826,"sha256":"7C07111484338C82D6F0E8B62463AF9E06E8CC202E36519055903A2533D21073"},{"name":"model.json","size":516173,"sha256":"559D9DFE9849009E20FEB69E2FF823B80112605DB799857673D4EFB73195E2E1"},{"name":"ui.tgz","size":3945235,"sha256":"68D7E997CBF567D7449536972623B023B43F528594D9A99FB71744D19F2ACB48"},{"name":"organization-logo.png","size":24439,"sha256":"FA71390C77C91E4B7FAAE5640D00F92F1E3F2869296F68B6040DD7CC549A50B5"},{"name":"description.md","size":583,"sha256":"91A39903F13AB62FAFBECB3337B4D7A56E7CD48B64EC7402868919677841231B"},{"name":"CHANGELOG.md","size":0,"sha256":"E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"},{"name":"block-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"}]}
|