fix(ci): unblock stacked PR checks #177
Annotations
7 errors and 9 warnings
|
docker | latest-everything | 2/4
Process completed with exit code 1.
|
|
docker | 25.10.0 | 2/4
Process completed with exit code 1.
|
|
docker | latest-everything | 3/4
Process completed with exit code 1.
|
|
docker | 25.10.0 | 3/4
Process completed with exit code 1.
|
|
Pipeline benchmark from directory logs.benchmark report consumes external log directory directly:
Pipeline benchmark from directory logs#L1
Assertion failed:
assert reportText.contains('Benchmark overview')
| |
| false
'<!DOCTYPE html>\n<html lang="en">\n<head>\n<meta charset="utf-8">\n<meta name="viewport" content="width=device-width, initial-scale=1">\n<title>Pipeline benchmarking report</title>\n<link rel="preconnect" href="https://fonts.googleapis.com">\n<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>\n<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">\n<script src="https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js"></script>\n<style>\n * { box-sizing: border-box; margin: 0; padding: 0; }\n body { font-family: \'Inter\', Helvetica, sans-serif;\n background: #ffffff; color: #201637; line-height: 1.6; font-size: 14px; }\n .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }\n\n .navbar { background: #ffffff; border-bottom: 1px solid #CFD0D1; padding: 12px 0; margin-bottom: 30px; }\n .navbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }\n .navbar-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #000000; }\n .navbar-brand svg { height: 28px; display: block; }\n .navbar-right { color: #000000; font-size: 13px; font-weight: 500; }\n\n .section { margin-bottom: 40px; }\n .section h1 { font-size: 26px; font-weight: 600; color: #201637; margin-bottom: 5px;\n padding-bottom: 8px; border-bottom: 1px solid #CFD0D1; }\n .section h2 { font-size: 20px; font-weight: 500; color: #201637; margin: 25px 0 8px;\n padding-bottom: 5px; border-bottom: 1px solid #CFD0D1; }\n .section h3 { font-size: 17px; font-weight: 500; color: #201637; margin: 20px 0 8px; }\n .section-desc { color: #201637; font-size: 13px; margin-bottom: 15px; line-height: 1.5; }\n .section-desc strong { color: #201637; font-weight: 600; }\n\n .gs-table { width: 100%; border-collapse: collapse; font-size: 12px; margin-bottom: 20px; }\n .gs-table th { background: #F7F7F7; padding: 6px 10px; text-align: center; font-weight: 600;\n border-bottom: 2px solid #CFD0D1; white-space: nowrap; }\n .gs-table th:first-child { text-align: left; }\n .gs-table td { padding: 5px 10px; border-bottom: 1px solid #CFD0D1; text-align: center; white-space: nowrap; }\n .gs-table td:first-child { text-align: left; font-weight: 600; }\n .gs-table tr:hover td { background: #E2F7F3; }\n .gs-table a { color: #065647; text-decoration: none; }\n\n .chart { width: 100%; height: 400px; margin-bottom: 24px; }\n .chart-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 24px; }\n\n .info-table { width: 100%; border-collapse: collapse; font-size: 13px; }\n .info-table th { background: #F7F7F7; padding: 6px 10px; text-align: left; font-weight: 600;\n border-bottom: 2px solid #CFD0D1; }\n .info-table td { padding: 5px 10px; border-bottom: 1px solid #CFD0D1; }\n .info-table tr:hover td { background: #E2F7F3; }\n\n .callout { border: 1px solid #CFD0D1; border-radius: 4px; margin-bottom: 15px; }\n .callout-header { background: #F7F7F7; padding: 8px 12px; cursor: pointer; font-size: 13px;\n font-weight: 600; color: #201637; border-bottom: 1px solid #CFD0D1; }\n .callout-header:hover { background: #E2F7F3; }\n .callout-body { padding: 12px; display: none; }\n .callout-body.show { display: block; }\n\n .dl-row { display: flex; gap: 20px; font-size: 13px; margin-bottom: 8px; flex-wrap: wrap; }\n .dl-row dt { font-weight: 600; color: #201637; }\n .dl-row dd { color: #201637; margin-right: 15px; }\n\n .status-badge { display: inline-block; padding: 1px 8px; border-radius: 9999px; font-size: 11px;\n font-weight: 600; line-height: 1.6; white-space: nowrap; }\n .status-badge.success { background: rgba(25, 135, 84, 0.12); color: #146c43; }\n .status-badge.failed { background: rgba(220, 53, 69, 0.14); color: #b02a37; }\n .status-badge.cancelled { background: rgba(255, 193, 7, 0.18); color: #997404; }\n .status-badge.unknown { background: rgba(108, 117, 125, 0.14); color: #495057; }\n\n footer { border-top: 1px solid #CFD0D1; padding: 15px 0; margin-top: 40px;\n font-size: 12px; color: #CFD0D1; text-align: center; }\n footer a { color: #065647; text-decoration: none; }\n\n .side-nav { position: fixed; top: 53px; left: 0; width: 228px; padding: 12px 8px;\n background: #ffffff; border-right: 1px solid #CFD0D1; height: calc(100vh - 53px);\n overflow-y: auto; font-size: 12px; z-index: 100; }\n .nav-icon { width: 14px; height: 14px; vertical-align: -2px; margin-right: 6px; flex-shrink: 0; color: #000000; }\n .h-icon { width: 24px; height: 24px; vertical-align: -4px; margin-right: 6px; color: #065647; }\n .h-icon.sm { width: 20px; height: 20px; vertical-align: -3px; margin-right: 5px; }\n .side-nav a { display: flex; align-items: center; padding: 8px 10px; margin-bottom: 2px; color: #000000; text-decoration: none;\n border-radius: 6px; transition: background 0.15s ease; }\n .side-nav a:hover { background: #F7F7F7; color: #000000; }\n .side-nav a.active { background: #E2F7F3; color: #000000; font-weight: 600; }\n .side-nav a.l2 { padding-left: 18px; color: #000000; font-size: 12px; }\n .side-nav a.l3 { padding-left: 28px; color: #000000; font-size: 12px; }\n .main-content { margin-left: 228px; }\n\n .csv-btn { float: right; font-size: 13px; color: #065647; cursor: pointer; border: 1px solid #CFD0D1;\n background: #ffffff; padding: 2px 10px; border-radius: 3px; text-decoration: none; }\n .csv-btn:hover { background: #F7F7F7; }\n\n .runtime-panels { display: flex; flex-direction: column; gap: 18px; }\n .runtime-panel {\n border: 1px solid #CFD0D1;\n border-radius: 10px;\n background: #ffffff;\n padding: 12px;\n }\n .runtime-unified-chart {\n border: none;\n border-radius: 0;\n background: transparent;\n margin-bottom: 10px;\n }\n .runtime-comparison-scroll {\n margin-top: 6px;\n overflow-x: auto;\n }\n .runtime-comparison-table {\n width: 100%;\n border-collapse: collapse;\n font-size: 12px;\n table-layout: auto;\n min-width: 720px;\n }\n .runtime-comparison-table th {\n text-align: left;\n background: #F7F7F7;\n color: #201637;\n border-bottom: 1px solid #CFD0D1;\n padding: 6px 8px;\n font-weight: 600;\n white-space: nowrap;\n }\n .runtime-comparison-table th.group {\n text-align: center;\n }\n .runtime-comparison-table td {\n border-bottom: 1px solid #CFD0D1;\n padding: 5px 8px;\n color: #201637;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n .runtime-comparison-table td.num { text-align: right; font-variant-numeric: tabular-nums; }\n .runtime-swatch {\n display: inline-block;\n width: 10px;\n height: 10px;\n border-radius: 2px;\n margin-right: 6px;\n vertical-align: -1px;\n }\n .runtime-summary {\n display: flex;\n gap: 10px;\n flex-wrap: wrap;\n }\n .runtime-summary-pill {\n border: 1px solid #CFD0D1;\n border-radius: 999px;\n padding: 4px 10px;\n font-size: 12px;\n color: #201637;\n background: #F7F7F7;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n }\n\n @media (max-width: 900px) {\n .side-nav { display: none; }\n .main-content { margin-left: 0; }\n .chart-row { grid-template-columns: 1fr; }\n .runtime-comparison-table { font-size: 11px; }\n }\n\n .text-muted { color: #CFD0D1; }\n .group-colors span { display: inline-block; width: 12px; height: 12px; border-radius: 2px;\n margin-right: 4px; vertical-align: middle; }\n .status-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 2px 8px;\n font-size: 11px; font-weight: 600; line-height: 1.3; }\n .status-success { background: #dcfce7; color: #166534; }\n .status-failed { background: #fee2e2; color: #991b1b; }\n .status-cancelled { background: #fef3c7; color: #92400e; }\n .status-other, .status-unknown { background: #F7F7F7; color: #201637; }\n .status-note { display: block; margin-top: 4px; font-size: 11px; white-space: normal; color: #201637; }\n</style>\n</head>\n<body>\n\n<nav class="navbar">\n <div class="container">\n <a class="navbar-brand" href="https://seqera.io">\n <svg width="300" height="99" viewBox="0 0 300 99" fill="none" xmlns="http://www.w3.org/2000/svg">\n<mask id="mask0_417_2142" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="24" y="24" width="51" height="51">\n<path d="M74.2084 24.75H24.7361V74.25H74.2084V24.75Z" fill="white"/>\n</mask>\n<g mask="url(#mask0_417_2142)">\n<path d="M66.7281 50.3716L66.8072 50.3914L66.8864 50.4112L66.9457 50.4508L67.0051 50.4904L67.0645 50.53L67.1238 50.5696L67.1832 50.6092L67.2426 50.6488L67.3019 50.6884L67.3613 50.728L67.4207 50.7874L67.4602 50.8468L67.4998 50.9062L67.5394 50.9656L67.579 51.025L67.6186 51.0844L67.6581 51.1438L67.6977 51.2032L67.7175 51.2626L67.7373 51.322L67.7571 51.4012L67.7769 51.4804L67.7967 51.5596L67.8165 51.6388V51.718V51.7972V51.8764V51.9556V52.0348V52.114L67.7967 52.1932L67.7769 52.2724L67.7571 52.3516L67.7373 52.411L67.7175 52.4902L67.6977 52.5496L67.6581 52.609L67.6186 52.6684L67.579 52.7278L67.5394 52.7872L67.4998 52.8466L67.4602 52.906L67.4207 52.9654L67.3613 53.0248L67.3019 53.0842L67.2426 53.1238L67.1832 53.1634L67.1238 53.203L67.0645 53.2426L67.0051 53.2822L66.9457 53.3218L66.8864 53.3614L66.8072 53.3812L66.7281 53.401L66.6489 53.4208L66.5697 53.4406L66.4906 53.4604H66.4114H66.3323H66.2531H66.2927H66.3719H66.5104H66.6489L66.7874 53.4406L66.926 53.4208L67.0645 53.401L67.203 53.3812L67.3415 53.3614L67.48 53.3416L67.6186 53.302L67.7571 53.2624L67.8758 53.2228L67.9946 53.1832L68.1133 53.1436L68.232 53.0842L68.3508 53.0248L68.4695 52.9654L68.5882 52.906L68.707 52.8466L68.8257 52.7872L68.9444 52.708L69.0632 52.6288L69.1819 52.5496L69.3006 52.4704L69.3996 52.3912L69.4985 52.312L69.5975 52.2328L69.6964 52.1338L69.7953 52.0348L69.8943 51.9358L69.9932 51.8368L70.0922 51.7378L70.1713 51.6388L70.2505 51.5398L70.3296 51.4408L70.4088 51.3418L70.488 51.223L70.5671 51.1042L70.6463 50.9854L70.7056 50.8666L70.765 50.7478L70.8244 50.629L70.8837 50.5102L70.9431 50.3914L71.0025 50.2726L71.042 50.1538L71.0816 50.035L71.1212 49.8964L71.1608 49.7578L71.2004 49.6192L71.2201 49.4806L71.2399 49.342L71.2597 49.2034L71.2795 49.0648L71.2993 48.9262L71.3191 48.7876L71.3389 48.649V48.5104V48.3718V48.2332V48.0946L71.3191 47.956L71.2993 47.8174L71.2795 47.6788L71.2597 47.5402L71.2399 47.4016L71.2201 47.263L71.2004 47.1244L71.1806 47.0254H66.3719H66.2729H54.8943L66.7083 50.2726L66.7281 50.3716Z" fill="#201637"/>\n<path d="M74.2084 51.559L74.1886 51.3808L74.1688 51.2224L74.149 51.0442L74.1292 50.866L74.1094 50.7076L74.0896 50.5492L74.0501 50.3908L74.0105 50.2324L73.9709 50.074L73.9313 49.9156L73.8918 49.7572L73.8522 49.5988L73.7928 49.4404L73.7334 49.282L73.6741 49.1236L73.6147 48.9652L73.5553 48.8068L73.496 48.6484L73.4168 48.49L73.3377 48.3316L73.2585 48.1732L73.1794 48.0148L73.1002 47.8762L73.021 47.7376L72.9221 47.599L72.8232 47.4604L72.7242 47.3218L72.6253 47.1832L72.5857 47.1436H71.1015L71.1213 47.2426L71.1609 47.3812L71.1807 47.5198L71.2005 47.6584L71.2203 47.797L71.24 47.9356L71.2598 48.0742V48.2128V48.3514V48.49V48.6286V48.7672V48.9058L71.24 49.0444L71.2203 49.183L71.2005 49.3216L71.1807 49.4602L71.1609 49.5988L71.1213 49.7374L71.0817 49.876L71.0422 50.0146L71.0026 50.1532L70.963 50.272L70.9234 50.3908L70.8641 50.5096L70.8047 50.6284L70.7453 50.7472L70.686 50.866L70.6266 50.9848L70.5672 51.1036L70.4881 51.2224L70.4089 51.3412L70.3297 51.46L70.2506 51.559L70.1714 51.658L70.0923 51.757L70.0131 51.856L69.9142 51.955L69.8152 52.054L69.7163 52.153L69.6173 52.252L69.5184 52.351L69.4195 52.4302L69.3205 52.5094L69.2216 52.5886L69.1028 52.6678L68.9841 52.747L68.8654 52.8262L68.7466 52.9054L68.6279 52.9648L68.5092 53.0242L68.3904 53.0836L68.2717 53.143L68.153 53.2024L68.0342 53.2618L67.9155 53.3014L67.7968 53.341L67.678 53.3806L67.5395 53.4202L67.401 53.4598L67.2625 53.4796L67.1239 53.4994L66.9854 53.5192L66.8469 53.539L66.7084 53.5588L66.5699 53.5786H66.4313H66.2928H66.1543H24.7361V59.974H66.2334H66.4115H66.5699L66.748 59.9542L66.9261 59.9344L67.1042 59.9146L67.2625 59.8948L67.4406 59.875L67.5989 59.8552L67.7572 59.8354L67.9155 59.7958L68.0738 59.7562L68.2321 59.7166L68.3904 59.677L68.5487 59.6374L68.7071 59.5978L68.8654 59.5384L69.0237 59.479L69.182 59.4196L69.3403 59.3602L69.4986 59.3008L69.6569 59.2216L69.8152 59.1424L69.9736 59.0632L70.1319 58.984L70.2704 58.9048L70.4089 58.8256L70.5474 58.7266L70.686 58.6276L70.8245 58.5286L70.963 58.4296L71.1015 58.3306L71.24 58.2316L71.3786 58.1128L71.5171 57.994L71.6358 57.8752L71.7546 57.7564L71.8733 57.6376L71.992 57.5188L72.1108 57.4L72.2295 57.2812L72.3482 57.1624L72.4472 57.0238L72.5461 56.8852L72.6451 56.7466L72.744 56.608L72.8429 56.4694L72.9419 56.3308L73.0408 56.1922L73.12 56.0536L73.1991 55.915L73.2783 55.7764L73.3575 55.618L73.4366 55.4596L73.5158 55.3012L73.5751 55.1428L73.6345 54.9844L73.6939 54.826L73.7532 54.6676L73.8126 54.5092L73.872 54.3508L73.9115 54.1924L73.9511 54.034L73.9907 53.8756L74.0303 53.7172L74.0699 53.5588L74.1094 53.4004L74.1292 53.242L74.149 53.0638L74.1688 52.9054L74.1886 52.7272L74.2084 52.549L74.2282 52.3906V52.2124V52.0342V51.856L74.2084 51.559Z" fill="#0DC09D"/>\n<path d="M32.2163 48.6089L32.1372 48.5891L32.058 48.5693L31.9986 48.5297L31.9393 48.4901L31.8799 48.4505L31.8205 48.4109L31.7612 48.3713L31.7018 48.3317L31.6424 48.2921L31.5831 48.2525L31.5237 48.1931L31.4841 48.1337L31.4445 48.0743L31.405 48.0149L31.3654 47.9555L31.3258 47.8961L31.2862 47.8367L31.2467 47.7773L31.2269 47.7179L31.2071 47.6387L31.1873 47.5595L31.1675 47.4803L31.1477 47.4011L31.1279 47.3219V47.2427V47.1635V47.0843V47.0051V46.9259V46.8467L31.1477 46.7675L31.1675 46.6883L31.1873 46.6091L31.2071 46.5299L31.2269 46.4507L31.2467 46.3913L31.2862 46.3319L31.3258 46.2725L31.3654 46.2131L31.405 46.1537L31.4445 46.0943L31.4841 46.0349L31.5237 45.9755L31.5831 45.9161L31.6424 45.8567L31.7018 45.8171L31.7612 45.7775L31.8205 45.7379L31.8799 45.6983L31.9393 45.6587L31.9986 45.6191L32.058 45.5993L32.1372 45.5795L32.2163 45.5597L32.2955 45.5399L32.3746 45.5201L32.4538 45.5003L32.5329 45.4805H32.6121H32.6912H32.711H32.6319H32.4934L32.3548 45.5003L32.2163 45.5201L32.0778 45.5399L31.9393 45.5597L31.8007 45.5795L31.6622 45.5993L31.5237 45.6389L31.3852 45.6785L31.2467 45.7181L31.1081 45.7577L30.9894 45.7973L30.8509 45.8369L30.7321 45.8963L30.6134 45.9557L30.4947 46.0151L30.3759 46.0745L30.2572 46.1339L30.1385 46.1933L30.0197 46.2725L29.901 46.3517L29.7823 46.4309L29.6635 46.5101L29.5448 46.5893L29.4459 46.6685L29.3469 46.7477L29.248 46.8467L29.149 46.9457L29.0501 47.0447L28.9511 47.1437L28.8522 47.2427L28.7533 47.3417L28.6741 47.4407L28.5949 47.5397L28.5158 47.6585L28.4366 47.7773L28.3575 47.8961L28.2783 48.0149L28.219 48.1337L28.1596 48.2525L28.1002 48.3713L28.0409 48.4901L27.9815 48.6089L27.9221 48.7277L27.8825 48.8465L27.843 48.9653L27.8034 49.1039L27.7638 49.2425L27.7242 49.3811L27.6846 49.5197L27.6649 49.6583L27.6451 49.7969L27.6253 49.9355L27.6055 50.0741L27.5857 50.2127L27.5659 50.3513V50.4899V50.6285V50.7671V50.9057L27.5857 51.0443L27.6055 51.1829L27.6253 51.3215L27.6451 51.4601L27.6649 51.5987L27.6846 51.7373L27.7242 51.8759L27.744 51.9749H32.5527H32.6517H44.0303L32.2163 48.7277V48.6089Z" fill="#201637"/>\n<path d="M24.7361 47.4407V47.6189L24.7559 47.7971L24.7757 47.9753L24.7955 48.1337L24.8153 48.2921L24.8351 48.4505L24.8746 48.6287L24.9142 48.7871L24.9538 48.9455L24.9934 49.1039L25.0329 49.2623L25.0923 49.4207L25.1517 49.5791L25.211 49.7375L25.2704 49.8959L25.3298 50.0543L25.3891 50.2127L25.4485 50.3711L25.5277 50.5295L25.6068 50.6879L25.686 50.8463L25.7651 51.0047L25.8443 51.1433L25.9234 51.2819L26.0224 51.4205L26.1213 51.5591L26.2203 51.6977L26.3192 51.8363L26.3588 51.8759H27.843L27.8232 51.7769L27.7836 51.6383L27.7638 51.4997L27.744 51.3611L27.7242 51.2225L27.7044 51.0839L27.6847 50.9453L27.6649 50.8067V50.6681V50.5295V50.3909V50.2523L27.6847 50.1137L27.7044 49.9751L27.7242 49.8365L27.744 49.6979L27.7638 49.5593L27.7836 49.4207L27.8232 49.2821L27.8628 49.1435L27.9023 49.0049L27.9419 48.8663L27.9815 48.7475L28.0211 48.6287L28.0804 48.5099L28.1398 48.3911L28.1992 48.2723L28.2585 48.1535L28.3179 48.0347L28.3773 47.9159L28.4564 47.7971L28.5356 47.6783L28.6147 47.5595L28.6939 47.4407L28.773 47.3417L28.8522 47.2427L28.9512 47.1437L29.0501 47.0447L29.149 46.9457L29.248 46.8467L29.3469 46.7477L29.4459 46.6487L29.5448 46.5695L29.6438 46.4903L29.7625 46.4111L29.8812 46.3319L30 46.2527L30.1187 46.1735L30.2374 46.0943L30.3562 46.0349L30.4749 45.9755L30.5936 45.9161L30.7124 45.8567L30.8311 45.7973L30.9498 45.7379L31.0884 45.6983L31.2071 45.6587L31.3456 45.6191L31.4841 45.5795L31.6227 45.5399L31.7612 45.5003L31.8997 45.4805L32.0382 45.4607L32.1767 45.4409L32.3153 45.4211L32.4538 45.4013L32.5923 45.3815H32.7308H32.8694H74.2084V39.0059H32.711H32.5329H32.3548L32.1767 39.0257L31.9986 39.0455L31.8205 39.0653L31.6622 39.0851L31.4841 39.1049L31.3258 39.1247L31.1675 39.1643L30.9894 39.2039L30.8311 39.2435L30.6728 39.2831L30.5145 39.3227L30.3562 39.3623L30.1979 39.4019L30.0395 39.4613L29.8812 39.5207L29.7229 39.5801L29.5646 39.6395L29.4063 39.6989L29.248 39.7781L29.0897 39.8573L28.9314 39.9365L28.773 40.0157L28.6345 40.0949L28.496 40.1741L28.3575 40.2731L28.219 40.3721L28.1002 40.5899L27.9617 40.6889L27.8232 40.7879L27.6847 40.8869L27.5461 40.9859L27.4076 41.1047L27.2889 41.2235L27.1701 41.3423L27.0514 41.4611L26.9327 41.5799L26.8139 41.6987L26.6952 41.8175L26.5765 41.9561L26.4775 42.0947L26.3786 42.2333L26.2796 42.3719L26.1807 42.5105L26.0818 42.6491L25.9828 42.7877L25.8839 42.9263L25.8047 43.0649L25.7256 43.2035L25.6464 43.3421L25.5672 43.5005L25.4881 43.6589L25.4089 43.8173L25.3496 43.9757L25.2902 44.1341L25.2308 44.2925L25.1715 44.4509L25.1121 44.6093L25.0527 44.7677L24.9934 44.9261L24.9538 45.0845L24.9142 45.2429L24.8746 45.4013L24.8351 45.5597L24.7955 45.7181L24.7757 45.8765L24.7559 46.0547L24.7361 46.2329L24.7163 46.4111L24.6965 46.5695V46.7279V46.9061V47.0843V47.2625L24.7361 47.4407Z" fill="#0DC09D"/>\n<path d="M32.2163 34.2538L32.1371 34.234L32.058 34.1944L31.9986 34.1746L31.9392 34.135L31.8799 34.0954L31.8205 34.0558L31.7611 34.0162L31.7018 33.9766L31.6424 33.937L31.583 33.8974L31.5237 33.838L31.4841 33.7786L31.4445 33.7192L31.4049 33.6598L31.3654 33.6004L31.3258 33.541L31.2862 33.4816L31.2466 33.4222L31.2268 33.3628L31.2071 33.2836L31.1873 33.2242L31.1675 33.145L31.1477 33.0658L31.1279 32.9866L31.1081 32.9074V32.8282V32.749V32.6698V32.5906L31.1279 32.5114L31.1477 32.4322L31.1675 32.353L31.1873 32.2738L31.2071 32.1946L31.2268 32.1352L31.2466 32.0758L31.2862 32.0164L31.3258 31.957L31.3654 31.8976L31.4049 31.8382L31.4445 31.7788L31.4841 31.7194L31.5237 31.66L31.583 31.6006L31.6424 31.561L31.7018 31.5214L31.7611 31.4818L31.8205 31.4422L31.8799 31.4026L31.9392 31.363L31.9986 31.3234L32.058 31.2838L32.1371 31.264L32.2163 31.2442L32.2954 31.2244L32.3746 31.2046L32.4538 31.1848L32.5329 31.165H32.6121H32.6912H32.711H32.6319H32.4933H32.3548L32.2163 31.1848L32.0778 31.2046L31.9392 31.2244L31.8007 31.2442L31.6622 31.264L31.5237 31.2838L31.3852 31.3234L31.2466 31.363L31.1081 31.4026L30.9894 31.4422L30.8706 31.4818L30.7519 31.5214L30.6332 31.5808L30.5144 31.6402L30.3957 31.6996L30.277 31.759L30.1582 31.8184L30.0395 31.8976L29.9208 31.9768L29.802 32.056L29.6833 32.1352L29.5646 32.2144L29.4656 32.2936L29.3667 32.3728L29.2677 32.452L29.1688 32.551L29.0698 32.65L28.9709 32.749L28.8917 32.8678L28.7928 32.9668L28.7136 33.0658L28.6345 33.1846L28.5553 33.2836L28.4762 33.4024L28.397 33.5212L28.3179 33.64L28.2585 33.7588L28.1991 33.8776L28.1398 33.9964L28.0804 34.1152L28.021 34.234L27.9617 34.3528L27.9221 34.4716L27.8825 34.5904L27.8429 34.7092L27.8034 34.8478L27.7638 34.9864L27.7242 35.125L27.7044 35.2636L27.6846 35.4022L27.6648 35.5408L27.645 35.6794L27.6253 35.818L27.6055 35.9566V36.0952V36.2338V36.3724V36.511L27.6253 36.6496L27.645 36.7882L27.6648 36.9268L27.6846 37.0654L27.7044 37.204L27.7242 37.3426L27.7638 37.4812L27.8034 37.6198L27.8429 37.7386L27.8825 37.8772L27.9221 37.996L27.9617 38.1148L28.021 38.2336L28.0804 38.3524L28.1398 38.4712L28.1991 38.59L28.2387 38.6494L28.397 38.5702L28.5553 38.491L28.7334 38.4118L28.9115 38.3326L29.0896 38.2534L29.2677 38.194L29.4458 38.1346L29.6239 38.0752L29.802 38.0158L29.9801 37.9564L30.1582 37.897L30.3363 37.8574L30.5144 37.8178L30.6925 37.7782L30.8706 37.7386L31.0487 37.699L31.2268 37.6792L31.4049 37.6594L31.583 37.6396L31.7611 37.6198L31.9392 37.6L32.1173 37.5802H32.2954H32.4933H32.6714H44.0501L32.2361 34.333L32.2163 34.2538Z" fill="#201637"/>\n<path d="M66.2333 67.8543H66.3719H66.5104H66.6489L66.7874 67.8344L66.926 67.8146L67.0645 67.7948L67.203 67.775L67.3415 67.7553L67.48 67.7354L67.6186 67.6958L67.7571 67.6563L67.8758 67.6166L67.9946 67.577L68.1133 67.5374L68.232 67.478L68.3508 67.4186L68.4695 67.3593L68.5882 67.2998L68.707 67.2404L68.8257 67.181L68.9444 67.1018L69.0632 67.0226L69.1819 66.9434L69.3006 66.8643L69.3996 66.785L69.4985 66.7058L69.5975 66.6068L69.6964 66.5078L69.7953 66.4088L69.8943 66.3098L69.9932 66.2108L70.0922 66.1118L70.1713 66.0128L70.2505 65.9138L70.3296 65.795L70.4088 65.6763L70.488 65.5574L70.5671 65.4386L70.6463 65.3198L70.7056 65.201L70.765 65.0823L70.8244 64.9634L70.8837 64.8446L70.9431 64.7258L71.0025 64.607L71.042 64.4883L71.0816 64.3496L71.1212 64.2308L71.1608 64.0923L71.2004 63.9536L71.2201 63.815L71.2399 63.6764L71.2597 63.5378L71.2795 63.3993L71.2993 63.2606L71.3191 63.122V62.9834V62.8448V62.7063V62.5676V62.429V62.2904L71.2993 62.1518L71.2795 62.0133L71.2399 61.9736L71.2201 61.835L71.2004 61.6964L71.1806 61.5578L71.141 61.4193L71.1014 61.2806L71.042 61.1816L71.0025 61.0628L70.9629 60.944L70.9035 60.8253L70.8442 60.7064L70.7848 60.5876L70.7254 60.4688L70.6858 60.3896L70.5275 60.4688L70.3692 60.548L70.1911 60.6273L70.013 60.7064L69.8349 60.7856L69.6568 60.8648L69.4787 60.9243L69.3006 60.9836L69.1225 61.043L68.9444 61.1024L68.7663 61.1618L68.5882 61.2014L68.4101 61.241L68.232 61.2806L68.0539 61.3203L67.8758 61.3598L67.6977 61.3994L67.5196 61.4193L67.3415 61.439L67.1634 61.4588L66.9853 61.4786L66.8072 61.4984H66.6291H66.451H66.2729H54.8943L66.7083 64.7456L66.7874 64.7654L66.8666 64.7853L66.9457 64.805L67.0051 64.8446L67.0645 64.8843L67.1238 64.9238L67.1832 64.9634L67.2426 65.003L67.3019 65.0426L67.3613 65.0823L67.4207 65.1218L67.48 65.1813L67.5196 65.2406L67.5592 65.3L67.5988 65.3594L67.6384 65.4188L67.6779 65.4783L67.7175 65.5376L67.7571 65.597L67.7769 65.6564L67.7967 65.7158L67.8165 65.795L67.8362 65.8743L67.856 65.9534L67.8758 66.0326V66.1118V66.191V66.2703V66.3494V66.4286V66.5078L67.856 66.587L67.8362 66.6663L67.8165 66.7454L67.7967 66.8246L67.7769 66.9038L67.7571 66.9633L67.7175 67.0226L67.6779 67.082L67.6384 67.1414L67.5988 67.2008L67.5592 67.2603L67.5196 67.3196L67.48 67.379L67.4207 67.4384L67.3613 67.4978L67.3019 67.5374L67.2426 67.577L67.1832 67.6166L67.1238 67.6563L67.0645 67.6958L67.0051 67.7354L66.9457 67.775L66.8666 67.7948L66.7874 67.8146L66.7083 67.8344L66.6291 67.8543L66.55 67.874H66.4708H66.3917H66.3125L66.2333 67.8543Z" fill="#201637"/>\n<path d="M74.2084 65.9336V65.7554L74.1886 65.597L74.1688 65.4188L74.149 65.2604L74.1292 65.102L74.1094 64.9436L74.0896 64.7852L74.0501 64.6268L74.0105 64.4684L73.9709 64.31L73.9313 64.1516L73.8918 63.9932L73.8324 63.8348L73.773 63.6764L73.7137 63.518L73.6543 63.3596L73.5949 63.2012L73.5356 63.0428L73.4564 62.8844L73.3772 62.726L73.2981 62.5676L73.2189 62.4092L73.1398 62.2706L73.0408 62.132L72.9419 61.9934L72.8429 61.8548L72.744 61.7162L72.6451 61.5776L72.5461 61.439L72.4472 61.3004L72.3482 61.1618L72.2295 61.043L72.1108 60.9242L71.992 60.8054L71.8733 60.6866L71.7546 60.5678L71.6358 60.3896L71.5171 60.2708L71.3786 60.152L71.24 60.0332L71.0619 60.152L70.9036 60.251L70.7255 60.35L70.7057 60.3698L70.7453 60.449L70.8047 60.5678L70.8641 60.6866L70.9234 60.8054L70.9828 60.9242L71.0224 61.043L71.0619 61.1618L71.1015 61.3004L71.1411 61.439L71.1807 61.5776L71.2203 61.7162L71.24 61.8548L71.2598 61.9934L71.2796 62.132L71.2994 62.2706L71.3192 62.4092V62.5478V62.6864V62.825V62.9636V63.1022V63.2408L71.2994 63.3794L71.2796 63.518L71.2598 63.6566L71.24 63.7952L71.2203 63.9338L71.1807 64.0724L71.1411 64.211L71.1015 64.3496L71.0619 64.4684L71.0224 64.607L70.9828 64.7258L70.9234 64.8446L70.8641 64.9634L70.8047 65.0822L70.7453 65.201L70.686 65.3198L70.6266 65.4386L70.5474 65.5574L70.4683 65.6762L70.3891 65.795L70.31 65.894L70.2308 65.993L70.1517 66.092L70.0527 66.1316L69.9538 66.2306L69.8548 66.3296L69.7559 66.4286L69.6569 66.5276L69.558 66.6266L69.459 66.7256L69.3601 66.8048L69.2611 66.884L69.1424 66.9632L69.0237 67.0424L68.905 67.1216L68.7862 67.2008L68.6675 67.2602L68.5487 67.3196L68.43 67.379L68.3113 67.4384L68.1925 67.4978L68.0738 67.5176L67.9551 67.5572L67.8166 67.5968L67.6978 67.6364L67.5593 67.676L67.4208 67.7156L67.2823 67.7354L67.1437 67.7552L67.0052 67.775L66.8667 67.7948L66.7282 67.8146L66.5896 67.8344H66.4511H66.3126H66.1741H24.7361V74.2496H66.2334H66.4115H66.5699L66.748 74.2298L66.9261 74.21L67.1042 74.1902L67.2823 74.1704L67.4604 74.1506L67.6187 74.1308L67.777 74.111L67.9353 74.0714L68.0936 74.0318L68.2519 73.9922L68.4102 73.9526L68.5685 73.913L68.7268 73.8734L68.8852 73.814L69.0435 73.7546L69.2018 73.6952L69.3601 73.6358L69.5184 73.5764L69.6767 73.4972L69.835 73.418L69.9933 73.3388L70.1319 73.2596L70.2902 73.1804L70.4287 73.1012L70.5672 73.0022L70.7057 72.9032L70.8443 72.8042L70.9828 72.7052L71.1213 72.6062L71.2598 72.5072L71.3983 72.4082L71.5369 72.2894L71.6556 72.1706L71.7743 72.0518L71.8931 71.933L72.0118 71.8142L72.1305 71.6954L72.2493 71.5766L72.368 71.4578L72.467 71.3192L72.5659 71.1806L72.6648 71.042L72.7638 70.9034L72.8627 70.7648L72.9617 70.6262L73.0606 70.4876L73.1596 70.349L73.2387 70.2104L73.3179 70.052L73.397 69.8936L73.4762 69.7352L73.5553 69.5768L73.6147 69.4184L73.6741 69.26L73.7334 69.1016L73.7928 68.9432L73.8522 68.7848L73.9115 68.6264L73.9511 68.468L73.9907 68.3096L74.0303 68.1512L74.0699 67.9928L74.1094 67.8344L74.1292 67.6562L74.149 67.4978L74.1688 67.3196L74.1886 67.1612L74.2084 66.983L74.2282 66.8048V66.6464V66.4682V66.29V66.1118L74.2084 65.9336Z" fill="#0DC09D"/>\n<path d="M24.7359 33.066V33.2442L24.7556 33.4026L24.7754 33.5808L24.7952 33.7392L24.815 33.8976L24.8348 34.056L24.8744 34.2144L24.914 34.3728L24.9535 34.5312L24.9931 34.6896L25.0327 34.848L25.0723 35.0064L25.1316 35.1648L25.191 35.3232L25.2504 35.4816L25.3097 35.64L25.3691 35.7984L25.4483 35.9568L25.5274 36.1152L25.6066 36.2736L25.6857 36.432L25.7649 36.5904L25.844 36.729L25.943 36.8676L26.0419 37.0062L26.1409 37.1448L26.2398 37.2834L26.3388 37.422L26.4377 37.5606L26.5366 37.6992L26.6356 37.8378L26.7543 37.9566L26.8731 38.0754L26.9918 38.1942L27.1105 38.313L27.2293 38.4318L27.348 38.5506L27.4667 38.6694L27.6052 38.7882L27.7438 38.8872L27.9219 38.7684L28.0802 38.6694L28.2583 38.5704L28.2781 38.5506L28.2385 38.4714L28.1791 38.3526L28.1198 38.2338L28.0604 38.115L28.001 37.9962L27.9614 37.8774L27.9021 37.818L27.8625 37.6794L27.8229 37.5606L27.7833 37.422L27.7438 37.2834L27.724 37.1448L27.7042 37.026L27.6844 36.8874L27.6646 36.7488L27.6448 36.6102L27.625 36.4716V36.333V36.1944V36.0558V35.9172L27.6448 35.7786L27.6646 35.64L27.6844 35.5014L27.7042 35.3628L27.724 35.2242L27.7438 35.0856L27.7833 34.947L27.8229 34.8084L27.8625 34.6698L27.9021 34.551L27.9417 34.4322L27.9812 34.3134L28.0406 34.1946L28.1 34.0758L28.1593 33.957L28.2187 33.8382L28.2781 33.7194L28.3374 33.6006L28.4166 33.4818L28.4957 33.363L28.5749 33.2442L28.6541 33.1452L28.7332 33.0264L28.8124 32.9274L28.9113 32.8284L29.0103 32.7294L29.1092 32.6304L29.2081 32.5314L29.3071 32.4324L29.406 32.3532L29.505 32.2542L29.6039 32.175L29.7227 32.0958L29.8414 32.0166L29.9601 31.9374L30.0789 31.8582L30.1976 31.779L30.3163 31.7196L30.4351 31.6602L30.5538 31.6008L30.6725 31.5414L30.7913 31.482L30.91 31.4424L31.0485 31.4028L31.1673 31.3632L31.3058 31.3236L31.4443 31.284L31.5828 31.2444L31.7213 31.2246L31.8599 31.2048L31.9984 31.185L32.1369 31.1652L32.2754 31.1454L32.414 31.1256L32.5525 31.1058H32.691H32.8295H74.2082V24.75H32.7108H32.5327H32.3546H32.1765L31.9984 24.7698L31.8203 24.7896L31.6422 24.8094L31.4839 24.8292L31.3058 24.849L31.1475 24.8886L30.9892 24.9282L30.8308 24.9678L30.6725 25.0074L30.5142 25.047L30.3559 25.0866L30.1976 25.1262L30.0393 25.1856L29.881 25.245L29.7227 25.3044L29.5643 25.3638L29.406 25.4232L29.2477 25.5024L29.0894 25.5816L28.9311 25.6608L28.7728 25.74L28.6343 25.8192L28.4957 25.8984L28.3572 25.9974L28.2187 26.0964L28.0802 26.1954L27.9417 26.2944L27.8031 26.3934L27.6646 26.4924L27.5261 26.5914L27.3876 26.6904L27.2688 26.8092L27.1501 26.928L27.0314 27.0468L26.9126 27.1656L26.7939 27.2844L26.6752 27.4032L26.5564 27.5418L26.5169 27.72L26.4179 27.8586L26.319 27.9972L26.22 28.1358L26.1211 28.2744L26.0221 28.413L25.9232 28.5516L25.8242 28.6902L25.7451 28.8288L25.6659 28.9872L25.5868 29.1258L25.5076 29.2842L25.4285 29.4426L25.3493 29.601L25.2899 29.7594L25.2306 29.9178L25.1712 30.0762L25.1118 30.2346L25.0525 30.393L25.0129 30.5514L24.9733 30.7098L24.9337 30.8682L24.8942 31.0266L24.8546 31.185L24.815 31.3434L24.7952 31.5216L24.7754 31.68L24.7556 31.8384L24.7359 31.9968L24.7161 32.175V32.3334V32.4918V32.67V32.8482L24.7359 33.066Z" fill="#0DC09D"/>\n</g>\n<path d="M102.724 64.9237H90.0396V59.9341H102.724C104.683 59.9341 106.207 59.5579 107.256 58.7857C108.325 58.0333 108.859 57.0433 108.859 55.8355C108.859 54.6277 108.364 53.7565 107.355 53.1823C106.346 52.6279 104.861 52.1527 102.902 51.7963L100.864 51.4399C98.8654 51.0835 97.0251 50.5489 95.3826 49.8757C93.7401 49.2025 92.434 48.2521 91.4644 47.0443C90.4947 45.8365 90.0198 44.2921 90.0198 42.4111C90.0198 39.5995 91.0686 37.4215 93.1464 35.8771C95.2243 34.3327 97.9947 33.5605 101.438 33.5605H113.826V38.6095H101.438C99.7559 38.6095 98.4301 38.9263 97.4604 39.5401C96.4908 40.1539 96.0158 41.0251 96.0158 42.1537C96.0158 43.3615 96.4908 44.2327 97.4208 44.8069C98.3707 45.3613 99.6372 45.7969 101.24 46.0741L103.338 46.4305C105.455 46.7869 107.414 47.3017 109.175 47.9353C110.937 48.5689 112.342 49.4995 113.351 50.7073C114.38 51.9151 114.875 53.5189 114.875 55.5187C114.875 58.4887 113.766 60.7855 111.57 62.4487C109.433 64.0921 106.464 64.9237 102.724 64.9237Z" fill="#201637"/>\n<path d="M179.604 74.0523V60.0537H178.635C178.199 60.8655 177.546 61.6377 176.715 62.3703C175.864 63.1227 174.796 63.7167 173.489 64.2117C172.183 64.6869 170.581 64.9443 168.641 64.9443C166.148 64.9443 163.872 64.3503 161.774 63.1425C159.697 61.9347 158.034 60.2121 156.788 57.9351C155.541 55.6779 154.927 52.9257 154.927 49.7181V48.8073C154.927 45.5997 155.561 42.8673 156.827 40.5903C158.094 38.3331 159.756 36.5907 161.854 35.3829C163.931 34.1751 166.207 33.5811 168.641 33.5811C171.53 33.5811 173.747 34.0959 175.29 35.1453C176.834 36.1947 177.982 37.3629 178.753 38.6895H179.723V33.5811H185.798V74.0523H179.604ZM170.402 59.4993C173.133 59.4993 175.35 58.6281 177.071 56.9055C178.793 55.1829 179.664 52.7079 179.664 49.5003V48.9657C179.664 45.7977 178.793 43.3425 177.051 41.6199C175.31 39.8973 173.094 39.0261 170.402 39.0261C167.711 39.0261 165.554 39.8973 163.813 41.6199C162.071 43.3425 161.201 45.7977 161.201 48.9657V49.5003C161.201 52.7079 162.071 55.1829 163.813 56.9055C165.554 58.6479 167.751 59.4993 170.402 59.4993Z" fill="#201637"/>\n<path d="M149.011 48.6085C149.011 45.5989 148.417 42.9655 147.21 40.7281C146.003 38.4907 144.34 36.7285 142.183 35.4613C140.026 34.1941 137.533 33.5605 134.703 33.5605C131.854 33.5605 129.202 34.1941 127.005 35.4811C125.897 36.1147 124.927 36.8869 124.057 37.7779C123.958 37.8967 123.839 37.9957 123.74 38.1145C123.424 38.4709 123.127 38.8273 122.85 39.2035C122.474 39.7183 122.137 40.2529 121.821 40.8271C120.554 43.1041 119.921 45.7969 119.921 48.8857V49.5985C119.921 52.6873 120.554 55.3801 121.821 57.6571C123.087 59.9341 124.829 61.7161 127.084 62.9833C129.321 64.2505 131.953 64.8841 134.96 64.8841C137.612 64.8841 139.809 64.4683 141.57 63.6169C143.331 62.7655 144.736 61.7359 145.785 60.4885C146.082 60.1321 146.339 59.7955 146.596 59.4589C147.269 58.5877 147.803 57.7363 148.239 56.9245L143.074 54.2713C142.441 55.6375 141.511 56.8453 140.343 57.8749C139.156 58.9243 137.414 59.4391 135.079 59.4391C132.586 59.4391 130.508 58.6669 128.846 57.1225C128.747 57.0235 128.648 56.9245 128.549 56.8255C128.45 56.7265 128.351 56.6275 128.272 56.5087C128.054 56.2513 127.836 55.9939 127.658 55.6969C126.847 54.4891 126.392 53.0437 126.273 51.3607C126.253 51.2023 126.253 51.0439 126.253 50.8855H149.011V48.6085ZM130.35 46.1929L127.183 49.3609H126.135C126.115 48.4501 126.135 47.2819 126.253 46.1929C126.313 45.7771 126.392 45.3811 126.491 45.0049C126.59 44.6287 126.708 44.2525 126.847 43.9159C127.322 42.7477 128.015 41.7775 128.925 40.9657C130.389 39.6787 132.289 39.0451 134.604 39.0451C136.939 39.0451 138.819 39.6787 140.264 40.9657C141.708 42.2527 142.52 43.9951 142.738 46.1929H130.35Z" fill="#201637"/>\n<path d="M220.844 48.6085C220.844 45.5989 220.251 42.9655 219.044 40.7281C217.836 38.4907 216.174 36.7285 214.017 35.4613C211.88 34.1941 209.367 33.5605 206.537 33.5605C203.707 33.5605 201.036 34.1941 198.839 35.4811C197.731 36.1147 196.761 36.8869 195.891 37.7779C195.792 37.8967 195.673 37.9957 195.574 38.1145C195.257 38.4709 194.96 38.8273 194.683 39.2035C194.307 39.7183 193.971 40.2529 193.654 40.8271C192.388 43.1041 191.755 45.7969 191.755 48.8857V49.5985C191.755 52.6873 192.388 55.3801 193.654 57.6571C194.921 59.9341 196.662 61.7161 198.918 62.9833C201.154 64.2505 203.786 64.8841 206.794 64.8841C209.446 64.8841 211.643 64.4683 213.404 63.6169C215.165 62.7655 216.57 61.7359 217.619 60.4885C217.916 60.1321 218.173 59.7955 218.43 59.4589C219.103 58.5877 219.637 57.7363 220.073 56.9245L214.908 54.2713C214.274 55.6375 213.344 56.8453 212.177 57.8749C210.989 58.9243 209.248 59.4391 206.913 59.4391C204.42 59.4391 202.342 58.6669 200.679 57.1225C200.58 57.0235 200.482 56.9245 200.383 56.8255C200.284 56.7265 200.185 56.6275 200.106 56.5087C199.888 56.2513 199.67 55.9939 199.492 55.6969C198.681 54.4891 198.226 53.0437 198.107 51.3607C198.087 51.2023 198.087 51.0439 198.087 50.8855H220.844V48.6085ZM202.203 46.1929L199.037 49.3609H197.988C197.968 48.4501 197.988 47.2819 198.107 46.1929C198.166 45.7771 198.245 45.3811 198.344 45.0049C198.443 44.6287 198.562 44.2525 198.701 43.9159C199.175 42.7477 199.868 41.7775 200.778 40.9657C202.243 39.6787 204.143 39.0451 206.458 39.0451C208.793 39.0451 210.673 39.6787 212.117 40.9657C213.562 42.2527 214.373 43.9951 214.591 46.1929H202.203Z" fill="#201637"/>\n<path d="M226.781 64.9244V33.5612H232.856V37.046H233.826C234.301 35.7986 235.073 34.8878 236.141 34.3136C237.21 33.7394 238.516 33.4424 240.079 33.4424H243.621V39.0458H239.842C237.843 39.0458 236.201 39.6002 234.914 40.709C233.628 41.8178 232.995 43.5008 232.995 45.7976V64.9442L226.781 64.9244Z" fill="#201637"/>\n<path d="M273.523 44.8076C273.523 41.1842 272.414 38.3726 270.198 36.4124C267.982 34.4324 264.934 33.4424 261.075 33.4424C258.542 33.4424 256.385 33.8384 254.644 34.6502C252.903 35.462 251.478 36.5312 250.409 37.8578C249.34 39.1844 248.569 40.6298 248.074 42.2138L253.872 44.0948C254.228 42.491 254.98 41.1644 256.108 40.1744C257.236 39.1646 258.859 38.6696 260.996 38.6696C263.133 38.6696 264.776 39.2042 265.825 40.2734C266.873 41.3426 267.388 42.7286 267.388 44.4116V49.5596H266.379L263.153 46.3322H258.325C255.059 46.3322 252.348 47.1044 250.191 48.6686C248.034 50.213 246.966 52.5098 246.966 55.5392C246.966 57.5588 247.461 59.2616 248.45 60.6674C249.439 62.0732 250.765 63.1424 252.447 63.875C254.129 64.6076 256.029 64.964 258.147 64.964C260.264 64.964 261.847 64.667 263.094 64.0928C264.34 63.5186 265.29 62.8256 265.924 62.0336C266.577 61.2416 267.052 60.5288 267.368 59.8952H268.338V64.9442H273.483L273.523 44.8076ZM267.408 51.7574C267.408 54.2522 266.636 56.2124 265.073 57.6578C263.529 59.0834 261.53 59.7962 259.057 59.7962C257.236 59.7962 255.811 59.4002 254.763 58.5884C253.714 57.7766 253.199 56.6876 253.199 55.3214C253.199 53.9552 253.714 52.9058 254.703 52.2128C255.713 51.5 257.038 51.1634 258.701 51.1634H267.408V51.7574Z" fill="#201637"/>\n</svg>\n\n </a>\n <div class="navbar-right">Pipeline benchmarking report</div>\n </div>\n</nav>\n\n<svg xmlns="http://www.w3.org/2000/svg" style="display:none">\n <symbol id="ic-benchmark" viewBox="0 0 20 20"><rect x="2" y="2" width="7" height="7" rx="1" fill="currentColor" opacity=".85"/><rect x="11" y="2" width="7" height="7" rx="1" fill="currentColor" opacity=".55"/><rect x="2" y="11" width="7" height="7" rx="1" fill="currentColor" opacity=".55"/><rect x="11" y="11" width="7" height="7" rx="1" fill="currentColor" opacity=".85"/></symbol>\n <symbol id="ic-run" viewBox="0 0 20 20"><path d="M6 3.5v13l10-6.5z" fill="currentColor"/></symbol>\n <symbol id="ic-table" viewBox="0 0 20 20"><rect x="3" y="4" width="14" height="2" rx="1" fill="currentColor"/><rect x="3" y="9" width="14" height="2" rx="1" fill="currentColor"/><rect x="3" y="14" width="14" height="2" rx="1" fill="currentColor"/></symbol>\n <symbol id="ic-chart" viewBox="0 0 20 20"><rect x="2" y="10" width="4" height="8" rx="1" fill="currentColor"/><rect x="8" y="5" width="4" height="13" rx="1" fill="currentColor"/><rect x="14" y="2" width="4" height="16" rx="1" fill="currentColor"/></symbol>\n <symbol id="ic-process" viewBox="0 0 20 20"><circle cx="5" cy="10" r="3" fill="currentColor"/><circle cx="15" cy="5" r="2.5" fill="currentColor" opacity=".7"/><circle cx="15" cy="15" r="2.5" fill="currentColor" opacity=".7"/><line x1="7.5" y1="9" x2="12.5" y2="5.5" stroke="currentColor" stroke-width="1.5"/><line x1="7.5" y1="11" x2="12.5" y2="14.5" stroke="currentColor" stroke-width="1.5"/></symbol>\n <symbol id="ic-task" viewBox="0 0 20 20"><rect x="2" y="2" width="16" height="16" rx="2" fill="none" stroke="currentColor" stroke-width="1.5"/><path d="M6 10l2.5 2.5L14 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></symbol>\n <symbol id="ic-instance" viewBox="0 0 20 20"><rect x="3" y="2" width="14" height="5" rx="1.5" fill="currentColor"/><rect x="3" y="9" width="14" height="5" rx="1.5" fill="currentColor" opacity=".65"/><circle cx="6" cy="4.5" r="1" fill="#fff"/><circle cx="6" cy="11.5" r="1" fill="#fff"/></symbol>\n <symbol id="ic-scatter" viewBox="0 0 20 20"><circle cx="5" cy="14" r="1.8" fill="currentColor"/><circle cx="9" cy="8" r="1.8" fill="currentColor" opacity=".75"/><circle cx="14" cy="11" r="1.8" fill="currentColor" opacity=".6"/><circle cx="16" cy="5" r="1.8" fill="currentColor" opacity=".45"/></symbol>\n</svg>\n\n<div class="side-nav" id="side-nav">\n <a href="#run-overview"><svg class="nav-icon"><use href="#ic-run"/></svg> Run overview</a>\n <a href="#run-summary" class="l2"><svg class="nav-icon"><use href="#ic-table"/></svg> Run summary</a>\n <a href="#run-metrics" class="l2"><svg class="nav-icon"><use href="#ic-chart"/></svg> Run metrics</a>\n <a href="#process-overview"><svg class="nav-icon"><use href="#ic-process"/></svg> Process overview</a>\n <a href="#combined-task-runtime" class="l2"><svg class="nav-icon"><use href="#ic-chart"/></svg> Combined task runtime</a>\n <a href="#task-overview"><svg class="nav-icon"><use href="#ic-task"/></svg> Task overview</a>\n <a href="#task-instance-usage" class="l2"><svg class="nav-icon"><use href="#ic-instance"/></svg> Instance usage</a>\n <a href="#task-metrics" class="l2"><svg class="nav-icon"><use href="#ic-scatter"/></svg> Task metrics</a>\n</div>\n\n<div class="main-content">\n<div class="container">\n\n <p class="" style="margin-bottom: 25px;">\n Published <strong>2026-04-17 15:09:20</strong>\n </p>\n\n <!-- 1. Run overview -->\n <div class="section" id="run-overview">\n <h1><svg class="h-icon"><use href="#ic-run"/></svg> Run overview</h1>\n <p class="section-desc">\n <strong>Summary</strong><br>\n This section provides a high-level overview of the pipeline run metrics.\n Failed or cancelled runs stay visible in the summary table, but downstream process,\n task, and cost sections only use included runs.\n </p>\n\n <h2 id="run-summary"><svg class="h-icon sm"><use href="#ic-table"/></svg> Run summary</h2>\n <p class="section-desc">Summary of pipeline execution and infrastructure settings.</p>\n <div class="callout">\n <div class="callout-header" onclick="this.nextElementSibling.classList.toggle(\'show\')">\n ▶ Click to display table\n </div>\n <div class="callout-body show" style="overflow-x:auto">\n <table class="gs-table" id="run-summary-table"></table>\n </div>\n </div>\n\n <h2 id="run-metrics"><svg class="h-icon sm"><use href="#ic-chart"/></svg> Run metrics</h2>\n <p class="section-desc">This section provides a visual overview of the pipeline run metrics.</p>\n <div class="callout">\n <div class="callout-header" onclick="this.nextElementSibling.classList.toggle(\'show\')">\n ▶ Click to display table\n </div>\n <div class="callout-body" style="overflow-x:auto">\n <button class="csv-btn" onclick="downloadCSV(\'run-metrics-table\',\'run_overview.csv\')">Download as CSV</button>\n <table class="gs-table" id="run-metrics-table"></table>\n </div>\n </div>\n\n <div class="chart-row">\n <div class="chart" id="chart-wall-time"></div>\n <div class="chart" id="chart-cpu-time"></div>\n </div>\n <div class="chart-row">\n <div class="chart" id="chart-est-cost"></div>\n <div class="chart" id="chart-workflow-status"></div>\n </div>\n <div class="chart-row">\n <div class="chart" id="chart-cpu-eff"></div>\n <div class="chart" id="chart-mem-eff"></div>\n </div>\n <div class="chart-row">\n <div class="chart" id="chart-read-io"></div>\n <div class="chart" id="chart-write-io"></div>\n </div>\n </div>\n\n <!-- 3. Process overview -->\n <div class="section" id="process-overview">\n <h1><svg class="h-icon"><use href="#ic-process"/></svg> Process overview</h1>\n <p class="section-desc">\n <strong>Summary</strong><br>\n This section provides a comparison of the process-level metrics for each pipeline\n across the groups. The plots show the run time distribution per process.\n Dots represent mean values per process across all tasks.\n Error bars indicate mean ± 1 standard deviation.\n A single point indicates that a single task was executed for the process.\n </p>\n <p class="section-desc">\n <strong>Run time</strong> = Staging time + real time\n </p>\n <div id="process-sections"></div>\n </div>\n\n <!-- 4. Combined task runtime -->\n <div class="section" id="combined-task-runtime">\n <h1><svg class="h-icon"><use href="#ic-chart"/></svg> Combined task runtime</h1>\n <p class="section-desc">\n <strong>Summary</strong><br>\n Combined task duration by process, split per pipeline and group. Includes scheduling overhead (submit to start).\n </p>\n <div id="combined-runtime-panels" class="runtime-panels"></div>\n </div>\n\n <!-- 5. Task overview -->\n <div class="section" id="task-overview">\n <h1><svg class="h-icon"><use href="#ic-task"/></svg> Task overview</h1>\n <p class="section-desc">\n <strong>Summary</strong><br>\n This section provides an overview of task-level metrics for instance usage and runtime metrics.\n </p>\n\n <h2 id="task-instance-usage"><svg class="h-icon sm"><use href="#ic-instance"/></svg> Task instance usage</h2>\n <p class="section-desc">Number of tasks per instance type, grouped by pipeline run group.</p>\n <div class="chart" id="chart-instance-usage" style="height:500px"></div>\n\n <h2 id="task-metrics"><svg class="h-icon sm"><use href="#ic-scatter"/></svg> Task metrics</h2>\n <p class="section-desc">\n This section provides a comparison between staging and run times for tasks.<br>\n <strong>Wait time</strong>: time from submission to task start.<br>\n <strong>Staging time</strong>: time to stage/unstage before and after execution.<br>\n <strong>Real time</strong>: time to execute the task.\n </p>\n <div id="task-sections"></div>\n </div>\n\n</div>\n</div>\n\n<footer>\n <div class="container">\n Generated by <a href="https://github.com/seqeralabs/nf-aggregate">seqeralabs/nf-aggregate</a> —\n Powered by <a href="https://seqera.io">Seqera</a>\n </div>\n</footer>\n\n<script>\necharts.registerTheme(\'seqera\', {\n "color": [\n "#087F68",\n "#45a1bf",\n "#201637",\n "#f4b548",\n "#31C9AC",\n "#8f3d56",\n "#85c7c6",\n "#a5cdee",\n "#d2c6ac",\n "#46a485"\n ],\n "backgroundColor": "#ffffff",\n "textStyle": {\n "color": "#201637",\n "fontFamily": "\'Inter\', \'Helvetica Neue\', Helvetica, Arial, sans-serif",\n "fontSize": 12\n },\n "title": {\n "textStyle": {\n "color": "#201637",\n "fontSize": 14,\n "fontWeight": 500\n },\n "subtextStyle": {\n "color": "#087F68",\n "fontSize": 12\n },\n "padding": 0,\n "itemGap": 7,\n "top": "1px",\n "left": "center"\n },\n "grid": {\n "left": "1%",\n "right": "4%",\n "bottom": "0%",\n "top": "15%",\n "containLabel": true\n },\n "legend": {\n "textStyle": {\n "color": "#666",\n "fontSize": 11\n },\n "icon": "circle",\n "padding": [0, 0, 0, -7],\n "animationDurationUpdate": 300\n },\n "tooltip": {\n "borderRadius": 4,\n "borderWidth": 1,\n "borderColor": "#CFD0D1",\n "textStyle": {\n "fontSize": 12,\n "fontWeight": 400,\n "color": "#201637"\n },\n "padding": [6, 8],\n "backgroundColor": "rgba(255,255,255,0.96)",\n "axisPointer": {\n "lineStyle": {\n "color": "#CFD0D1",\n "width": 1\n },\n "crossStyle": {\n "color": "#CFD0D1",\n "width": 1\n },\n "label": {\n "color": "#ffffff",\n "backgroundColor": "#201637"\n }\n }\n },\n "toolbox": {\n "iconStyle": {\n "borderColor": "#087F68"\n },\n "emphasis": {\n "iconStyle": {\n "borderColor": "#31C9AC"\n }\n }\n },\n "animationDuration": 500,\n "animationDurationUpdate": 500,\n "dataZoom": {\n "borderColor": "#CFD0D1",\n "textStyle": {\n "color": "#201637"\n },\n "brushStyle": {\n "color": "rgba(8,127,104,0.15)"\n },\n "handleStyle": {\n "color": "#087F68",\n "borderColor": "#CFD0D1"\n },\n "moveHandleStyle": {\n "color": "#31C9AC",\n "opacity": 0.5\n },\n "fillerColor": "rgba(49,201,172,0.15)",\n "emphasis": {\n "handleStyle": {\n "borderColor": "#087F68",\n "color": "#31C9AC"\n },\n "moveHandleStyle": {\n "color": "#087F68",\n "opacity": 0.7\n }\n },\n "dataBackground": {\n "lineStyle": {\n "color": "#CFD0D1",\n "width": 1\n },\n "areaStyle": {\n "color": "#E2F7F3"\n }\n },\n "selectedDataBackground": {\n "lineStyle": {\n "color": "#087F68"\n },\n "areaStyle": {\n "color": "#31C9AC"\n }\n }\n },\n "visualMap": {\n "textStyle": {\n "color": "#201637"\n },\n "inRange": {\n "color": ["#E2F7F3", "#31C9AC", "#087F68"]\n }\n },\n "timeline": {\n "lineStyle": {\n "color": "#CFD0D1"\n },\n "itemStyle": {\n "color": "#31C9AC",\n "borderColor": "#087F68"\n },\n "label": {\n "color": "#201637"\n },\n "controlStyle": {\n "color": "#087F68",\n "borderColor": "#087F68"\n },\n "emphasis": {\n "itemStyle": {\n "color": "#087F68"\n },\n "controlStyle": {\n "color": "#087F68",\n "borderColor": "#087F68"\n }\n }\n },\n "calendar": {\n "itemStyle": {\n "color": "#ffffff",\n "borderColor": "#CFD0D1"\n },\n "dayLabel": {\n "color": "#201637"\n },\n "monthLabel": {\n "color": "#201637"\n },\n "yearLabel": {\n "color": "#201637"\n }\n },\n "categoryAxis": {\n "axisLine": {\n "show": true,\n "lineStyle": {\n "color": "#CFD0D1"\n }\n },\n "axisTick": {\n "show": false\n },\n "axisLabel": {\n "color": "#666",\n "fontSize": 11\n },\n "splitLine": {\n "show": false,\n "lineStyle": {\n "color": ["#CFD0D1"]\n }\n },\n "splitArea": {\n "areaStyle": {\n "color": ["#ffffff", "#F7F7F7"]\n }\n }\n },\n "valueAxis": {\n "axisLine": {\n "show": false\n },\n "axisTick": {\n "show": false\n },\n "axisLabel": {\n "color": "#666",\n "fontSize": 11\n },\n "splitLine": {\n "show": true,\n "lineStyle": {\n "color": "#E8E8E8",\n "width": 1\n }\n },\n "splitArea": {\n "areaStyle": {\n "color": ["#ffffff", "#F7F7F7"]\n }\n },\n "nameTextStyle": {\n "color": "#666",\n "fontSize": 11\n }\n },\n "logAxis": {\n "axisLine": {\n "show": false\n },\n "axisTick": {\n "show": false\n },\n "axisLabel": {\n "color": "#666"\n },\n "splitLine": {\n "show": true,\n "lineStyle": {\n "color": "#E8E8E8",\n "width": 1\n }\n }\n },\n "timeAxis": {\n "axisLine": {\n "show": true,\n "lineStyle": {\n "color": "#CFD0D1"\n }\n },\n "axisTick": {\n "show": false\n },\n "axisLabel": {\n "color": "#666"\n },\n "splitLine": {\n "show": true,\n "lineStyle": {\n "color": "#E8E8E8",\n "width": 1\n }\n }\n },\n "line": {\n "itemStyle": {\n "borderWidth": 2\n },\n "lineStyle": {\n "width": 2\n },\n "symbolSize": 6,\n "symbol": "circle",\n "smooth": false\n },\n "bar": {\n "itemStyle": {\n "barBorderWidth": 0,\n "barBorderColor": "#ffffff",\n "borderRadius": [2, 2, 2, 2]\n },\n "barMaxWidth": 60,\n "emphasis": {\n "focus": "series"\n },\n "labelLayout": {\n "hideOverlap": true\n }\n },\n "pie": {\n "itemStyle": {\n "borderWidth": 1,\n "borderColor": "#ffffff"\n }\n },\n "scatter": {\n "itemStyle": {\n "borderWidth": 0\n },\n "symbolSize": 8,\n "emphasis": {\n "focus": "series"\n }\n },\n "boxplot": {\n "itemStyle": {\n "color": "#E2F7F3",\n "borderColor": "#087F68",\n "borderWidth": 1.5\n }\n },\n "graph": {\n "itemStyle": {\n "borderWidth": 0\n },\n "lineStyle": {\n "width": 1,\n "color": "#CFD0D1"\n },\n "label": {\n "color": "#201637"\n }\n },\n "gauge": {\n "title": {\n "color": "#201637"\n },\n "itemStyle": {\n "color": "#31C9AC",\n "borderColor": "#087F68"\n },\n "axisLine": {\n "lineStyle": {\n "color": [\n [0.2, "#31C9AC"],\n [0.8, "#087F68"],\n [1, "#201637"]\n ]\n }\n },\n "detail": {\n "color": "#087F68"\n }\n },\n "candlestick": {\n "itemStyle": {\n "color": "#31C9AC",\n "color0": "#201637",\n "borderColor": "#087F68",\n "borderColor0": "#201637"\n }\n }\n}\n);\n\nconst DATA = {"benchmark_overview": [{"pipeline": "edmundmiller/sarek", "group": "g5", "run_id": "15dvxY1LnZYrYe", "status": "SUCCEEDED", "status_label": "Succeeded", "status_category": "success", "report_included": true}], "run_summary": [{"pipeline": "edmundmiller/sarek", "group": "g5", "run_id": "15dvxY1LnZYrYe", "username": "edmund-miller", "status": "SUCCEEDED", "status_label": "Succeeded", "status_category": "success", "report_included": true, "Version": null, "Nextflow_version": "24.04.4", "platform_version": "", "succeedCount": 11, "failedCount": 1, "cachedCount": 4, "executor": "", "region": "", "fusion_enabled": false, "wave_enabled": false, "container_engine": null}], "run_metrics": [{"pipeline": "edmundmiller/sarek", "group": "g5", "run_id": "15dvxY1LnZYrYe", "duration": 7076208, "cpuTime": 70.7, "pipeline_runtime": 254621179, "cpuEfficiency": 40.0, "memoryEfficiency": 43.92, "readBytes": 808.0, "writeBytes": 320.0}], "run_costs": [{"run_id": "15dvxY1LnZYrYe", "group": "g5", "cost": 5.39, "used_cost": null, "unused_cost": null}], "process_stats": [{"group": "g5", "process_name": "NFCORE_SAREK:SAREK:FASTQ_ALIGN_BWAMEM_MEM2_DRAGMAP_SENTIEON:PARABRICKS_FQ2BAM", "process_short": "PARABRICKS_FQ2BAM", "n_tasks": 1, "avg_staging_min": 3.7444166666666665, "sd_staging_min": null, "avg_realtime_min": 28.088916666666666, "sd_realtime_min": null, "avg_runtime_min": 35.821983333333336, "sd_runtime_min": null, "avg_cost": 4.323106695, "sd_cost": null, "total_cost": 4.323106695}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:SAMTOOLS_STATS", "process_short": "SAMTOOLS_STATS", "n_tasks": 1, "avg_staging_min": 0.05, "sd_staging_min": null, "avg_realtime_min": 29.116666666666667, "sd_realtime_min": null, "avg_runtime_min": 29.310433333333332, "sd_runtime_min": null, "avg_cost": 0.082523982, "sd_cost": null, "total_cost": 0.082523982}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:BAM_TO_CRAM_MAPPING", "process_short": "BAM_TO_CRAM_MAPPING", "n_tasks": 1, "avg_staging_min": 4.633333333333334, "sd_staging_min": null, "avg_realtime_min": 23.366666666666667, "sd_realtime_min": null, "avg_runtime_min": 28.153366666666667, "sd_runtime_min": null, "avg_cost": 0.0792249079, "sd_cost": null, "total_cost": 0.0792249079}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_DEEPVARIANT:PARABRICKS_DEEPVARIANT", "process_short": "PARABRICKS_DEEPVARIANT", "n_tasks": 1, "avg_staging_min": 0.3697666666666667, "sd_staging_min": null, "avg_realtime_min": 9.963566666666667, "sd_realtime_min": null, "avg_runtime_min": 11.291433333333334, "sd_runtime_min": null, "avg_cost": 0.7024200046, "sd_cost": null, "total_cost": 0.7024200046}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:BAM_MERGE_INDEX_SAMTOOLS:INDEX_MERGE_BAM", "process_short": "INDEX_MERGE_BAM", "n_tasks": 1, "avg_staging_min": 0.18333333333333332, "sd_staging_min": null, "avg_realtime_min": 8.983333333333333, "sd_realtime_min": null, "avg_runtime_min": 9.466216666666666, "sd_runtime_min": null, "avg_cost": 0.012984213, "sd_cost": null, "total_cost": 0.012984213}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:MOSDEPTH", "process_short": "MOSDEPTH", "n_tasks": 1, "avg_staging_min": 0.03333333333333333, "sd_staging_min": null, "avg_realtime_min": 5.8, "sd_realtime_min": null, "avg_runtime_min": 6.639083333333334, "sd_runtime_min": null, "avg_cost": 0.0330850002, "sd_cost": null, "total_cost": 0.0330850002}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:MULTIQC", "process_short": "MULTIQC", "n_tasks": 1, "avg_staging_min": 0.15115, "sd_staging_min": null, "avg_realtime_min": 0.34885, "sd_realtime_min": null, "avg_runtime_min": 1.4548166666666666, "sd_runtime_min": null, "avg_cost": 0.0029220371, "sd_cost": null, "total_cost": 0.0029220371}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_COUNT", "process_short": "VCFTOOLS_TSTV_COUNT", "n_tasks": 1, "avg_staging_min": 0.15, "sd_staging_min": null, "avg_realtime_min": 0.35, "sd_realtime_min": null, "avg_runtime_min": 0.8084, "sd_runtime_min": null, "avg_cost": 0.0007069444, "sd_cost": null, "total_cost": 0.0007069444}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_SUMMARY", "process_short": "VCFTOOLS_SUMMARY", "n_tasks": 1, "avg_staging_min": 0.2, "sd_staging_min": null, "avg_realtime_min": 0.3, "sd_realtime_min": null, "avg_runtime_min": 0.8080833333333334, "sd_runtime_min": null, "avg_cost": 0.0007069444, "sd_cost": null, "total_cost": 0.0007069444}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_QUAL", "process_short": "VCFTOOLS_TSTV_QUAL", "n_tasks": 1, "avg_staging_min": 0.13333333333333333, "sd_staging_min": null, "avg_realtime_min": 0.2, "sd_realtime_min": null, "avg_runtime_min": 0.6423166666666666, "sd_runtime_min": null, "avg_cost": 0.0004948611, "sd_cost": null, "total_cost": 0.0004948611}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:BCFTOOLS_STATS", "process_short": "BCFTOOLS_STATS", "n_tasks": 1, "avg_staging_min": 0.0, "sd_staging_min": null, "avg_realtime_min": 0.08333333333333333, "sd_realtime_min": null, "avg_runtime_min": 0.3987833333333333, "sd_runtime_min": null, "avg_cost": 2.35648e-05, "sd_cost": null, "total_cost": 2.35648e-05}], "combined_task_runtime": [{"pipeline": "edmundmiller/sarek", "group": "g5", "panel_id": "edmundmiller/sarek::g5", "total_runtime_ms": 6396080, "scheduling_runtime_ms": 519000, "total_duration_ms": 6915080, "total_tasks": 11, "unique_processes": 11, "segments": [{"process": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:SAMTOOLS_STATS", "runtime_ms": 1747000, "pct": 27.31, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:FASTQ_ALIGN_BWAMEM_MEM2_DRAGMAP_SENTIEON:PARABRICKS_FQ2BAM", "runtime_ms": 1685335, "pct": 26.35, "highlight": false}, {"process": "NFCORE_SAREK:SAREK:BAM_TO_CRAM_MAPPING", "runtime_ms": 1402000, "pct": 21.92, "highlight": false}, {"process": "NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_DEEPVARIANT:PARABRICKS_DEEPVARIANT", "runtime_ms": 597814, "pct": 9.35, "highlight": false}, {"process": "NFCORE_SAREK:SAREK:BAM_MERGE_INDEX_SAMTOOLS:INDEX_MERGE_BAM", "runtime_ms": 539000, "pct": 8.43, "highlight": false}, {"process": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:MOSDEPTH", "runtime_ms": 348000, "pct": 5.44, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_COUNT", "runtime_ms": 21000, "pct": 0.33, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:MULTIQC", "runtime_ms": 20931, "pct": 0.33, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_SUMMARY", "runtime_ms": 18000, "pct": 0.28, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_QUAL", "runtime_ms": 12000, "pct": 0.19, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:BCFTOOLS_STATS", "runtime_ms": 5000, "pct": 0.08, "highlight": true}], "legend": [{"process": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:SAMTOOLS_STATS", "runtime_ms": 1747000, "pct": 27.31, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:FASTQ_ALIGN_BWAMEM_MEM2_DRAGMAP_SENTIEON:PARABRICKS_FQ2BAM", "runtime_ms": 1685335, "pct": 26.35, "highlight": false}, {"process": "NFCORE_SAREK:SAREK:BAM_TO_CRAM_MAPPING", "runtime_ms": 1402000, "pct": 21.92, "highlight": false}, {"process": "NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_DEEPVARIANT:PARABRICKS_DEEPVARIANT", "runtime_ms": 597814, "pct": 9.35, "highlight": false}, {"process": "NFCORE_SAREK:SAREK:BAM_MERGE_INDEX_SAMTOOLS:INDEX_MERGE_BAM", "runtime_ms": 539000, "pct": 8.43, "highlight": false}, {"process": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:MOSDEPTH", "runtime_ms": 348000, "pct": 5.44, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_COUNT", "runtime_ms": 21000, "pct": 0.33, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:MULTIQC", "runtime_ms": 20931, "pct": 0.33, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_SUMMARY", "runtime_ms": 18000, "pct": 0.28, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_QUAL", "runtime_ms": 12000, "pct": 0.19, "highlight": true}, {"process": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:BCFTOOLS_STATS", "runtime_ms": 5000, "pct": 0.08, "highlight": true}], "highlight_totals": {"qc_runtime_ms": 2171931, "other_runtime_ms": 4224149}}], "task_instance_usage": [{"group": "g5", "machine_type": "g5.24xlarge", "count": 11}], "task_table": [{"Group": "g5", "Run ID": "15dvxY1LnZYrYe", "Taskhash": "e9/e4fcb0", "Task name short": "BAM_TO_CRAM_MAPPING", "Executor": "awsbatch", "Cloudzone": "us-east-1a", "Instance type": "g5.24xlarge", "Realtime_min": 23.366666666666667, "Realtime_ms": 1402000, "Duration_ms": 1689202, "Cost": 0.0792249079, "CPUused": 2, "Memoryused_GB": 4.0, "Pcpu": 209.4, "Pmem": 0.3, "Rss": 1023950848, "Readbytes": 139395252224, "Writebytes": 0, "VolCtxt": 9503344, "InvCtxt": 3076, "Task name": "NFCORE_SAREK:SAREK:BAM_TO_CRAM_MAPPING (NA12878)", "Status": "COMPLETED"}, {"Group": "g5", "Run ID": "15dvxY1LnZYrYe", "Taskhash": "d7/a102ce", "Task name short": "BCFTOOLS_STATS", "Executor": "awsbatch", "Cloudzone": "us-east-1a", "Instance type": "g5.24xlarge", "Realtime_min": 0.08333333333333333, "Realtime_ms": 5000, "Duration_ms": 23927, "Cost": 2.35648e-05, "CPUused": 1, "Memoryused_GB": 1.0, "Pcpu": 304.5, "Pmem": 0.0, "Rss": 19066880, "Readbytes": 545656832, "Writebytes": 0, "VolCtxt": 77, "InvCtxt": 33, "Task name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:BCFTOOLS_STATS (NA12878)", "Status": "COMPLETED"}, {"Group": "g5", "Run ID": "15dvxY1LnZYrYe", "Taskhash": "59/4f3195", "Task name short": "CREATE_INTERVALS_BED", "Executor": "awsbatch", "Cloudzone": "us-east-1c", "Instance type": "c6id.xlarge", "Realtime_min": 0.0, "Realtime_ms": 0, "Duration_ms": 303893, "Cost": 1.4e-05, "CPUused": 1, "Memoryused_GB": 1.0, "Pcpu": 5.6, "Pmem": 0.0, "Rss": 2932736, "Readbytes": 16384, "Writebytes": 4096, "VolCtxt": 2, "InvCtxt": 2, "Task name": "NFCORE_SAREK:PREPARE_INTERVALS:CREATE_INTERVALS_BED (wgs_calling_regions_noseconds.hg38.bed)", "Status": "CACHED"}, {"Group": "g5", "Run ID": "15dvxY1LnZYrYe", "Taskhash": "54/dea624", "Task name short": "FASTQC", "Executor": "awsbatch", "Cloudzone": "us-east-1b", "Instance type": "c6id.xlarge", "Realtime_min": 44.45, "Realtime_ms": 2667000, "Duration_ms": 2983296, "Cost": 0.1495760002, "CPUused": 4, "Memoryused_GB": 4.0, "Pcpu": 201.0, "Pmem": 15.8, "Rss": 1300426752, "Readbytes": 91896967680, "Writebytes": 4460544, "VolCtxt": 14, "InvCtxt": 2, "Task name": "NFCORE_SAREK:SAREK:FASTQC (NA12878-lane_1)", "Status": "CACHED"}, {"Group": "g5", "Run ID": "15dvxY1LnZYrYe", "Taskhash": "09/a24281", "Task name short": "INDEX_MERGE_BAM", "Executor": "awsbatch", "Cloudzone": "us-east-1a", "Instance type": "g5.24xlarge", "Realtime_min": 8.983333333333333, "Realtime_ms": 539000, "Duration_ms": 567973, "Cost": 0.012984213, "CPUused": 1, "Memoryused_GB": 1.0, "Pcpu": 85.0, "Pmem": 0.0, "Rss": 30789632, "Readbytes": 89598967808, "Writebytes": 0, "VolCtxt": 4544, "InvCtxt": 47284, "Task name": "NFCORE_SAREK:SAREK:BAM_MERGE_INDEX_SAMTOOLS:INDEX_MERGE_BAM (NA12878)", "Status": "COMPLETED"}, {"Group": "g5", "Run ID": "15dvxY1LnZYrYe", "Taskhash": "3b/60b33b", "Task name short": "MOSDEPTH", "Executor": "awsbatch", "Cloudzone": "us-east-1a", "Instance type": "g5.24xlarge", "Realtime_min": 5.8, "Realtime_ms": 348000, "Duration_ms": 398345, "Cost": 0.0330850002, "CPUused": 4, "Memoryused_GB": 4.0, "Pcpu": 217.5, "Pmem": 0.5, "Rss": 2096209920, "Readbytes": 46649233408, "Writebytes": 0, "VolCtxt": 509390, "InvCtxt": 65187, "Task name": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:MOSDEPTH (NA12878)", "Status": "COMPLETED"}, {"Group": "g5", "Run ID": "15dvxY1LnZYrYe", "Taskhash": "ae/28fb80", "Task name short": "MULTIQC", "Executor": "awsbatch", "Cloudzone": "us-east-1a", "Instance type": "g5.24xlarge", "Realtime_min": 0.34885, "Realtime_ms": 20931, "Duration_ms": 87289, "Cost": 0.0029220371, "CPUused": 4, "Memoryused_GB": 13.0, "Pcpu": 133.1, "Pmem": 0.2, "Rss
|
|
confirm-pass
Process completed with exit code 1.
|
|
Pipeline benchmark from tarballs.benchmark report includes extracted tarball runs:
Pipeline benchmark from tarballs#L1
Assertion failed:
assert reportText.contains('Benchmark overview')
| |
| false
'<!DOCTYPE html>\n<html lang="en">\n<head>\n<meta charset="utf-8">\n<meta name="viewport" content="width=device-width, initial-scale=1">\n<title>Pipeline benchmarking report</title>\n<link rel="preconnect" href="https://fonts.googleapis.com">\n<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>\n<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">\n<script src="https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js"></script>\n<style>\n * { box-sizing: border-box; margin: 0; padding: 0; }\n body { font-family: \'Inter\', Helvetica, sans-serif;\n background: #ffffff; color: #201637; line-height: 1.6; font-size: 14px; }\n .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }\n\n .navbar { background: #ffffff; border-bottom: 1px solid #CFD0D1; padding: 12px 0; margin-bottom: 30px; }\n .navbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }\n .navbar-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #000000; }\n .navbar-brand svg { height: 28px; display: block; }\n .navbar-right { color: #000000; font-size: 13px; font-weight: 500; }\n\n .section { margin-bottom: 40px; }\n .section h1 { font-size: 26px; font-weight: 600; color: #201637; margin-bottom: 5px;\n padding-bottom: 8px; border-bottom: 1px solid #CFD0D1; }\n .section h2 { font-size: 20px; font-weight: 500; color: #201637; margin: 25px 0 8px;\n padding-bottom: 5px; border-bottom: 1px solid #CFD0D1; }\n .section h3 { font-size: 17px; font-weight: 500; color: #201637; margin: 20px 0 8px; }\n .section-desc { color: #201637; font-size: 13px; margin-bottom: 15px; line-height: 1.5; }\n .section-desc strong { color: #201637; font-weight: 600; }\n\n .gs-table { width: 100%; border-collapse: collapse; font-size: 12px; margin-bottom: 20px; }\n .gs-table th { background: #F7F7F7; padding: 6px 10px; text-align: center; font-weight: 600;\n border-bottom: 2px solid #CFD0D1; white-space: nowrap; }\n .gs-table th:first-child { text-align: left; }\n .gs-table td { padding: 5px 10px; border-bottom: 1px solid #CFD0D1; text-align: center; white-space: nowrap; }\n .gs-table td:first-child { text-align: left; font-weight: 600; }\n .gs-table tr:hover td { background: #E2F7F3; }\n .gs-table a { color: #065647; text-decoration: none; }\n\n .chart { width: 100%; height: 400px; margin-bottom: 24px; }\n .chart-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 24px; }\n\n .info-table { width: 100%; border-collapse: collapse; font-size: 13px; }\n .info-table th { background: #F7F7F7; padding: 6px 10px; text-align: left; font-weight: 600;\n border-bottom: 2px solid #CFD0D1; }\n .info-table td { padding: 5px 10px; border-bottom: 1px solid #CFD0D1; }\n .info-table tr:hover td { background: #E2F7F3; }\n\n .callout { border: 1px solid #CFD0D1; border-radius: 4px; margin-bottom: 15px; }\n .callout-header { background: #F7F7F7; padding: 8px 12px; cursor: pointer; font-size: 13px;\n font-weight: 600; color: #201637; border-bottom: 1px solid #CFD0D1; }\n .callout-header:hover { background: #E2F7F3; }\n .callout-body { padding: 12px; display: none; }\n .callout-body.show { display: block; }\n\n .dl-row { display: flex; gap: 20px; font-size: 13px; margin-bottom: 8px; flex-wrap: wrap; }\n .dl-row dt { font-weight: 600; color: #201637; }\n .dl-row dd { color: #201637; margin-right: 15px; }\n\n .status-badge { display: inline-block; padding: 1px 8px; border-radius: 9999px; font-size: 11px;\n font-weight: 600; line-height: 1.6; white-space: nowrap; }\n .status-badge.success { background: rgba(25, 135, 84, 0.12); color: #146c43; }\n .status-badge.failed { background: rgba(220, 53, 69, 0.14); color: #b02a37; }\n .status-badge.cancelled { background: rgba(255, 193, 7, 0.18); color: #997404; }\n .status-badge.unknown { background: rgba(108, 117, 125, 0.14); color: #495057; }\n\n footer { border-top: 1px solid #CFD0D1; padding: 15px 0; margin-top: 40px;\n font-size: 12px; color: #CFD0D1; text-align: center; }\n footer a { color: #065647; text-decoration: none; }\n\n .side-nav { position: fixed; top: 53px; left: 0; width: 228px; padding: 12px 8px;\n background: #ffffff; border-right: 1px solid #CFD0D1; height: calc(100vh - 53px);\n overflow-y: auto; font-size: 12px; z-index: 100; }\n .nav-icon { width: 14px; height: 14px; vertical-align: -2px; margin-right: 6px; flex-shrink: 0; color: #000000; }\n .h-icon { width: 24px; height: 24px; vertical-align: -4px; margin-right: 6px; color: #065647; }\n .h-icon.sm { width: 20px; height: 20px; vertical-align: -3px; margin-right: 5px; }\n .side-nav a { display: flex; align-items: center; padding: 8px 10px; margin-bottom: 2px; color: #000000; text-decoration: none;\n border-radius: 6px; transition: background 0.15s ease; }\n .side-nav a:hover { background: #F7F7F7; color: #000000; }\n .side-nav a.active { background: #E2F7F3; color: #000000; font-weight: 600; }\n .side-nav a.l2 { padding-left: 18px; color: #000000; font-size: 12px; }\n .side-nav a.l3 { padding-left: 28px; color: #000000; font-size: 12px; }\n .main-content { margin-left: 228px; }\n\n .csv-btn { float: right; font-size: 13px; color: #065647; cursor: pointer; border: 1px solid #CFD0D1;\n background: #ffffff; padding: 2px 10px; border-radius: 3px; text-decoration: none; }\n .csv-btn:hover { background: #F7F7F7; }\n\n .runtime-panels { display: flex; flex-direction: column; gap: 18px; }\n .runtime-panel {\n border: 1px solid #CFD0D1;\n border-radius: 10px;\n background: #ffffff;\n padding: 12px;\n }\n .runtime-unified-chart {\n border: none;\n border-radius: 0;\n background: transparent;\n margin-bottom: 10px;\n }\n .runtime-comparison-scroll {\n margin-top: 6px;\n overflow-x: auto;\n }\n .runtime-comparison-table {\n width: 100%;\n border-collapse: collapse;\n font-size: 12px;\n table-layout: auto;\n min-width: 720px;\n }\n .runtime-comparison-table th {\n text-align: left;\n background: #F7F7F7;\n color: #201637;\n border-bottom: 1px solid #CFD0D1;\n padding: 6px 8px;\n font-weight: 600;\n white-space: nowrap;\n }\n .runtime-comparison-table th.group {\n text-align: center;\n }\n .runtime-comparison-table td {\n border-bottom: 1px solid #CFD0D1;\n padding: 5px 8px;\n color: #201637;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n .runtime-comparison-table td.num { text-align: right; font-variant-numeric: tabular-nums; }\n .runtime-swatch {\n display: inline-block;\n width: 10px;\n height: 10px;\n border-radius: 2px;\n margin-right: 6px;\n vertical-align: -1px;\n }\n .runtime-summary {\n display: flex;\n gap: 10px;\n flex-wrap: wrap;\n }\n .runtime-summary-pill {\n border: 1px solid #CFD0D1;\n border-radius: 999px;\n padding: 4px 10px;\n font-size: 12px;\n color: #201637;\n background: #F7F7F7;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n }\n\n @media (max-width: 900px) {\n .side-nav { display: none; }\n .main-content { margin-left: 0; }\n .chart-row { grid-template-columns: 1fr; }\n .runtime-comparison-table { font-size: 11px; }\n }\n\n .text-muted { color: #CFD0D1; }\n .group-colors span { display: inline-block; width: 12px; height: 12px; border-radius: 2px;\n margin-right: 4px; vertical-align: middle; }\n .status-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 2px 8px;\n font-size: 11px; font-weight: 600; line-height: 1.3; }\n .status-success { background: #dcfce7; color: #166534; }\n .status-failed { background: #fee2e2; color: #991b1b; }\n .status-cancelled { background: #fef3c7; color: #92400e; }\n .status-other, .status-unknown { background: #F7F7F7; color: #201637; }\n .status-note { display: block; margin-top: 4px; font-size: 11px; white-space: normal; color: #201637; }\n</style>\n</head>\n<body>\n\n<nav class="navbar">\n <div class="container">\n <a class="navbar-brand" href="https://seqera.io">\n <svg width="300" height="99" viewBox="0 0 300 99" fill="none" xmlns="http://www.w3.org/2000/svg">\n<mask id="mask0_417_2142" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="24" y="24" width="51" height="51">\n<path d="M74.2084 24.75H24.7361V74.25H74.2084V24.75Z" fill="white"/>\n</mask>\n<g mask="url(#mask0_417_2142)">\n<path d="M66.7281 50.3716L66.8072 50.3914L66.8864 50.4112L66.9457 50.4508L67.0051 50.4904L67.0645 50.53L67.1238 50.5696L67.1832 50.6092L67.2426 50.6488L67.3019 50.6884L67.3613 50.728L67.4207 50.7874L67.4602 50.8468L67.4998 50.9062L67.5394 50.9656L67.579 51.025L67.6186 51.0844L67.6581 51.1438L67.6977 51.2032L67.7175 51.2626L67.7373 51.322L67.7571 51.4012L67.7769 51.4804L67.7967 51.5596L67.8165 51.6388V51.718V51.7972V51.8764V51.9556V52.0348V52.114L67.7967 52.1932L67.7769 52.2724L67.7571 52.3516L67.7373 52.411L67.7175 52.4902L67.6977 52.5496L67.6581 52.609L67.6186 52.6684L67.579 52.7278L67.5394 52.7872L67.4998 52.8466L67.4602 52.906L67.4207 52.9654L67.3613 53.0248L67.3019 53.0842L67.2426 53.1238L67.1832 53.1634L67.1238 53.203L67.0645 53.2426L67.0051 53.2822L66.9457 53.3218L66.8864 53.3614L66.8072 53.3812L66.7281 53.401L66.6489 53.4208L66.5697 53.4406L66.4906 53.4604H66.4114H66.3323H66.2531H66.2927H66.3719H66.5104H66.6489L66.7874 53.4406L66.926 53.4208L67.0645 53.401L67.203 53.3812L67.3415 53.3614L67.48 53.3416L67.6186 53.302L67.7571 53.2624L67.8758 53.2228L67.9946 53.1832L68.1133 53.1436L68.232 53.0842L68.3508 53.0248L68.4695 52.9654L68.5882 52.906L68.707 52.8466L68.8257 52.7872L68.9444 52.708L69.0632 52.6288L69.1819 52.5496L69.3006 52.4704L69.3996 52.3912L69.4985 52.312L69.5975 52.2328L69.6964 52.1338L69.7953 52.0348L69.8943 51.9358L69.9932 51.8368L70.0922 51.7378L70.1713 51.6388L70.2505 51.5398L70.3296 51.4408L70.4088 51.3418L70.488 51.223L70.5671 51.1042L70.6463 50.9854L70.7056 50.8666L70.765 50.7478L70.8244 50.629L70.8837 50.5102L70.9431 50.3914L71.0025 50.2726L71.042 50.1538L71.0816 50.035L71.1212 49.8964L71.1608 49.7578L71.2004 49.6192L71.2201 49.4806L71.2399 49.342L71.2597 49.2034L71.2795 49.0648L71.2993 48.9262L71.3191 48.7876L71.3389 48.649V48.5104V48.3718V48.2332V48.0946L71.3191 47.956L71.2993 47.8174L71.2795 47.6788L71.2597 47.5402L71.2399 47.4016L71.2201 47.263L71.2004 47.1244L71.1806 47.0254H66.3719H66.2729H54.8943L66.7083 50.2726L66.7281 50.3716Z" fill="#201637"/>\n<path d="M74.2084 51.559L74.1886 51.3808L74.1688 51.2224L74.149 51.0442L74.1292 50.866L74.1094 50.7076L74.0896 50.5492L74.0501 50.3908L74.0105 50.2324L73.9709 50.074L73.9313 49.9156L73.8918 49.7572L73.8522 49.5988L73.7928 49.4404L73.7334 49.282L73.6741 49.1236L73.6147 48.9652L73.5553 48.8068L73.496 48.6484L73.4168 48.49L73.3377 48.3316L73.2585 48.1732L73.1794 48.0148L73.1002 47.8762L73.021 47.7376L72.9221 47.599L72.8232 47.4604L72.7242 47.3218L72.6253 47.1832L72.5857 47.1436H71.1015L71.1213 47.2426L71.1609 47.3812L71.1807 47.5198L71.2005 47.6584L71.2203 47.797L71.24 47.9356L71.2598 48.0742V48.2128V48.3514V48.49V48.6286V48.7672V48.9058L71.24 49.0444L71.2203 49.183L71.2005 49.3216L71.1807 49.4602L71.1609 49.5988L71.1213 49.7374L71.0817 49.876L71.0422 50.0146L71.0026 50.1532L70.963 50.272L70.9234 50.3908L70.8641 50.5096L70.8047 50.6284L70.7453 50.7472L70.686 50.866L70.6266 50.9848L70.5672 51.1036L70.4881 51.2224L70.4089 51.3412L70.3297 51.46L70.2506 51.559L70.1714 51.658L70.0923 51.757L70.0131 51.856L69.9142 51.955L69.8152 52.054L69.7163 52.153L69.6173 52.252L69.5184 52.351L69.4195 52.4302L69.3205 52.5094L69.2216 52.5886L69.1028 52.6678L68.9841 52.747L68.8654 52.8262L68.7466 52.9054L68.6279 52.9648L68.5092 53.0242L68.3904 53.0836L68.2717 53.143L68.153 53.2024L68.0342 53.2618L67.9155 53.3014L67.7968 53.341L67.678 53.3806L67.5395 53.4202L67.401 53.4598L67.2625 53.4796L67.1239 53.4994L66.9854 53.5192L66.8469 53.539L66.7084 53.5588L66.5699 53.5786H66.4313H66.2928H66.1543H24.7361V59.974H66.2334H66.4115H66.5699L66.748 59.9542L66.9261 59.9344L67.1042 59.9146L67.2625 59.8948L67.4406 59.875L67.5989 59.8552L67.7572 59.8354L67.9155 59.7958L68.0738 59.7562L68.2321 59.7166L68.3904 59.677L68.5487 59.6374L68.7071 59.5978L68.8654 59.5384L69.0237 59.479L69.182 59.4196L69.3403 59.3602L69.4986 59.3008L69.6569 59.2216L69.8152 59.1424L69.9736 59.0632L70.1319 58.984L70.2704 58.9048L70.4089 58.8256L70.5474 58.7266L70.686 58.6276L70.8245 58.5286L70.963 58.4296L71.1015 58.3306L71.24 58.2316L71.3786 58.1128L71.5171 57.994L71.6358 57.8752L71.7546 57.7564L71.8733 57.6376L71.992 57.5188L72.1108 57.4L72.2295 57.2812L72.3482 57.1624L72.4472 57.0238L72.5461 56.8852L72.6451 56.7466L72.744 56.608L72.8429 56.4694L72.9419 56.3308L73.0408 56.1922L73.12 56.0536L73.1991 55.915L73.2783 55.7764L73.3575 55.618L73.4366 55.4596L73.5158 55.3012L73.5751 55.1428L73.6345 54.9844L73.6939 54.826L73.7532 54.6676L73.8126 54.5092L73.872 54.3508L73.9115 54.1924L73.9511 54.034L73.9907 53.8756L74.0303 53.7172L74.0699 53.5588L74.1094 53.4004L74.1292 53.242L74.149 53.0638L74.1688 52.9054L74.1886 52.7272L74.2084 52.549L74.2282 52.3906V52.2124V52.0342V51.856L74.2084 51.559Z" fill="#0DC09D"/>\n<path d="M32.2163 48.6089L32.1372 48.5891L32.058 48.5693L31.9986 48.5297L31.9393 48.4901L31.8799 48.4505L31.8205 48.4109L31.7612 48.3713L31.7018 48.3317L31.6424 48.2921L31.5831 48.2525L31.5237 48.1931L31.4841 48.1337L31.4445 48.0743L31.405 48.0149L31.3654 47.9555L31.3258 47.8961L31.2862 47.8367L31.2467 47.7773L31.2269 47.7179L31.2071 47.6387L31.1873 47.5595L31.1675 47.4803L31.1477 47.4011L31.1279 47.3219V47.2427V47.1635V47.0843V47.0051V46.9259V46.8467L31.1477 46.7675L31.1675 46.6883L31.1873 46.6091L31.2071 46.5299L31.2269 46.4507L31.2467 46.3913L31.2862 46.3319L31.3258 46.2725L31.3654 46.2131L31.405 46.1537L31.4445 46.0943L31.4841 46.0349L31.5237 45.9755L31.5831 45.9161L31.6424 45.8567L31.7018 45.8171L31.7612 45.7775L31.8205 45.7379L31.8799 45.6983L31.9393 45.6587L31.9986 45.6191L32.058 45.5993L32.1372 45.5795L32.2163 45.5597L32.2955 45.5399L32.3746 45.5201L32.4538 45.5003L32.5329 45.4805H32.6121H32.6912H32.711H32.6319H32.4934L32.3548 45.5003L32.2163 45.5201L32.0778 45.5399L31.9393 45.5597L31.8007 45.5795L31.6622 45.5993L31.5237 45.6389L31.3852 45.6785L31.2467 45.7181L31.1081 45.7577L30.9894 45.7973L30.8509 45.8369L30.7321 45.8963L30.6134 45.9557L30.4947 46.0151L30.3759 46.0745L30.2572 46.1339L30.1385 46.1933L30.0197 46.2725L29.901 46.3517L29.7823 46.4309L29.6635 46.5101L29.5448 46.5893L29.4459 46.6685L29.3469 46.7477L29.248 46.8467L29.149 46.9457L29.0501 47.0447L28.9511 47.1437L28.8522 47.2427L28.7533 47.3417L28.6741 47.4407L28.5949 47.5397L28.5158 47.6585L28.4366 47.7773L28.3575 47.8961L28.2783 48.0149L28.219 48.1337L28.1596 48.2525L28.1002 48.3713L28.0409 48.4901L27.9815 48.6089L27.9221 48.7277L27.8825 48.8465L27.843 48.9653L27.8034 49.1039L27.7638 49.2425L27.7242 49.3811L27.6846 49.5197L27.6649 49.6583L27.6451 49.7969L27.6253 49.9355L27.6055 50.0741L27.5857 50.2127L27.5659 50.3513V50.4899V50.6285V50.7671V50.9057L27.5857 51.0443L27.6055 51.1829L27.6253 51.3215L27.6451 51.4601L27.6649 51.5987L27.6846 51.7373L27.7242 51.8759L27.744 51.9749H32.5527H32.6517H44.0303L32.2163 48.7277V48.6089Z" fill="#201637"/>\n<path d="M24.7361 47.4407V47.6189L24.7559 47.7971L24.7757 47.9753L24.7955 48.1337L24.8153 48.2921L24.8351 48.4505L24.8746 48.6287L24.9142 48.7871L24.9538 48.9455L24.9934 49.1039L25.0329 49.2623L25.0923 49.4207L25.1517 49.5791L25.211 49.7375L25.2704 49.8959L25.3298 50.0543L25.3891 50.2127L25.4485 50.3711L25.5277 50.5295L25.6068 50.6879L25.686 50.8463L25.7651 51.0047L25.8443 51.1433L25.9234 51.2819L26.0224 51.4205L26.1213 51.5591L26.2203 51.6977L26.3192 51.8363L26.3588 51.8759H27.843L27.8232 51.7769L27.7836 51.6383L27.7638 51.4997L27.744 51.3611L27.7242 51.2225L27.7044 51.0839L27.6847 50.9453L27.6649 50.8067V50.6681V50.5295V50.3909V50.2523L27.6847 50.1137L27.7044 49.9751L27.7242 49.8365L27.744 49.6979L27.7638 49.5593L27.7836 49.4207L27.8232 49.2821L27.8628 49.1435L27.9023 49.0049L27.9419 48.8663L27.9815 48.7475L28.0211 48.6287L28.0804 48.5099L28.1398 48.3911L28.1992 48.2723L28.2585 48.1535L28.3179 48.0347L28.3773 47.9159L28.4564 47.7971L28.5356 47.6783L28.6147 47.5595L28.6939 47.4407L28.773 47.3417L28.8522 47.2427L28.9512 47.1437L29.0501 47.0447L29.149 46.9457L29.248 46.8467L29.3469 46.7477L29.4459 46.6487L29.5448 46.5695L29.6438 46.4903L29.7625 46.4111L29.8812 46.3319L30 46.2527L30.1187 46.1735L30.2374 46.0943L30.3562 46.0349L30.4749 45.9755L30.5936 45.9161L30.7124 45.8567L30.8311 45.7973L30.9498 45.7379L31.0884 45.6983L31.2071 45.6587L31.3456 45.6191L31.4841 45.5795L31.6227 45.5399L31.7612 45.5003L31.8997 45.4805L32.0382 45.4607L32.1767 45.4409L32.3153 45.4211L32.4538 45.4013L32.5923 45.3815H32.7308H32.8694H74.2084V39.0059H32.711H32.5329H32.3548L32.1767 39.0257L31.9986 39.0455L31.8205 39.0653L31.6622 39.0851L31.4841 39.1049L31.3258 39.1247L31.1675 39.1643L30.9894 39.2039L30.8311 39.2435L30.6728 39.2831L30.5145 39.3227L30.3562 39.3623L30.1979 39.4019L30.0395 39.4613L29.8812 39.5207L29.7229 39.5801L29.5646 39.6395L29.4063 39.6989L29.248 39.7781L29.0897 39.8573L28.9314 39.9365L28.773 40.0157L28.6345 40.0949L28.496 40.1741L28.3575 40.2731L28.219 40.3721L28.1002 40.5899L27.9617 40.6889L27.8232 40.7879L27.6847 40.8869L27.5461 40.9859L27.4076 41.1047L27.2889 41.2235L27.1701 41.3423L27.0514 41.4611L26.9327 41.5799L26.8139 41.6987L26.6952 41.8175L26.5765 41.9561L26.4775 42.0947L26.3786 42.2333L26.2796 42.3719L26.1807 42.5105L26.0818 42.6491L25.9828 42.7877L25.8839 42.9263L25.8047 43.0649L25.7256 43.2035L25.6464 43.3421L25.5672 43.5005L25.4881 43.6589L25.4089 43.8173L25.3496 43.9757L25.2902 44.1341L25.2308 44.2925L25.1715 44.4509L25.1121 44.6093L25.0527 44.7677L24.9934 44.9261L24.9538 45.0845L24.9142 45.2429L24.8746 45.4013L24.8351 45.5597L24.7955 45.7181L24.7757 45.8765L24.7559 46.0547L24.7361 46.2329L24.7163 46.4111L24.6965 46.5695V46.7279V46.9061V47.0843V47.2625L24.7361 47.4407Z" fill="#0DC09D"/>\n<path d="M32.2163 34.2538L32.1371 34.234L32.058 34.1944L31.9986 34.1746L31.9392 34.135L31.8799 34.0954L31.8205 34.0558L31.7611 34.0162L31.7018 33.9766L31.6424 33.937L31.583 33.8974L31.5237 33.838L31.4841 33.7786L31.4445 33.7192L31.4049 33.6598L31.3654 33.6004L31.3258 33.541L31.2862 33.4816L31.2466 33.4222L31.2268 33.3628L31.2071 33.2836L31.1873 33.2242L31.1675 33.145L31.1477 33.0658L31.1279 32.9866L31.1081 32.9074V32.8282V32.749V32.6698V32.5906L31.1279 32.5114L31.1477 32.4322L31.1675 32.353L31.1873 32.2738L31.2071 32.1946L31.2268 32.1352L31.2466 32.0758L31.2862 32.0164L31.3258 31.957L31.3654 31.8976L31.4049 31.8382L31.4445 31.7788L31.4841 31.7194L31.5237 31.66L31.583 31.6006L31.6424 31.561L31.7018 31.5214L31.7611 31.4818L31.8205 31.4422L31.8799 31.4026L31.9392 31.363L31.9986 31.3234L32.058 31.2838L32.1371 31.264L32.2163 31.2442L32.2954 31.2244L32.3746 31.2046L32.4538 31.1848L32.5329 31.165H32.6121H32.6912H32.711H32.6319H32.4933H32.3548L32.2163 31.1848L32.0778 31.2046L31.9392 31.2244L31.8007 31.2442L31.6622 31.264L31.5237 31.2838L31.3852 31.3234L31.2466 31.363L31.1081 31.4026L30.9894 31.4422L30.8706 31.4818L30.7519 31.5214L30.6332 31.5808L30.5144 31.6402L30.3957 31.6996L30.277 31.759L30.1582 31.8184L30.0395 31.8976L29.9208 31.9768L29.802 32.056L29.6833 32.1352L29.5646 32.2144L29.4656 32.2936L29.3667 32.3728L29.2677 32.452L29.1688 32.551L29.0698 32.65L28.9709 32.749L28.8917 32.8678L28.7928 32.9668L28.7136 33.0658L28.6345 33.1846L28.5553 33.2836L28.4762 33.4024L28.397 33.5212L28.3179 33.64L28.2585 33.7588L28.1991 33.8776L28.1398 33.9964L28.0804 34.1152L28.021 34.234L27.9617 34.3528L27.9221 34.4716L27.8825 34.5904L27.8429 34.7092L27.8034 34.8478L27.7638 34.9864L27.7242 35.125L27.7044 35.2636L27.6846 35.4022L27.6648 35.5408L27.645 35.6794L27.6253 35.818L27.6055 35.9566V36.0952V36.2338V36.3724V36.511L27.6253 36.6496L27.645 36.7882L27.6648 36.9268L27.6846 37.0654L27.7044 37.204L27.7242 37.3426L27.7638 37.4812L27.8034 37.6198L27.8429 37.7386L27.8825 37.8772L27.9221 37.996L27.9617 38.1148L28.021 38.2336L28.0804 38.3524L28.1398 38.4712L28.1991 38.59L28.2387 38.6494L28.397 38.5702L28.5553 38.491L28.7334 38.4118L28.9115 38.3326L29.0896 38.2534L29.2677 38.194L29.4458 38.1346L29.6239 38.0752L29.802 38.0158L29.9801 37.9564L30.1582 37.897L30.3363 37.8574L30.5144 37.8178L30.6925 37.7782L30.8706 37.7386L31.0487 37.699L31.2268 37.6792L31.4049 37.6594L31.583 37.6396L31.7611 37.6198L31.9392 37.6L32.1173 37.5802H32.2954H32.4933H32.6714H44.0501L32.2361 34.333L32.2163 34.2538Z" fill="#201637"/>\n<path d="M66.2333 67.8543H66.3719H66.5104H66.6489L66.7874 67.8344L66.926 67.8146L67.0645 67.7948L67.203 67.775L67.3415 67.7553L67.48 67.7354L67.6186 67.6958L67.7571 67.6563L67.8758 67.6166L67.9946 67.577L68.1133 67.5374L68.232 67.478L68.3508 67.4186L68.4695 67.3593L68.5882 67.2998L68.707 67.2404L68.8257 67.181L68.9444 67.1018L69.0632 67.0226L69.1819 66.9434L69.3006 66.8643L69.3996 66.785L69.4985 66.7058L69.5975 66.6068L69.6964 66.5078L69.7953 66.4088L69.8943 66.3098L69.9932 66.2108L70.0922 66.1118L70.1713 66.0128L70.2505 65.9138L70.3296 65.795L70.4088 65.6763L70.488 65.5574L70.5671 65.4386L70.6463 65.3198L70.7056 65.201L70.765 65.0823L70.8244 64.9634L70.8837 64.8446L70.9431 64.7258L71.0025 64.607L71.042 64.4883L71.0816 64.3496L71.1212 64.2308L71.1608 64.0923L71.2004 63.9536L71.2201 63.815L71.2399 63.6764L71.2597 63.5378L71.2795 63.3993L71.2993 63.2606L71.3191 63.122V62.9834V62.8448V62.7063V62.5676V62.429V62.2904L71.2993 62.1518L71.2795 62.0133L71.2399 61.9736L71.2201 61.835L71.2004 61.6964L71.1806 61.5578L71.141 61.4193L71.1014 61.2806L71.042 61.1816L71.0025 61.0628L70.9629 60.944L70.9035 60.8253L70.8442 60.7064L70.7848 60.5876L70.7254 60.4688L70.6858 60.3896L70.5275 60.4688L70.3692 60.548L70.1911 60.6273L70.013 60.7064L69.8349 60.7856L69.6568 60.8648L69.4787 60.9243L69.3006 60.9836L69.1225 61.043L68.9444 61.1024L68.7663 61.1618L68.5882 61.2014L68.4101 61.241L68.232 61.2806L68.0539 61.3203L67.8758 61.3598L67.6977 61.3994L67.5196 61.4193L67.3415 61.439L67.1634 61.4588L66.9853 61.4786L66.8072 61.4984H66.6291H66.451H66.2729H54.8943L66.7083 64.7456L66.7874 64.7654L66.8666 64.7853L66.9457 64.805L67.0051 64.8446L67.0645 64.8843L67.1238 64.9238L67.1832 64.9634L67.2426 65.003L67.3019 65.0426L67.3613 65.0823L67.4207 65.1218L67.48 65.1813L67.5196 65.2406L67.5592 65.3L67.5988 65.3594L67.6384 65.4188L67.6779 65.4783L67.7175 65.5376L67.7571 65.597L67.7769 65.6564L67.7967 65.7158L67.8165 65.795L67.8362 65.8743L67.856 65.9534L67.8758 66.0326V66.1118V66.191V66.2703V66.3494V66.4286V66.5078L67.856 66.587L67.8362 66.6663L67.8165 66.7454L67.7967 66.8246L67.7769 66.9038L67.7571 66.9633L67.7175 67.0226L67.6779 67.082L67.6384 67.1414L67.5988 67.2008L67.5592 67.2603L67.5196 67.3196L67.48 67.379L67.4207 67.4384L67.3613 67.4978L67.3019 67.5374L67.2426 67.577L67.1832 67.6166L67.1238 67.6563L67.0645 67.6958L67.0051 67.7354L66.9457 67.775L66.8666 67.7948L66.7874 67.8146L66.7083 67.8344L66.6291 67.8543L66.55 67.874H66.4708H66.3917H66.3125L66.2333 67.8543Z" fill="#201637"/>\n<path d="M74.2084 65.9336V65.7554L74.1886 65.597L74.1688 65.4188L74.149 65.2604L74.1292 65.102L74.1094 64.9436L74.0896 64.7852L74.0501 64.6268L74.0105 64.4684L73.9709 64.31L73.9313 64.1516L73.8918 63.9932L73.8324 63.8348L73.773 63.6764L73.7137 63.518L73.6543 63.3596L73.5949 63.2012L73.5356 63.0428L73.4564 62.8844L73.3772 62.726L73.2981 62.5676L73.2189 62.4092L73.1398 62.2706L73.0408 62.132L72.9419 61.9934L72.8429 61.8548L72.744 61.7162L72.6451 61.5776L72.5461 61.439L72.4472 61.3004L72.3482 61.1618L72.2295 61.043L72.1108 60.9242L71.992 60.8054L71.8733 60.6866L71.7546 60.5678L71.6358 60.3896L71.5171 60.2708L71.3786 60.152L71.24 60.0332L71.0619 60.152L70.9036 60.251L70.7255 60.35L70.7057 60.3698L70.7453 60.449L70.8047 60.5678L70.8641 60.6866L70.9234 60.8054L70.9828 60.9242L71.0224 61.043L71.0619 61.1618L71.1015 61.3004L71.1411 61.439L71.1807 61.5776L71.2203 61.7162L71.24 61.8548L71.2598 61.9934L71.2796 62.132L71.2994 62.2706L71.3192 62.4092V62.5478V62.6864V62.825V62.9636V63.1022V63.2408L71.2994 63.3794L71.2796 63.518L71.2598 63.6566L71.24 63.7952L71.2203 63.9338L71.1807 64.0724L71.1411 64.211L71.1015 64.3496L71.0619 64.4684L71.0224 64.607L70.9828 64.7258L70.9234 64.8446L70.8641 64.9634L70.8047 65.0822L70.7453 65.201L70.686 65.3198L70.6266 65.4386L70.5474 65.5574L70.4683 65.6762L70.3891 65.795L70.31 65.894L70.2308 65.993L70.1517 66.092L70.0527 66.1316L69.9538 66.2306L69.8548 66.3296L69.7559 66.4286L69.6569 66.5276L69.558 66.6266L69.459 66.7256L69.3601 66.8048L69.2611 66.884L69.1424 66.9632L69.0237 67.0424L68.905 67.1216L68.7862 67.2008L68.6675 67.2602L68.5487 67.3196L68.43 67.379L68.3113 67.4384L68.1925 67.4978L68.0738 67.5176L67.9551 67.5572L67.8166 67.5968L67.6978 67.6364L67.5593 67.676L67.4208 67.7156L67.2823 67.7354L67.1437 67.7552L67.0052 67.775L66.8667 67.7948L66.7282 67.8146L66.5896 67.8344H66.4511H66.3126H66.1741H24.7361V74.2496H66.2334H66.4115H66.5699L66.748 74.2298L66.9261 74.21L67.1042 74.1902L67.2823 74.1704L67.4604 74.1506L67.6187 74.1308L67.777 74.111L67.9353 74.0714L68.0936 74.0318L68.2519 73.9922L68.4102 73.9526L68.5685 73.913L68.7268 73.8734L68.8852 73.814L69.0435 73.7546L69.2018 73.6952L69.3601 73.6358L69.5184 73.5764L69.6767 73.4972L69.835 73.418L69.9933 73.3388L70.1319 73.2596L70.2902 73.1804L70.4287 73.1012L70.5672 73.0022L70.7057 72.9032L70.8443 72.8042L70.9828 72.7052L71.1213 72.6062L71.2598 72.5072L71.3983 72.4082L71.5369 72.2894L71.6556 72.1706L71.7743 72.0518L71.8931 71.933L72.0118 71.8142L72.1305 71.6954L72.2493 71.5766L72.368 71.4578L72.467 71.3192L72.5659 71.1806L72.6648 71.042L72.7638 70.9034L72.8627 70.7648L72.9617 70.6262L73.0606 70.4876L73.1596 70.349L73.2387 70.2104L73.3179 70.052L73.397 69.8936L73.4762 69.7352L73.5553 69.5768L73.6147 69.4184L73.6741 69.26L73.7334 69.1016L73.7928 68.9432L73.8522 68.7848L73.9115 68.6264L73.9511 68.468L73.9907 68.3096L74.0303 68.1512L74.0699 67.9928L74.1094 67.8344L74.1292 67.6562L74.149 67.4978L74.1688 67.3196L74.1886 67.1612L74.2084 66.983L74.2282 66.8048V66.6464V66.4682V66.29V66.1118L74.2084 65.9336Z" fill="#0DC09D"/>\n<path d="M24.7359 33.066V33.2442L24.7556 33.4026L24.7754 33.5808L24.7952 33.7392L24.815 33.8976L24.8348 34.056L24.8744 34.2144L24.914 34.3728L24.9535 34.5312L24.9931 34.6896L25.0327 34.848L25.0723 35.0064L25.1316 35.1648L25.191 35.3232L25.2504 35.4816L25.3097 35.64L25.3691 35.7984L25.4483 35.9568L25.5274 36.1152L25.6066 36.2736L25.6857 36.432L25.7649 36.5904L25.844 36.729L25.943 36.8676L26.0419 37.0062L26.1409 37.1448L26.2398 37.2834L26.3388 37.422L26.4377 37.5606L26.5366 37.6992L26.6356 37.8378L26.7543 37.9566L26.8731 38.0754L26.9918 38.1942L27.1105 38.313L27.2293 38.4318L27.348 38.5506L27.4667 38.6694L27.6052 38.7882L27.7438 38.8872L27.9219 38.7684L28.0802 38.6694L28.2583 38.5704L28.2781 38.5506L28.2385 38.4714L28.1791 38.3526L28.1198 38.2338L28.0604 38.115L28.001 37.9962L27.9614 37.8774L27.9021 37.818L27.8625 37.6794L27.8229 37.5606L27.7833 37.422L27.7438 37.2834L27.724 37.1448L27.7042 37.026L27.6844 36.8874L27.6646 36.7488L27.6448 36.6102L27.625 36.4716V36.333V36.1944V36.0558V35.9172L27.6448 35.7786L27.6646 35.64L27.6844 35.5014L27.7042 35.3628L27.724 35.2242L27.7438 35.0856L27.7833 34.947L27.8229 34.8084L27.8625 34.6698L27.9021 34.551L27.9417 34.4322L27.9812 34.3134L28.0406 34.1946L28.1 34.0758L28.1593 33.957L28.2187 33.8382L28.2781 33.7194L28.3374 33.6006L28.4166 33.4818L28.4957 33.363L28.5749 33.2442L28.6541 33.1452L28.7332 33.0264L28.8124 32.9274L28.9113 32.8284L29.0103 32.7294L29.1092 32.6304L29.2081 32.5314L29.3071 32.4324L29.406 32.3532L29.505 32.2542L29.6039 32.175L29.7227 32.0958L29.8414 32.0166L29.9601 31.9374L30.0789 31.8582L30.1976 31.779L30.3163 31.7196L30.4351 31.6602L30.5538 31.6008L30.6725 31.5414L30.7913 31.482L30.91 31.4424L31.0485 31.4028L31.1673 31.3632L31.3058 31.3236L31.4443 31.284L31.5828 31.2444L31.7213 31.2246L31.8599 31.2048L31.9984 31.185L32.1369 31.1652L32.2754 31.1454L32.414 31.1256L32.5525 31.1058H32.691H32.8295H74.2082V24.75H32.7108H32.5327H32.3546H32.1765L31.9984 24.7698L31.8203 24.7896L31.6422 24.8094L31.4839 24.8292L31.3058 24.849L31.1475 24.8886L30.9892 24.9282L30.8308 24.9678L30.6725 25.0074L30.5142 25.047L30.3559 25.0866L30.1976 25.1262L30.0393 25.1856L29.881 25.245L29.7227 25.3044L29.5643 25.3638L29.406 25.4232L29.2477 25.5024L29.0894 25.5816L28.9311 25.6608L28.7728 25.74L28.6343 25.8192L28.4957 25.8984L28.3572 25.9974L28.2187 26.0964L28.0802 26.1954L27.9417 26.2944L27.8031 26.3934L27.6646 26.4924L27.5261 26.5914L27.3876 26.6904L27.2688 26.8092L27.1501 26.928L27.0314 27.0468L26.9126 27.1656L26.7939 27.2844L26.6752 27.4032L26.5564 27.5418L26.5169 27.72L26.4179 27.8586L26.319 27.9972L26.22 28.1358L26.1211 28.2744L26.0221 28.413L25.9232 28.5516L25.8242 28.6902L25.7451 28.8288L25.6659 28.9872L25.5868 29.1258L25.5076 29.2842L25.4285 29.4426L25.3493 29.601L25.2899 29.7594L25.2306 29.9178L25.1712 30.0762L25.1118 30.2346L25.0525 30.393L25.0129 30.5514L24.9733 30.7098L24.9337 30.8682L24.8942 31.0266L24.8546 31.185L24.815 31.3434L24.7952 31.5216L24.7754 31.68L24.7556 31.8384L24.7359 31.9968L24.7161 32.175V32.3334V32.4918V32.67V32.8482L24.7359 33.066Z" fill="#0DC09D"/>\n</g>\n<path d="M102.724 64.9237H90.0396V59.9341H102.724C104.683 59.9341 106.207 59.5579 107.256 58.7857C108.325 58.0333 108.859 57.0433 108.859 55.8355C108.859 54.6277 108.364 53.7565 107.355 53.1823C106.346 52.6279 104.861 52.1527 102.902 51.7963L100.864 51.4399C98.8654 51.0835 97.0251 50.5489 95.3826 49.8757C93.7401 49.2025 92.434 48.2521 91.4644 47.0443C90.4947 45.8365 90.0198 44.2921 90.0198 42.4111C90.0198 39.5995 91.0686 37.4215 93.1464 35.8771C95.2243 34.3327 97.9947 33.5605 101.438 33.5605H113.826V38.6095H101.438C99.7559 38.6095 98.4301 38.9263 97.4604 39.5401C96.4908 40.1539 96.0158 41.0251 96.0158 42.1537C96.0158 43.3615 96.4908 44.2327 97.4208 44.8069C98.3707 45.3613 99.6372 45.7969 101.24 46.0741L103.338 46.4305C105.455 46.7869 107.414 47.3017 109.175 47.9353C110.937 48.5689 112.342 49.4995 113.351 50.7073C114.38 51.9151 114.875 53.5189 114.875 55.5187C114.875 58.4887 113.766 60.7855 111.57 62.4487C109.433 64.0921 106.464 64.9237 102.724 64.9237Z" fill="#201637"/>\n<path d="M179.604 74.0523V60.0537H178.635C178.199 60.8655 177.546 61.6377 176.715 62.3703C175.864 63.1227 174.796 63.7167 173.489 64.2117C172.183 64.6869 170.581 64.9443 168.641 64.9443C166.148 64.9443 163.872 64.3503 161.774 63.1425C159.697 61.9347 158.034 60.2121 156.788 57.9351C155.541 55.6779 154.927 52.9257 154.927 49.7181V48.8073C154.927 45.5997 155.561 42.8673 156.827 40.5903C158.094 38.3331 159.756 36.5907 161.854 35.3829C163.931 34.1751 166.207 33.5811 168.641 33.5811C171.53 33.5811 173.747 34.0959 175.29 35.1453C176.834 36.1947 177.982 37.3629 178.753 38.6895H179.723V33.5811H185.798V74.0523H179.604ZM170.402 59.4993C173.133 59.4993 175.35 58.6281 177.071 56.9055C178.793 55.1829 179.664 52.7079 179.664 49.5003V48.9657C179.664 45.7977 178.793 43.3425 177.051 41.6199C175.31 39.8973 173.094 39.0261 170.402 39.0261C167.711 39.0261 165.554 39.8973 163.813 41.6199C162.071 43.3425 161.201 45.7977 161.201 48.9657V49.5003C161.201 52.7079 162.071 55.1829 163.813 56.9055C165.554 58.6479 167.751 59.4993 170.402 59.4993Z" fill="#201637"/>\n<path d="M149.011 48.6085C149.011 45.5989 148.417 42.9655 147.21 40.7281C146.003 38.4907 144.34 36.7285 142.183 35.4613C140.026 34.1941 137.533 33.5605 134.703 33.5605C131.854 33.5605 129.202 34.1941 127.005 35.4811C125.897 36.1147 124.927 36.8869 124.057 37.7779C123.958 37.8967 123.839 37.9957 123.74 38.1145C123.424 38.4709 123.127 38.8273 122.85 39.2035C122.474 39.7183 122.137 40.2529 121.821 40.8271C120.554 43.1041 119.921 45.7969 119.921 48.8857V49.5985C119.921 52.6873 120.554 55.3801 121.821 57.6571C123.087 59.9341 124.829 61.7161 127.084 62.9833C129.321 64.2505 131.953 64.8841 134.96 64.8841C137.612 64.8841 139.809 64.4683 141.57 63.6169C143.331 62.7655 144.736 61.7359 145.785 60.4885C146.082 60.1321 146.339 59.7955 146.596 59.4589C147.269 58.5877 147.803 57.7363 148.239 56.9245L143.074 54.2713C142.441 55.6375 141.511 56.8453 140.343 57.8749C139.156 58.9243 137.414 59.4391 135.079 59.4391C132.586 59.4391 130.508 58.6669 128.846 57.1225C128.747 57.0235 128.648 56.9245 128.549 56.8255C128.45 56.7265 128.351 56.6275 128.272 56.5087C128.054 56.2513 127.836 55.9939 127.658 55.6969C126.847 54.4891 126.392 53.0437 126.273 51.3607C126.253 51.2023 126.253 51.0439 126.253 50.8855H149.011V48.6085ZM130.35 46.1929L127.183 49.3609H126.135C126.115 48.4501 126.135 47.2819 126.253 46.1929C126.313 45.7771 126.392 45.3811 126.491 45.0049C126.59 44.6287 126.708 44.2525 126.847 43.9159C127.322 42.7477 128.015 41.7775 128.925 40.9657C130.389 39.6787 132.289 39.0451 134.604 39.0451C136.939 39.0451 138.819 39.6787 140.264 40.9657C141.708 42.2527 142.52 43.9951 142.738 46.1929H130.35Z" fill="#201637"/>\n<path d="M220.844 48.6085C220.844 45.5989 220.251 42.9655 219.044 40.7281C217.836 38.4907 216.174 36.7285 214.017 35.4613C211.88 34.1941 209.367 33.5605 206.537 33.5605C203.707 33.5605 201.036 34.1941 198.839 35.4811C197.731 36.1147 196.761 36.8869 195.891 37.7779C195.792 37.8967 195.673 37.9957 195.574 38.1145C195.257 38.4709 194.96 38.8273 194.683 39.2035C194.307 39.7183 193.971 40.2529 193.654 40.8271C192.388 43.1041 191.755 45.7969 191.755 48.8857V49.5985C191.755 52.6873 192.388 55.3801 193.654 57.6571C194.921 59.9341 196.662 61.7161 198.918 62.9833C201.154 64.2505 203.786 64.8841 206.794 64.8841C209.446 64.8841 211.643 64.4683 213.404 63.6169C215.165 62.7655 216.57 61.7359 217.619 60.4885C217.916 60.1321 218.173 59.7955 218.43 59.4589C219.103 58.5877 219.637 57.7363 220.073 56.9245L214.908 54.2713C214.274 55.6375 213.344 56.8453 212.177 57.8749C210.989 58.9243 209.248 59.4391 206.913 59.4391C204.42 59.4391 202.342 58.6669 200.679 57.1225C200.58 57.0235 200.482 56.9245 200.383 56.8255C200.284 56.7265 200.185 56.6275 200.106 56.5087C199.888 56.2513 199.67 55.9939 199.492 55.6969C198.681 54.4891 198.226 53.0437 198.107 51.3607C198.087 51.2023 198.087 51.0439 198.087 50.8855H220.844V48.6085ZM202.203 46.1929L199.037 49.3609H197.988C197.968 48.4501 197.988 47.2819 198.107 46.1929C198.166 45.7771 198.245 45.3811 198.344 45.0049C198.443 44.6287 198.562 44.2525 198.701 43.9159C199.175 42.7477 199.868 41.7775 200.778 40.9657C202.243 39.6787 204.143 39.0451 206.458 39.0451C208.793 39.0451 210.673 39.6787 212.117 40.9657C213.562 42.2527 214.373 43.9951 214.591 46.1929H202.203Z" fill="#201637"/>\n<path d="M226.781 64.9244V33.5612H232.856V37.046H233.826C234.301 35.7986 235.073 34.8878 236.141 34.3136C237.21 33.7394 238.516 33.4424 240.079 33.4424H243.621V39.0458H239.842C237.843 39.0458 236.201 39.6002 234.914 40.709C233.628 41.8178 232.995 43.5008 232.995 45.7976V64.9442L226.781 64.9244Z" fill="#201637"/>\n<path d="M273.523 44.8076C273.523 41.1842 272.414 38.3726 270.198 36.4124C267.982 34.4324 264.934 33.4424 261.075 33.4424C258.542 33.4424 256.385 33.8384 254.644 34.6502C252.903 35.462 251.478 36.5312 250.409 37.8578C249.34 39.1844 248.569 40.6298 248.074 42.2138L253.872 44.0948C254.228 42.491 254.98 41.1644 256.108 40.1744C257.236 39.1646 258.859 38.6696 260.996 38.6696C263.133 38.6696 264.776 39.2042 265.825 40.2734C266.873 41.3426 267.388 42.7286 267.388 44.4116V49.5596H266.379L263.153 46.3322H258.325C255.059 46.3322 252.348 47.1044 250.191 48.6686C248.034 50.213 246.966 52.5098 246.966 55.5392C246.966 57.5588 247.461 59.2616 248.45 60.6674C249.439 62.0732 250.765 63.1424 252.447 63.875C254.129 64.6076 256.029 64.964 258.147 64.964C260.264 64.964 261.847 64.667 263.094 64.0928C264.34 63.5186 265.29 62.8256 265.924 62.0336C266.577 61.2416 267.052 60.5288 267.368 59.8952H268.338V64.9442H273.483L273.523 44.8076ZM267.408 51.7574C267.408 54.2522 266.636 56.2124 265.073 57.6578C263.529 59.0834 261.53 59.7962 259.057 59.7962C257.236 59.7962 255.811 59.4002 254.763 58.5884C253.714 57.7766 253.199 56.6876 253.199 55.3214C253.199 53.9552 253.714 52.9058 254.703 52.2128C255.713 51.5 257.038 51.1634 258.701 51.1634H267.408V51.7574Z" fill="#201637"/>\n</svg>\n\n </a>\n <div class="navbar-right">Pipeline benchmarking report</div>\n </div>\n</nav>\n\n<svg xmlns="http://www.w3.org/2000/svg" style="display:none">\n <symbol id="ic-benchmark" viewBox="0 0 20 20"><rect x="2" y="2" width="7" height="7" rx="1" fill="currentColor" opacity=".85"/><rect x="11" y="2" width="7" height="7" rx="1" fill="currentColor" opacity=".55"/><rect x="2" y="11" width="7" height="7" rx="1" fill="currentColor" opacity=".55"/><rect x="11" y="11" width="7" height="7" rx="1" fill="currentColor" opacity=".85"/></symbol>\n <symbol id="ic-run" viewBox="0 0 20 20"><path d="M6 3.5v13l10-6.5z" fill="currentColor"/></symbol>\n <symbol id="ic-table" viewBox="0 0 20 20"><rect x="3" y="4" width="14" height="2" rx="1" fill="currentColor"/><rect x="3" y="9" width="14" height="2" rx="1" fill="currentColor"/><rect x="3" y="14" width="14" height="2" rx="1" fill="currentColor"/></symbol>\n <symbol id="ic-chart" viewBox="0 0 20 20"><rect x="2" y="10" width="4" height="8" rx="1" fill="currentColor"/><rect x="8" y="5" width="4" height="13" rx="1" fill="currentColor"/><rect x="14" y="2" width="4" height="16" rx="1" fill="currentColor"/></symbol>\n <symbol id="ic-process" viewBox="0 0 20 20"><circle cx="5" cy="10" r="3" fill="currentColor"/><circle cx="15" cy="5" r="2.5" fill="currentColor" opacity=".7"/><circle cx="15" cy="15" r="2.5" fill="currentColor" opacity=".7"/><line x1="7.5" y1="9" x2="12.5" y2="5.5" stroke="currentColor" stroke-width="1.5"/><line x1="7.5" y1="11" x2="12.5" y2="14.5" stroke="currentColor" stroke-width="1.5"/></symbol>\n <symbol id="ic-task" viewBox="0 0 20 20"><rect x="2" y="2" width="16" height="16" rx="2" fill="none" stroke="currentColor" stroke-width="1.5"/><path d="M6 10l2.5 2.5L14 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></symbol>\n <symbol id="ic-instance" viewBox="0 0 20 20"><rect x="3" y="2" width="14" height="5" rx="1.5" fill="currentColor"/><rect x="3" y="9" width="14" height="5" rx="1.5" fill="currentColor" opacity=".65"/><circle cx="6" cy="4.5" r="1" fill="#fff"/><circle cx="6" cy="11.5" r="1" fill="#fff"/></symbol>\n <symbol id="ic-scatter" viewBox="0 0 20 20"><circle cx="5" cy="14" r="1.8" fill="currentColor"/><circle cx="9" cy="8" r="1.8" fill="currentColor" opacity=".75"/><circle cx="14" cy="11" r="1.8" fill="currentColor" opacity=".6"/><circle cx="16" cy="5" r="1.8" fill="currentColor" opacity=".45"/></symbol>\n</svg>\n\n<div class="side-nav" id="side-nav">\n <a href="#run-overview"><svg class="nav-icon"><use href="#ic-run"/></svg> Run overview</a>\n <a href="#run-summary" class="l2"><svg class="nav-icon"><use href="#ic-table"/></svg> Run summary</a>\n <a href="#run-metrics" class="l2"><svg class="nav-icon"><use href="#ic-chart"/></svg> Run metrics</a>\n <a href="#process-overview"><svg class="nav-icon"><use href="#ic-process"/></svg> Process overview</a>\n <a href="#combined-task-runtime" class="l2"><svg class="nav-icon"><use href="#ic-chart"/></svg> Combined task runtime</a>\n <a href="#task-overview"><svg class="nav-icon"><use href="#ic-task"/></svg> Task overview</a>\n <a href="#task-instance-usage" class="l2"><svg class="nav-icon"><use href="#ic-instance"/></svg> Instance usage</a>\n <a href="#task-metrics" class="l2"><svg class="nav-icon"><use href="#ic-scatter"/></svg> Task metrics</a>\n</div>\n\n<div class="main-content">\n<div class="container">\n\n <p class="" style="margin-bottom: 25px;">\n Published <strong>2026-04-17 15:09:22</strong>\n </p>\n\n <!-- 1. Run overview -->\n <div class="section" id="run-overview">\n <h1><svg class="h-icon"><use href="#ic-run"/></svg> Run overview</h1>\n <p class="section-desc">\n <strong>Summary</strong><br>\n This section provides a high-level overview of the pipeline run metrics.\n Failed or cancelled runs stay visible in the summary table, but downstream process,\n task, and cost sections only use included runs.\n </p>\n\n <h2 id="run-summary"><svg class="h-icon sm"><use href="#ic-table"/></svg> Run summary</h2>\n <p class="section-desc">Summary of pipeline execution and infrastructure settings.</p>\n <div class="callout">\n <div class="callout-header" onclick="this.nextElementSibling.classList.toggle(\'show\')">\n ▶ Click to display table\n </div>\n <div class="callout-body show" style="overflow-x:auto">\n <table class="gs-table" id="run-summary-table"></table>\n </div>\n </div>\n\n <h2 id="run-metrics"><svg class="h-icon sm"><use href="#ic-chart"/></svg> Run metrics</h2>\n <p class="section-desc">This section provides a visual overview of the pipeline run metrics.</p>\n <div class="callout">\n <div class="callout-header" onclick="this.nextElementSibling.classList.toggle(\'show\')">\n ▶ Click to display table\n </div>\n <div class="callout-body" style="overflow-x:auto">\n <button class="csv-btn" onclick="downloadCSV(\'run-metrics-table\',\'run_overview.csv\')">Download as CSV</button>\n <table class="gs-table" id="run-metrics-table"></table>\n </div>\n </div>\n\n <div class="chart-row">\n <div class="chart" id="chart-wall-time"></div>\n <div class="chart" id="chart-cpu-time"></div>\n </div>\n <div class="chart-row">\n <div class="chart" id="chart-est-cost"></div>\n <div class="chart" id="chart-workflow-status"></div>\n </div>\n <div class="chart-row">\n <div class="chart" id="chart-cpu-eff"></div>\n <div class="chart" id="chart-mem-eff"></div>\n </div>\n <div class="chart-row">\n <div class="chart" id="chart-read-io"></div>\n <div class="chart" id="chart-write-io"></div>\n </div>\n </div>\n\n <!-- 3. Process overview -->\n <div class="section" id="process-overview">\n <h1><svg class="h-icon"><use href="#ic-process"/></svg> Process overview</h1>\n <p class="section-desc">\n <strong>Summary</strong><br>\n This section provides a comparison of the process-level metrics for each pipeline\n across the groups. The plots show the run time distribution per process.\n Dots represent mean values per process across all tasks.\n Error bars indicate mean ± 1 standard deviation.\n A single point indicates that a single task was executed for the process.\n </p>\n <p class="section-desc">\n <strong>Run time</strong> = Staging time + real time\n </p>\n <div id="process-sections"></div>\n </div>\n\n <!-- 4. Combined task runtime -->\n <div class="section" id="combined-task-runtime">\n <h1><svg class="h-icon"><use href="#ic-chart"/></svg> Combined task runtime</h1>\n <p class="section-desc">\n <strong>Summary</strong><br>\n Combined task duration by process, split per pipeline and group. Includes scheduling overhead (submit to start).\n </p>\n <div id="combined-runtime-panels" class="runtime-panels"></div>\n </div>\n\n <!-- 5. Task overview -->\n <div class="section" id="task-overview">\n <h1><svg class="h-icon"><use href="#ic-task"/></svg> Task overview</h1>\n <p class="section-desc">\n <strong>Summary</strong><br>\n This section provides an overview of task-level metrics for instance usage and runtime metrics.\n </p>\n\n <h2 id="task-instance-usage"><svg class="h-icon sm"><use href="#ic-instance"/></svg> Task instance usage</h2>\n <p class="section-desc">Number of tasks per instance type, grouped by pipeline run group.</p>\n <div class="chart" id="chart-instance-usage" style="height:500px"></div>\n\n <h2 id="task-metrics"><svg class="h-icon sm"><use href="#ic-scatter"/></svg> Task metrics</h2>\n <p class="section-desc">\n This section provides a comparison between staging and run times for tasks.<br>\n <strong>Wait time</strong>: time from submission to task start.<br>\n <strong>Staging time</strong>: time to stage/unstage before and after execution.<br>\n <strong>Real time</strong>: time to execute the task.\n </p>\n <div id="task-sections"></div>\n </div>\n\n</div>\n</div>\n\n<footer>\n <div class="container">\n Generated by <a href="https://github.com/seqeralabs/nf-aggregate">seqeralabs/nf-aggregate</a> —\n Powered by <a href="https://seqera.io">Seqera</a>\n </div>\n</footer>\n\n<script>\necharts.registerTheme(\'seqera\', {\n "color": [\n "#087F68",\n "#45a1bf",\n "#201637",\n "#f4b548",\n "#31C9AC",\n "#8f3d56",\n "#85c7c6",\n "#a5cdee",\n "#d2c6ac",\n "#46a485"\n ],\n "backgroundColor": "#ffffff",\n "textStyle": {\n "color": "#201637",\n "fontFamily": "\'Inter\', \'Helvetica Neue\', Helvetica, Arial, sans-serif",\n "fontSize": 12\n },\n "title": {\n "textStyle": {\n "color": "#201637",\n "fontSize": 14,\n "fontWeight": 500\n },\n "subtextStyle": {\n "color": "#087F68",\n "fontSize": 12\n },\n "padding": 0,\n "itemGap": 7,\n "top": "1px",\n "left": "center"\n },\n "grid": {\n "left": "1%",\n "right": "4%",\n "bottom": "0%",\n "top": "15%",\n "containLabel": true\n },\n "legend": {\n "textStyle": {\n "color": "#666",\n "fontSize": 11\n },\n "icon": "circle",\n "padding": [0, 0, 0, -7],\n "animationDurationUpdate": 300\n },\n "tooltip": {\n "borderRadius": 4,\n "borderWidth": 1,\n "borderColor": "#CFD0D1",\n "textStyle": {\n "fontSize": 12,\n "fontWeight": 400,\n "color": "#201637"\n },\n "padding": [6, 8],\n "backgroundColor": "rgba(255,255,255,0.96)",\n "axisPointer": {\n "lineStyle": {\n "color": "#CFD0D1",\n "width": 1\n },\n "crossStyle": {\n "color": "#CFD0D1",\n "width": 1\n },\n "label": {\n "color": "#ffffff",\n "backgroundColor": "#201637"\n }\n }\n },\n "toolbox": {\n "iconStyle": {\n "borderColor": "#087F68"\n },\n "emphasis": {\n "iconStyle": {\n "borderColor": "#31C9AC"\n }\n }\n },\n "animationDuration": 500,\n "animationDurationUpdate": 500,\n "dataZoom": {\n "borderColor": "#CFD0D1",\n "textStyle": {\n "color": "#201637"\n },\n "brushStyle": {\n "color": "rgba(8,127,104,0.15)"\n },\n "handleStyle": {\n "color": "#087F68",\n "borderColor": "#CFD0D1"\n },\n "moveHandleStyle": {\n "color": "#31C9AC",\n "opacity": 0.5\n },\n "fillerColor": "rgba(49,201,172,0.15)",\n "emphasis": {\n "handleStyle": {\n "borderColor": "#087F68",\n "color": "#31C9AC"\n },\n "moveHandleStyle": {\n "color": "#087F68",\n "opacity": 0.7\n }\n },\n "dataBackground": {\n "lineStyle": {\n "color": "#CFD0D1",\n "width": 1\n },\n "areaStyle": {\n "color": "#E2F7F3"\n }\n },\n "selectedDataBackground": {\n "lineStyle": {\n "color": "#087F68"\n },\n "areaStyle": {\n "color": "#31C9AC"\n }\n }\n },\n "visualMap": {\n "textStyle": {\n "color": "#201637"\n },\n "inRange": {\n "color": ["#E2F7F3", "#31C9AC", "#087F68"]\n }\n },\n "timeline": {\n "lineStyle": {\n "color": "#CFD0D1"\n },\n "itemStyle": {\n "color": "#31C9AC",\n "borderColor": "#087F68"\n },\n "label": {\n "color": "#201637"\n },\n "controlStyle": {\n "color": "#087F68",\n "borderColor": "#087F68"\n },\n "emphasis": {\n "itemStyle": {\n "color": "#087F68"\n },\n "controlStyle": {\n "color": "#087F68",\n "borderColor": "#087F68"\n }\n }\n },\n "calendar": {\n "itemStyle": {\n "color": "#ffffff",\n "borderColor": "#CFD0D1"\n },\n "dayLabel": {\n "color": "#201637"\n },\n "monthLabel": {\n "color": "#201637"\n },\n "yearLabel": {\n "color": "#201637"\n }\n },\n "categoryAxis": {\n "axisLine": {\n "show": true,\n "lineStyle": {\n "color": "#CFD0D1"\n }\n },\n "axisTick": {\n "show": false\n },\n "axisLabel": {\n "color": "#666",\n "fontSize": 11\n },\n "splitLine": {\n "show": false,\n "lineStyle": {\n "color": ["#CFD0D1"]\n }\n },\n "splitArea": {\n "areaStyle": {\n "color": ["#ffffff", "#F7F7F7"]\n }\n }\n },\n "valueAxis": {\n "axisLine": {\n "show": false\n },\n "axisTick": {\n "show": false\n },\n "axisLabel": {\n "color": "#666",\n "fontSize": 11\n },\n "splitLine": {\n "show": true,\n "lineStyle": {\n "color": "#E8E8E8",\n "width": 1\n }\n },\n "splitArea": {\n "areaStyle": {\n "color": ["#ffffff", "#F7F7F7"]\n }\n },\n "nameTextStyle": {\n "color": "#666",\n "fontSize": 11\n }\n },\n "logAxis": {\n "axisLine": {\n "show": false\n },\n "axisTick": {\n "show": false\n },\n "axisLabel": {\n "color": "#666"\n },\n "splitLine": {\n "show": true,\n "lineStyle": {\n "color": "#E8E8E8",\n "width": 1\n }\n }\n },\n "timeAxis": {\n "axisLine": {\n "show": true,\n "lineStyle": {\n "color": "#CFD0D1"\n }\n },\n "axisTick": {\n "show": false\n },\n "axisLabel": {\n "color": "#666"\n },\n "splitLine": {\n "show": true,\n "lineStyle": {\n "color": "#E8E8E8",\n "width": 1\n }\n }\n },\n "line": {\n "itemStyle": {\n "borderWidth": 2\n },\n "lineStyle": {\n "width": 2\n },\n "symbolSize": 6,\n "symbol": "circle",\n "smooth": false\n },\n "bar": {\n "itemStyle": {\n "barBorderWidth": 0,\n "barBorderColor": "#ffffff",\n "borderRadius": [2, 2, 2, 2]\n },\n "barMaxWidth": 60,\n "emphasis": {\n "focus": "series"\n },\n "labelLayout": {\n "hideOverlap": true\n }\n },\n "pie": {\n "itemStyle": {\n "borderWidth": 1,\n "borderColor": "#ffffff"\n }\n },\n "scatter": {\n "itemStyle": {\n "borderWidth": 0\n },\n "symbolSize": 8,\n "emphasis": {\n "focus": "series"\n }\n },\n "boxplot": {\n "itemStyle": {\n "color": "#E2F7F3",\n "borderColor": "#087F68",\n "borderWidth": 1.5\n }\n },\n "graph": {\n "itemStyle": {\n "borderWidth": 0\n },\n "lineStyle": {\n "width": 1,\n "color": "#CFD0D1"\n },\n "label": {\n "color": "#201637"\n }\n },\n "gauge": {\n "title": {\n "color": "#201637"\n },\n "itemStyle": {\n "color": "#31C9AC",\n "borderColor": "#087F68"\n },\n "axisLine": {\n "lineStyle": {\n "color": [\n [0.2, "#31C9AC"],\n [0.8, "#087F68"],\n [1, "#201637"]\n ]\n }\n },\n "detail": {\n "color": "#087F68"\n }\n },\n "candlestick": {\n "itemStyle": {\n "color": "#31C9AC",\n "color0": "#201637",\n "borderColor": "#087F68",\n "borderColor0": "#201637"\n }\n }\n}\n);\n\nconst DATA = {"benchmark_overview": [{"pipeline": "edmundmiller/sarek", "group": "cpu", "run_id": "5ymDk0hmgqv4L4", "status": "SUCCEEDED", "status_label": "Succeeded", "status_category": "success", "report_included": true}, {"pipeline": "edmundmiller/sarek", "group": "g5", "run_id": "15dvxY1LnZYrYe", "status": "SUCCEEDED", "status_label": "Succeeded", "status_category": "success", "report_included": true}], "run_summary": [{"pipeline": "edmundmiller/sarek", "group": "cpu", "run_id": "5ymDk0hmgqv4L4", "username": "edmund-miller", "status": "SUCCEEDED", "status_label": "Succeeded", "status_category": "success", "report_included": true, "Version": null, "Nextflow_version": "24.04.4", "platform_version": "", "succeedCount": 68, "failedCount": 0, "cachedCount": 0, "executor": "", "region": "", "fusion_enabled": false, "wave_enabled": false, "container_engine": null}, {"pipeline": "edmundmiller/sarek", "group": "g5", "run_id": "15dvxY1LnZYrYe", "username": "edmund-miller", "status": "SUCCEEDED", "status_label": "Succeeded", "status_category": "success", "report_included": true, "Version": null, "Nextflow_version": "24.04.4", "platform_version": "", "succeedCount": 11, "failedCount": 1, "cachedCount": 4, "executor": "", "region": "", "fusion_enabled": false, "wave_enabled": false, "container_engine": null}], "run_metrics": [{"pipeline": "edmundmiller/sarek", "group": "cpu", "run_id": "5ymDk0hmgqv4L4", "duration": 15525055, "cpuTime": 268.6, "pipeline_runtime": 966990305, "cpuEfficiency": 103.0, "memoryEfficiency": 29.88, "readBytes": 2563.0, "writeBytes": 782.0}, {"pipeline": "edmundmiller/sarek", "group": "g5", "run_id": "15dvxY1LnZYrYe", "duration": 7076208, "cpuTime": 70.7, "pipeline_runtime": 254621179, "cpuEfficiency": 40.0, "memoryEfficiency": 43.92, "readBytes": 808.0, "writeBytes": 320.0}], "run_costs": [{"run_id": "5ymDk0hmgqv4L4", "group": "cpu", "cost": 18.27, "used_cost": null, "unused_cost": null}, {"run_id": "15dvxY1LnZYrYe", "group": "g5", "cost": 5.39, "used_cost": null, "unused_cost": null}], "process_stats": [{"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:BAM_MARKDUPLICATES:GATK4_MARKDUPLICATES", "process_short": "GATK4_MARKDUPLICATES", "n_tasks": 1, "avg_staging_min": 4.483333333333333, "sd_staging_min": null, "avg_realtime_min": 132.35, "sd_realtime_min": null, "avg_runtime_min": 137.45611666666667, "sd_runtime_min": null, "avg_cost": 1.7243100022, "sd_cost": null, "total_cost": 1.7243100022}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:FASTQC", "process_short": "FASTQC", "n_tasks": 1, "avg_staging_min": 0.016666666666666666, "sd_staging_min": null, "avg_realtime_min": 44.483333333333334, "sd_realtime_min": null, "avg_runtime_min": 47.19926666666667, "sd_runtime_min": null, "avg_cost": 0.1495200002, "sd_cost": null, "total_cost": 0.1495200002}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:FASTP", "process_short": "FASTP", "n_tasks": 1, "avg_staging_min": 20.233333333333334, "sd_staging_min": null, "avg_realtime_min": 14.433333333333334, "sd_realtime_min": null, "avg_runtime_min": 37.53766666666667, "sd_runtime_min": null, "avg_cost": 0.3496080005, "sd_cost": null, "total_cost": 0.3496080005}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:FASTQ_ALIGN_BWAMEM_MEM2_DRAGMAP_SENTIEON:PARABRICKS_FQ2BAM", "process_short": "PARABRICKS_FQ2BAM", "n_tasks": 1, "avg_staging_min": 3.7444166666666665, "sd_staging_min": null, "avg_realtime_min": 28.088916666666666, "sd_realtime_min": null, "avg_runtime_min": 35.821983333333336, "sd_runtime_min": null, "avg_cost": 4.323106695, "sd_cost": null, "total_cost": 4.323106695}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_DEEPVARIANT:DEEPVARIANT_RUNDEEPVARIANT", "process_short": "DEEPVARIANT_RUNDEEPVARIANT", "n_tasks": 21, "avg_staging_min": 0.09263492063492061, "sd_staging_min": 0.052009048332627796, "avg_realtime_min": 26.793810317460313, "sd_realtime_min": 9.997994381330919, "avg_runtime_min": 31.580237301587307, "sd_runtime_min": 10.252874640171914, "avg_cost": 0.44479199150952387, "sd_cost": 0.14600431530860175, "total_cost": 9.3406318217}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:FASTQ_ALIGN_BWAMEM_MEM2_DRAGMAP_SENTIEON:BWAMEM1_MEM", "process_short": "BWAMEM1_MEM", "n_tasks": 12, "avg_staging_min": 2.0097222222222224, "sd_staging_min": 0.08392466960525082, "avg_realtime_min": 25.305555555555557, "sd_realtime_min": 3.8706375465593625, "avg_runtime_min": 30.846158333333335, "sd_runtime_min": 3.6569583595054618, "avg_cost": 0.5508440007500001, "sd_cost": 0.07758478171719184, "total_cost": 6.610128009}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:SAMTOOLS_STATS", "process_short": "SAMTOOLS_STATS", "n_tasks": 1, "avg_staging_min": 0.05, "sd_staging_min": null, "avg_realtime_min": 29.116666666666667, "sd_realtime_min": null, "avg_runtime_min": 29.310433333333332, "sd_runtime_min": null, "avg_cost": 0.082523982, "sd_cost": null, "total_cost": 0.082523982}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:BAM_TO_CRAM_MAPPING", "process_short": "BAM_TO_CRAM_MAPPING", "n_tasks": 1, "avg_staging_min": 4.633333333333334, "sd_staging_min": null, "avg_realtime_min": 23.366666666666667, "sd_realtime_min": null, "avg_runtime_min": 28.153366666666667, "sd_runtime_min": null, "avg_cost": 0.0792249079, "sd_cost": null, "total_cost": 0.0792249079}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:BAM_MARKDUPLICATES:CRAM_QC_MOSDEPTH_SAMTOOLS:SAMTOOLS_STATS", "process_short": "SAMTOOLS_STATS", "n_tasks": 1, "avg_staging_min": 0.16666666666666666, "sd_staging_min": null, "avg_realtime_min": 26.0, "sd_realtime_min": null, "avg_runtime_min": 26.448583333333332, "sd_runtime_min": null, "avg_cost": 0.0659820001, "sd_cost": null, "total_cost": 0.0659820001}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_DEEPVARIANT:PARABRICKS_DEEPVARIANT", "process_short": "PARABRICKS_DEEPVARIANT", "n_tasks": 1, "avg_staging_min": 0.3697666666666667, "sd_staging_min": null, "avg_realtime_min": 9.963566666666667, "sd_realtime_min": null, "avg_runtime_min": 11.291433333333334, "sd_runtime_min": null, "avg_cost": 0.7024200046, "sd_cost": null, "total_cost": 0.7024200046}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:BAM_MERGE_INDEX_SAMTOOLS:INDEX_MERGE_BAM", "process_short": "INDEX_MERGE_BAM", "n_tasks": 1, "avg_staging_min": 0.18333333333333332, "sd_staging_min": null, "avg_realtime_min": 8.983333333333333, "sd_realtime_min": null, "avg_runtime_min": 9.466216666666666, "sd_runtime_min": null, "avg_cost": 0.012984213, "sd_cost": null, "total_cost": 0.012984213}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:CRAM_QC_NO_MD:MOSDEPTH", "process_short": "MOSDEPTH", "n_tasks": 1, "avg_staging_min": 0.03333333333333333, "sd_staging_min": null, "avg_realtime_min": 5.8, "sd_realtime_min": null, "avg_runtime_min": 6.639083333333334, "sd_runtime_min": null, "avg_cost": 0.0330850002, "sd_cost": null, "total_cost": 0.0330850002}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:BAM_MARKDUPLICATES:CRAM_QC_MOSDEPTH_SAMTOOLS:MOSDEPTH", "process_short": "MOSDEPTH", "n_tasks": 1, "avg_staging_min": 0.03333333333333333, "sd_staging_min": null, "avg_realtime_min": 5.133333333333334, "sd_realtime_min": null, "avg_runtime_min": 5.454883333333333, "sd_runtime_min": null, "avg_cost": 0.017416, "sd_cost": null, "total_cost": 0.017416}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_DEEPVARIANT:MERGE_DEEPVARIANT_GVCF", "process_short": "MERGE_DEEPVARIANT_GVCF", "n_tasks": 1, "avg_staging_min": 0.36666666666666664, "sd_staging_min": null, "avg_realtime_min": 3.1333333333333333, "sd_realtime_min": null, "avg_runtime_min": 4.2881, "sd_runtime_min": null, "avg_cost": 0.0088619998, "sd_cost": null, "total_cost": 0.0088619998}, {"group": "cpu", "process_name": "NFCORE_SAREK:PREPARE_INTERVALS:CREATE_INTERVALS_BED", "process_short": "CREATE_INTERVALS_BED", "n_tasks": 1, "avg_staging_min": 0.16666666666666666, "sd_staging_min": null, "avg_realtime_min": 0.0, "sd_realtime_min": null, "avg_runtime_min": 2.7081666666666666, "sd_runtime_min": null, "avg_cost": 0.000154, "sd_cost": null, "total_cost": 0.000154}, {"group": "cpu", "process_name": "NFCORE_SAREK:PREPARE_INTERVALS:TABIX_BGZIPTABIX_INTERVAL_COMBINED", "process_short": "TABIX_BGZIPTABIX_INTERVAL_COMBINED", "n_tasks": 1, "avg_staging_min": 0.0, "sd_staging_min": null, "avg_realtime_min": 0.0, "sd_realtime_min": null, "avg_runtime_min": 2.5395333333333334, "sd_runtime_min": null, "avg_cost": 1.4e-05, "sd_cost": null, "total_cost": 1.4e-05}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:MULTIQC", "process_short": "MULTIQC", "n_tasks": 1, "avg_staging_min": 0.15115, "sd_staging_min": null, "avg_realtime_min": 0.34885, "sd_realtime_min": null, "avg_runtime_min": 1.4548166666666666, "sd_runtime_min": null, "avg_cost": 0.0029220371, "sd_cost": null, "total_cost": 0.0029220371}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_DEEPVARIANT:MERGE_DEEPVARIANT_VCF", "process_short": "MERGE_DEEPVARIANT_VCF", "n_tasks": 1, "avg_staging_min": 0.08333333333333333, "sd_staging_min": null, "avg_realtime_min": 0.4166666666666667, "sd_realtime_min": null, "avg_runtime_min": 1.2878333333333334, "sd_runtime_min": null, "avg_cost": 0.001302, "sd_cost": null, "total_cost": 0.001302}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:MULTIQC", "process_short": "MULTIQC", "n_tasks": 1, "avg_staging_min": 0.07428333333333334, "sd_staging_min": null, "avg_realtime_min": 0.4257166666666667, "sd_realtime_min": null, "avg_runtime_min": 1.2506, "sd_runtime_min": null, "avg_cost": 0.0026039999, "sd_cost": null, "total_cost": 0.0026039999}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_COUNT", "process_short": "VCFTOOLS_TSTV_COUNT", "n_tasks": 1, "avg_staging_min": 0.15, "sd_staging_min": null, "avg_realtime_min": 0.35, "sd_realtime_min": null, "avg_runtime_min": 0.8084, "sd_runtime_min": null, "avg_cost": 0.0007069444, "sd_cost": null, "total_cost": 0.0007069444}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_SUMMARY", "process_short": "VCFTOOLS_SUMMARY", "n_tasks": 1, "avg_staging_min": 0.2, "sd_staging_min": null, "avg_realtime_min": 0.3, "sd_realtime_min": null, "avg_runtime_min": 0.8080833333333334, "sd_runtime_min": null, "avg_cost": 0.0007069444, "sd_cost": null, "total_cost": 0.0007069444}, {"group": "g5", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_QUAL", "process_short": "VCFTOOLS_TSTV_QUAL", "n_tasks": 1, "avg_staging_min": 0.13333333333333333, "sd_staging_min": null, "avg_realtime_min": 0.2, "sd_realtime_min": null, "avg_runtime_min": 0.6423166666666666, "sd_runtime_min": null, "avg_cost": 0.0004948611, "sd_cost": null, "total_cost": 0.0004948611}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_COUNT", "process_short": "VCFTOOLS_TSTV_COUNT", "n_tasks": 1, "avg_staging_min": 0.08333333333333333, "sd_staging_min": null, "avg_realtime_min": 0.25, "sd_realtime_min": null, "avg_runtime_min": 0.6373166666666666, "sd_runtime_min": null, "avg_cost": 0.000441, "sd_cost": null, "total_cost": 0.000441}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_SUMMARY", "process_short": "VCFTOOLS_SUMMARY", "n_tasks": 1, "avg_staging_min": 0.11666666666666667, "sd_staging_min": null, "avg_realtime_min": 0.21666666666666667, "sd_realtime_min": null, "avg_runtime_min": 0.6331666666666667, "sd_runtime_min": null, "avg_cost": 0.00042, "sd_cost": null, "total_cost": 0.00042}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:BCFTOOLS_STATS", "process_short": "BCFTOOLS_STATS", "n_tasks": 1, "avg_staging_min": 0.1, "sd_staging_min": null, "avg_realtime_min": 0.06666666666666667, "sd_realtime_min": null, "avg_runtime_min": 0.4669833333333333, "sd_runtime_min": null, "avg_cost": 0.00021, "sd_cost": null, "total_cost": 0.00021}, {"group": "cpu", "process_name": "NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_QUAL", "process_short": "
|
|
nf-test-changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker | 25.10.0 | 1/4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./setup-nextflow/subaction, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker | 25.10.0 | 4/4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./setup-nextflow/subaction, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker | latest-everything | 4/4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./setup-nextflow/subaction, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker | latest-everything | 1/4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./setup-nextflow/subaction, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker | latest-everything | 2/4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./setup-nextflow/subaction, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker | 25.10.0 | 2/4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./setup-nextflow/subaction, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker | latest-everything | 3/4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./setup-nextflow/subaction, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker | 25.10.0 | 3/4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./setup-nextflow/subaction, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065, nf-core/setup-nf-test@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|