@platforma-open/milaboratories.top-antibodies.workflow 1.8.0 → 1.8.2
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/antibody-tcr-lead-selection/antibody-tcr-lead-selection/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.top-antibodies.workflow@1.8.
|
|
3
|
+
> @platforma-open/milaboratories.top-antibodies.workflow@1.8.2 build /home/runner/work/antibody-tcr-lead-selection/antibody-tcr-lead-selection/workflow
|
|
4
4
|
> rm -rf dist && pl-tengo check && pl-tengo build
|
|
5
5
|
|
|
6
6
|
Processing "src/filter-and-sample.tpl.tengo"...
|
package/CHANGELOG.md
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/src/main.tpl.tengo
CHANGED
|
@@ -121,7 +121,7 @@ wf.body(func(args) {
|
|
|
121
121
|
for na, ax in colsSpec.axesSpec {
|
|
122
122
|
if ax.name != datasetSpec.axesSpec[1].name {
|
|
123
123
|
cloneTable.setAxisHeader(ax.name, "cluster_" + string(i) + string(na))
|
|
124
|
-
addedAxes =
|
|
124
|
+
addedAxes = append(addedAxes, ax.name)
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
}
|
package/src/prerun.tpl.tengo
CHANGED
|
@@ -116,7 +116,7 @@ wf.body(func(args) {
|
|
|
116
116
|
for na, ax in colsSpec.axesSpec {
|
|
117
117
|
if ax.name != datasetSpec.axesSpec[1].name {
|
|
118
118
|
cloneTable.setAxisHeader(ax.name, "cluster_" + string(i) + string(na))
|
|
119
|
-
addedAxes =
|
|
119
|
+
addedAxes = append(addedAxes, ax.name)
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
}
|