Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/docs/databases/installing-database-drivers.mdx
  • Loading branch information
allen-chang committed Aug 27, 2024
2 parents 2b33d78 + ed0d858 commit 68a93e0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/docs/databases/seqslab.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Atgenomix SeqsLab
hide_title: true
sidebar_position: 43
version: 1
---

## Atgenomix SeqsLab

The recommended connector library for Atgenomix SeqsLab interactive jobs (clusters) is
[seqslab-connector](https://pypi.org/project/seqslab-connector/).

The expected connection string is formatted as follows:

```
seqslab+hive://token:{access_token}@{host}:443/{job_run_name}?http_path={job_run_id}
```

The connection string is automatically created once you create an interactive job.
It can be found in "Jobs" -> "the specific job" -> "Activity".

0 comments on commit 68a93e0

Please sign in to comment.