@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.8.0 → 2.8.1

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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.8.0 build /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.8.1 build /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  info: Skipping unknown file type: test/columns.test.ts
@@ -1,21 +1,21 @@
1
1
   WARN  Issue while reading "/home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.8.0 test /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.8.1 test /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
4
4
  > vitest
5
5
 
6
6
 
7
7
   RUN  v2.1.8 /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
8
8
 
9
- ✓ src/test/columns.test.ts (6 tests) 54112ms
10
- ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 12976ms
11
- ✓ checking preset for '10x-sc-xcr-vdj' 8593ms
12
- ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 8350ms
13
- ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 8290ms
14
- ✓ checking preset for 'rna-seq' 7833ms
15
- ✓ checking preset for 'generic-single-cell-gex' 8069ms
9
+ ✓ src/test/columns.test.ts (6 tests) 52630ms
10
+ ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 12190ms
11
+ ✓ checking preset for '10x-sc-xcr-vdj' 8567ms
12
+ ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 8302ms
13
+ ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 8076ms
14
+ ✓ checking preset for 'rna-seq' 7653ms
15
+ ✓ checking preset for 'generic-single-cell-gex' 7842ms
16
16
 
17
17
   Test Files  1 passed (1)
18
18
   Tests  6 passed (6)
19
-  Start at  15:43:44
20
-  Duration  55.17s (transform 63ms, setup 0ms, collect 737ms, tests 54.11s, environment 0ms, prepare 92ms)
19
+  Start at  15:34:37
20
+  Duration  53.50s (transform 48ms, setup 0ms, collect 601ms, tests 52.63s, environment 0ms, prepare 78ms)
21
21
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 2.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f838dd2: Remove CDR3 length column from output
8
+
3
9
  ## 2.8.0
4
10
 
5
11
  ### Minor Changes
@@ -536,38 +536,6 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
536
536
  ]
537
537
 
538
538
 
539
-
540
-
541
- lengthColumns := ["CDR3"] // assemblingFeatureInfo.nonImputed
542
-
543
- for featureU in lengthColumns {
544
- featureL := text.to_lower(featureU)
545
- for isAminoAcid in [false, true] {
546
- alphabet := isAminoAcid ? "aminoacid" : "nucleotide"
547
- alphabetShort := isAminoAcid ? "aa" : "nt"
548
- alphabetShortMixcr := isAminoAcid ? "aa" : "n"
549
- columnsSpecPerClonotype += [ {
550
- column: alphabetShortMixcr + "Length" + featureU,
551
- id: alphabetShortMixcr + "-length-" + featureL,
552
- naRegex: "region_not_covered",
553
- spec: {
554
- name: "pl7.app/vdj/sequenceLength",
555
- valueType: "Int",
556
- domain: {
557
- "pl7.app/vdj/feature": featureU,
558
- "pl7.app/alphabet": alphabet
559
- },
560
- annotations: a(orderP, false, {
561
- "pl7.app/label": "Length of " + featureU + " " + alphabetShort
562
- })
563
- }
564
- } ]
565
- exportArgs += [ [ "-" + alphabetShortMixcr + "Length", featureU ] ]
566
- orderP -= 100
567
- }
568
- }
569
-
570
-
571
539
 
572
540
  columnsSpec := columnsSpecPerSample + columnsSpecPerClonotype
573
541
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/workflow-tengo": "^4.0.3",
@@ -535,38 +535,6 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
535
535
  [ "-topChains" ]
536
536
  ]
537
537
 
538
- //Sequence length
539
-
540
- // for now use only CDR3 length to avoid generating too many columns
541
- lengthColumns := ["CDR3"] // assemblingFeatureInfo.nonImputed
542
-
543
- for featureU in lengthColumns {
544
- featureL := text.to_lower(featureU)
545
- for isAminoAcid in [false, true] {
546
- alphabet := isAminoAcid ? "aminoacid" : "nucleotide"
547
- alphabetShort := isAminoAcid ? "aa" : "nt"
548
- alphabetShortMixcr := isAminoAcid ? "aa" : "n"
549
- columnsSpecPerClonotype += [ {
550
- column: alphabetShortMixcr + "Length" + featureU,
551
- id: alphabetShortMixcr + "-length-" + featureL,
552
- naRegex: "region_not_covered",
553
- spec: {
554
- name: "pl7.app/vdj/sequenceLength",
555
- valueType: "Int",
556
- domain: {
557
- "pl7.app/vdj/feature": featureU,
558
- "pl7.app/alphabet": alphabet
559
- },
560
- annotations: a(orderP, false, {
561
- "pl7.app/label": "Length of " + featureU + " " + alphabetShort
562
- })
563
- }
564
- } ]
565
- exportArgs += [ [ "-" + alphabetShortMixcr + "Length", featureU ] ]
566
- orderP -= 100
567
- }
568
- }
569
-
570
538
  // All columns are added
571
539
 
572
540
  columnsSpec := columnsSpecPerSample + columnsSpecPerClonotype