@myelinbridge/cli 0.9.0 → 0.9.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.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,6 +61,12 @@ npx @myelinbridge/cli push ./run_042 --dataset onco1-wes --submit
|
|
|
61
61
|
`myelin status <batch> --json` returns the failed files, reviewer comments, and
|
|
62
62
|
rule remediation hints; fix, re-`push --submit`, unchanged files keep their
|
|
63
63
|
review votes.
|
|
64
|
+
- **Limits.** `push` declares 500 files per call and chunks automatically — nothing
|
|
65
|
+
for you to split. `check` sends your whole file list in one preflight
|
|
66
|
+
call, which accepts at most 10 000 files — a larger delivery cannot be preflighted
|
|
67
|
+
by `check` today (the API answers `400 too_many_files`); its checks still run at
|
|
68
|
+
submit. A delivery holds at most 25 000 files (submit refuses above that with
|
|
69
|
+
`422 submit_blocked`), and a checksum manifest is inspected up to 16 MiB.
|
|
64
70
|
|
|
65
71
|
## If you are the client, not the partner
|
|
66
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myelinbridge/cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Myelin Partner Ingestion CLI — push R&D data deliveries from a pipeline: preflight against the client's quality rules, resumable upload, submit, track review outcomes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|