-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into all-the-changelogs
- Loading branch information
Showing
480 changed files
with
25,931 additions
and
1,857 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Seqera Cloud v24.2.0_cycle25 | ||
date: 2024-10-14 | ||
tags: [seqera cloud] | ||
--- | ||
|
||
### Feature updates and improvements | ||
|
||
- Quick launch now accepts pipelines that do not have a branch named `master`. | ||
- Improved query times on some clean up job queries. | ||
- NF Launcher image is now by default pulled from `cr.seqera.io` public registry instead of quay. | ||
- Data studio sessions can now share mounted data across the same workspace. | ||
- The new Launch Form is now available in Quick Launch and personal workspaces. | ||
- Improved fetching of the cloud cost estimation for Google Cloud Platform's (GCP) spot instances. | ||
- ECS container timeout configuration is now defaulted to 10 minutes (`ECS_CONTAINER_CREATE_TIMEOUT=10m,ECS_CONTAINER_STOP_TIMEOUT=10m,ECS_MANIFEST_PULL_TIMEOUT=10m`). | ||
- New [dashboard for Data Studios](https://docs.seqera.io/platform/latest/monitoring/dashboard#data-studios). | ||
|
||
### Bug fixes | ||
|
||
- If the revision wasn't specified in Quick Launch, schemas weren't correctly fetched. | ||
- Retrieving managed identity IDs on updates resulted in the incorrect managed identity being displayed. | ||
- **Start in new tab** from the Data Studio form didn't navigate back the main tab to Data Studios page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: Seqera Cloud v24.2.0_cycle26 | ||
date: 2024-10-28 | ||
tags: [seqera cloud] | ||
--- | ||
|
||
### Seqera Cloud authentication updates | ||
|
||
Seqera Platform Cloud has migrated to a new authentication provider, which includes two major changes to the login flow. | ||
|
||
#### Passwords for email login | ||
|
||
- Users signing in via email: The next time you sign in to Seqera Cloud, select the option to create a new account — "Create one" — and add a password for your existing account. All your existing account information will be preserved and all future sign-ins can be completed with your new password. | ||
|
||
- Users using Github/Google sign-in: You are not required to define a password for your account and shouldn’t see any changes on your next sign-in. | ||
|
||
#### Account linking | ||
|
||
Users that sign in with multiple accounts associated with the same email address: You will be prompted to optionally merge your accounts into a single account. This will merge all your work across the two different accounts into the same account and give you the option to sign in via either method of authentication. | ||
|
||
If you choose not to merge accounts, you will not be prompted again. If you wish to merge accounts later, or would like to merge accounts with different email addresses, contact [Seqera Support](https://support.seqera.io). | ||
|
||
### Feature updates and improvements | ||
|
||
- Data Studios now support GPUs | ||
- The pipeline parameters input form now supports JSON schema draft 2020-12 | ||
- Augment Data Studios images with custom Conda environment | ||
- Data studio creation now includes YAML validation | ||
- Data Studios build stats are now included in the Dashboard | ||
- New data studios now include "Add only" and "Add and start" actions | ||
|
||
### Bug fixes | ||
|
||
- Add back to login button in authentication error screen | ||
- Add custom token cookie login handler for Nextflow requests to receive authentication cookies | ||
- Data Studios UI fixes | ||
- Jedis connection pool config which caused potential instabilities | ||
- Improve Data Studios error messaging | ||
- Delete data studio checkpoint on build failure | ||
- Update default Data Studios tool versions | ||
- Failed data studios can now be deleted | ||
- Set launch form to parameters step view by default when a pipeline schema is present, regardless of specification | ||
- Dashboard persisted filters exclude workspace IDs the user no longer has access to | ||
- Do not fetch info for "INVALID" status pipelines, fetch for all other statuses including "DISABLED" | ||
- Fixed a problem with Azure Entra credential creation | ||
- Return an empty list of data studios when receiving an invalid status | ||
- Fallback to primary compute environment when launching a shared pipeline without an associated compute environment from a private workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Wave v1.12.3 | ||
date: 2024-09-22 | ||
tags: [wave] | ||
--- | ||
|
||
### Bug fixes | ||
|
||
- Fix build status completion of submit exception | ||
- Fix singularity build mounts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Wave v1.12.4 | ||
date: 2024-09-26 | ||
tags: [wave] | ||
--- | ||
|
||
### Bug fixes | ||
|
||
- Fix build succeeded and status response |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule multiqc_repo
updated
208 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[[edge_functions]] | ||
function = "og-generate.png" | ||
path = "/og-generate.png" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
import React from "https://esm.sh/[email protected]"; | ||
import { ImageResponse } from "https://deno.land/x/og_edge/mod.ts"; | ||
|
||
const baseUrl = "https://docs.seqera.io"; | ||
|
||
const InterFont = fetch(`${baseUrl}/fonts/inter/Inter-Regular.ttf`).then( | ||
(res) => res.arrayBuffer(), | ||
); | ||
|
||
const DegularFont = fetch(`${baseUrl}/fonts/degular/Degular-Bold.woff`).then( | ||
(res) => res.arrayBuffer(), | ||
); | ||
|
||
const DegularFontLight = fetch( | ||
`${baseUrl}/fonts/degular/Degular-Regular.woff`, | ||
).then((res) => res.arrayBuffer()); | ||
|
||
export default async function handler(request: Request) { | ||
const url = new URL(request.url); | ||
const params = new URLSearchParams(url.search); | ||
const defaultTitle = "Documentation"; | ||
const defaultSubTitle = "Learn Seqera, Nextflow, Wave, MultiQC, and Fusion"; | ||
|
||
const preTitle = params.get("preTitle"); | ||
const title = params.get("title") || defaultTitle; | ||
const subTitle = params.get("subTitle") || defaultSubTitle; | ||
let fontSize = 60; | ||
|
||
// Accomodate for long titles | ||
if (title.length > 70) fontSize = 50; | ||
if (title.length > 80) fontSize = 40; | ||
|
||
const bgImg = `${baseUrl}/img/og/bg-default.jpg`; | ||
const logoImg = `${baseUrl}/img/og/logo.png`; | ||
const iconImg = `${baseUrl}/img/og/icon-paper.png`; | ||
|
||
return new ImageResponse( | ||
( | ||
<div | ||
style={{ | ||
height: "100%", | ||
width: "100%", | ||
display: "flex", | ||
flexDirection: "column", | ||
alignItems: "center", | ||
justifyContent: "space-around", | ||
fontSize: "32px", | ||
color: "#F8F9FA", | ||
backgroundColor: "#212528", | ||
backgroundImage: `url(${bgImg})`, | ||
backgroundSize: "1200px 630px", | ||
}} | ||
> | ||
<div | ||
style={{ | ||
display: "flex", | ||
width: "100%", | ||
height: "100%", | ||
flexDirection: "row", | ||
alignItems: "center", | ||
justifyContent: "space-between", | ||
padding: "5rem", | ||
}} | ||
> | ||
<div | ||
style={{ | ||
display: "flex", | ||
flexDirection: "column", | ||
maxWidth: "40rem", | ||
}} | ||
> | ||
<div style={{ display: "flex", alignItems: "center" }}> | ||
<img src={logoImg} style={{ width: 200, marginRight: 30 }} /> | ||
<span | ||
style={{ | ||
fontSize: 35, | ||
lineHeight: 1, | ||
marginBottom: "-1px", | ||
opacity: 0.8, | ||
}} | ||
> | ||
DOCS | ||
</span> | ||
</div> | ||
{!!preTitle && ( | ||
<div | ||
style={{ | ||
marginTop: "3rem", | ||
fontWeight: 200, | ||
fontStyle: "normal", | ||
fontFamily: "Degular", | ||
fontSize: "40px", | ||
lineHeight: "40px", | ||
color: "#FFFFFF", | ||
}} | ||
> | ||
{preTitle} | ||
</div> | ||
)} | ||
<h1 | ||
style={{ | ||
fontSize: fontSize + "px", | ||
fontWeight: 200, | ||
fontFamily: "Degular", | ||
lineHeight: fontSize + "px", | ||
}} | ||
> | ||
{title} | ||
</h1> | ||
{!subTitle ? null : ( | ||
<div | ||
style={{ | ||
marginTop: "1rem", | ||
fontWeight: 400, | ||
fontStyle: "normal", | ||
fontFamily: "Inter", | ||
fontSize: "28px", | ||
lineHeight: "38px", | ||
}} | ||
> | ||
{subTitle} | ||
</div> | ||
)} | ||
</div> | ||
{!!iconImg && ( | ||
<img | ||
src={iconImg} | ||
style={{ | ||
width: "350px", | ||
height: "350px", | ||
}} | ||
/> | ||
)} | ||
</div> | ||
</div> | ||
), | ||
{ | ||
fonts: [ | ||
{ name: "Inter", data: await InterFont, style: "normal", weight: 400 }, | ||
{ | ||
name: "Degular", | ||
data: await DegularFont, | ||
style: "normal", | ||
weight: 400, | ||
}, | ||
{ | ||
name: "Degular", | ||
data: await DegularFontLight, | ||
style: "normal", | ||
weight: 200, | ||
}, | ||
], | ||
}, | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.