seqera 1.3.0 → 1.4.0-dev.835be03

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +12 -12
  3. package/package.json +4 -4
package/LICENSE CHANGED
@@ -6,7 +6,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
6
6
  Parameters
7
7
 
8
8
  Licensor: Seqera Labs, S.L.
9
- Licensed Work: Seqera AI
9
+ Licensed Work: Co-Scientist
10
10
  Copyright (c) 2024-2026 Seqera Labs, S.L.
11
11
  Additional Use Grant: None
12
12
  Change Date: Four years from the date the Licensed Work is published.
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # Seqera AI CLI
1
+ # Co-Scientist CLI
2
2
 
3
3
  AI-powered assistant for bioinformatics workflows and [Seqera Platform](https://seqera.io).
4
4
 
5
5
  ## Get started
6
6
 
7
- 1. Install the Seqera AI CLI:
7
+ 1. Install the Co-Scientist CLI:
8
8
 
9
9
  ```bash
10
10
  npm install -g seqera
@@ -20,7 +20,7 @@ AI-powered assistant for bioinformatics workflows and [Seqera Platform](https://
20
20
 
21
21
  See [Authentication](https://docs.seqera.io/platform-cloud/seqera-ai/authentication) for a comprehensive authentication guide.
22
22
 
23
- 3. Start Seqera AI:
23
+ 3. Start Co-Scientist:
24
24
 
25
25
  ```bash
26
26
  seqera ai
@@ -36,11 +36,11 @@ AI-powered assistant for bioinformatics workflows and [Seqera Platform](https://
36
36
 
37
37
  ## Use cases
38
38
 
39
- Seqera AI is an intelligent command-line assistant that helps you build, run, and manage bioinformatics workflows. The following sections describe several common use cases.
39
+ Co-Scientist is an intelligent command-line assistant that helps you build, run, and manage bioinformatics workflows. The following sections describe several common use cases.
40
40
 
41
41
  ### Work with Nextflow
42
42
 
43
- Seqera AI helps you develop, debug, and understand Nextflow pipelines with AI-powered analysis and code generation.
43
+ Co-Scientist helps you develop, debug, and understand Nextflow pipelines with AI-powered analysis and code generation.
44
44
 
45
45
  <details open>
46
46
  <summary><strong>Working with Nextflow</strong></summary>
@@ -87,7 +87,7 @@ Seqera AI helps you develop, debug, and understand Nextflow pipelines with AI-po
87
87
 
88
88
  ### Build containers with Wave
89
89
 
90
- Seqera AI can create containerized environments using Wave, without requiring you to write Dockerfiles.
90
+ Co-Scientist can create containerized environments using Wave, without requiring you to write Dockerfiles.
91
91
 
92
92
  <details open>
93
93
  <summary><strong>Building containers with Wave</strong></summary>
@@ -137,7 +137,7 @@ seqera ai -a full
137
137
 
138
138
  ### Exit the assistant
139
139
 
140
- End your Seqera AI session when done.
140
+ End your Co-Scientist session when done.
141
141
 
142
142
  <details open>
143
143
  <summary><strong>Exit the assistant</strong></summary>
@@ -153,7 +153,7 @@ End your Seqera AI session when done.
153
153
 
154
154
  ### Use slash commands
155
155
 
156
- Seqera AI includes built-in slash commands for common workflows.
156
+ Co-Scientist includes built-in slash commands for common workflows.
157
157
 
158
158
  <details open>
159
159
  <summary><strong>Use slash commands</strong></summary>
@@ -183,7 +183,7 @@ Seqera AI includes built-in slash commands for common workflows.
183
183
 
184
184
  ### Work with data
185
185
 
186
- Seqera AI helps you manage data through Platform data links and access reference datasets.
186
+ Co-Scientist helps you manage data through Platform data links and access reference datasets.
187
187
 
188
188
  <details open>
189
189
  <summary><strong>Working with data</strong></summary>
@@ -222,7 +222,7 @@ Seqera AI helps you manage data through Platform data links and access reference
222
222
 
223
223
  ### Work with local files
224
224
 
225
- Seqera AI can interact with files in your current working directory.
225
+ Co-Scientist can interact with files in your current working directory.
226
226
 
227
227
  <details open>
228
228
  <summary><strong>Work with local files</strong></summary>
@@ -250,7 +250,7 @@ seqera ai
250
250
 
251
251
  ### Work with nf-core modules
252
252
 
253
- Seqera AI provides access to over 1,000 nf-core modules for common bioinformatics tasks.
253
+ Co-Scientist provides access to over 1,000 nf-core modules for common bioinformatics tasks.
254
254
 
255
255
  <details open>
256
256
  <summary><strong>Working with nf-core modules</strong></summary>
@@ -317,5 +317,5 @@ Use Seqera Platform capabilities to run and manage workflows at scale with AI as
317
317
  - [Installation](https://docs.seqera.io/platform-cloud/seqera-ai/installation): Detailed installation instructions
318
318
  - [Authentication](https://docs.seqera.io/platform-cloud/seqera-ai/authentication): Log in, log out, and session management
319
319
  - [Command approval](https://docs.seqera.io/platform-cloud/seqera-ai/command-approval): Control which commands run automatically
320
- - [Use cases](https://docs.seqera.io/platform-cloud/seqera-ai/use-cases): Seqera AI CLI use cases
320
+ - [Use cases](https://docs.seqera.io/platform-cloud/seqera-ai/use-cases): Co-Scientist CLI use cases
321
321
  - [Troubleshooting](https://docs.seqera.io/platform-cloud/troubleshooting_and_faqs/seqera-ai): Troubleshoot common errors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seqera",
3
- "version": "1.3.0",
3
+ "version": "1.4.0-dev.835be03",
4
4
  "description": "AI-powered CLI for Seqera Platform - bioinformatics workflow management",
5
5
  "keywords": [
6
6
  "seqera",
@@ -21,9 +21,9 @@
21
21
  "LICENSE"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@seqera/cli-darwin-arm64": "1.3.0",
25
- "@seqera/cli-darwin-x64": "1.3.0",
26
- "@seqera/cli-linux-x64": "1.3.0"
24
+ "@seqera/cli-darwin-arm64": "1.4.0-dev.835be03",
25
+ "@seqera/cli-darwin-x64": "1.4.0-dev.835be03",
26
+ "@seqera/cli-linux-x64": "1.4.0-dev.835be03"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=18"