Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Platform API URI #31

Merged
merged 3 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/local/seqera_runs_dump/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Should run without failures": {
"content": [
[
"service-info.json:md5,8e4874e8eb9e8b84e13bbb22d1e644a9",
"service-info.json:md5,bde386e17dda93cdd79a9320d5885aa3",
"workflow-load.json:md5,4f02d5a24ab89aa648cd4346785c8f2c",
"workflow-metadata.json:md5,b37b4faeddf283a2c44cbe4000e4ab6e",
"workflow-metrics.json:md5,13a5b5d7447fad4a8baa053d1abf85e5",
Expand All @@ -15,6 +15,6 @@
"nf-test": "0.8.4",
"nextflow": "23.10.1"
},
"timestamp": "2024-05-01T10:26:02.841222889"
"timestamp": "2024-05-07T14:10:25.921838023"
}
}
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ params {
skip_run_gantt = false

// Seqera CLI options
seqera_api_endpoint = "https://api.tower.nf"
seqera_api_endpoint = "https://api.cloud.seqera.io"
seqera_cli_extra_args = null

// MultiQC options
Expand Down Expand Up @@ -217,4 +217,4 @@ manifest {
defaultBranch = 'main'
version = '0.2.0dev'
doi = ''
pinin4fjords marked this conversation as resolved.
Show resolved Hide resolved
}
}
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"properties": {
"seqera_api_endpoint": {
"type": "string",
"default": "https://api.tower.nf",
"default": "https://api.cloud.seqera.io",
"description": "Seqera Platform API endpoint URL.",
"fa_icon": "fas fa-question-circle"
},
Expand Down
Loading