seqera 1.3.0 → 1.4.0-dev.fdb5545
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +12 -12
- 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:
|
|
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
|
-
#
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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):
|
|
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
|
+
"version": "1.4.0-dev.fdb5545",
|
|
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.
|
|
25
|
-
"@seqera/cli-darwin-x64": "1.
|
|
26
|
-
"@seqera/cli-linux-x64": "1.
|
|
24
|
+
"@seqera/cli-darwin-arm64": "1.4.0-dev.fdb5545",
|
|
25
|
+
"@seqera/cli-darwin-x64": "1.4.0-dev.fdb5545",
|
|
26
|
+
"@seqera/cli-linux-x64": "1.4.0-dev.fdb5545"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
29
|
"node": ">=18"
|