Skip to content

Commit

Permalink
Merge pull request #31 from seqeralabs/update_api_uri
Browse files Browse the repository at this point in the history
Update API URI
  • Loading branch information
pinin4fjords authored May 7, 2024
2 parents 7ce3bae + 0003d75 commit 1ed0592
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 = ''
}
}
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

0 comments on commit 1ed0592

Please sign in to comment.