You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ While this tool is independently maintained and not officially supported by 10x
5
5
This can be simply installed from pip, using:
6
6
`pip install loupepy`
7
7
8
+
You must run the setup function and agree to the eula. This only needs to be done once.
9
+
10
+
```{py}
11
+
from loupepy import setup
12
+
13
+
setup()
14
+
15
+
> This tool is independently maintained, but utilizes 10x genomics tools to perform conversions
16
+
> By using this tool, you agree to the 10X Genomics End User License Agreement (https://www.10xgenomics.com/legal/end-user-software-license-agreement)
17
+
> Do you agree to the terms of the EULA? (yes/y or no/n)
18
+
19
+
y
20
+
```
21
+
Will install the tool to the default program install directory in your OS. A custom path for the install can also be provided, however you will need to include it in subsequent commands using the:
0 commit comments