Long Ranger2.1 (latest), printed on 11/12/2024
Analysis software for 10x Genomics linked read products is no longer supported. Raw data processing pipelines and visualization tools are available for download and can be used for analyzing legacy data from 10x Genomics kits in accordance with our end user licensing agreement without support. |
First, download Loupe from the downloads page.
Loupe for OS X is distributed as a DMG file. Open this file by double-clicking on it. Then install Loupe by dragging the Loupe icon into the Applications folder. You can then start Loupe by double-clicking on its app icon.
Loupe for Windows is distributed as a self-installing EXE file. Double-click on the downloaded file to install.
Loupe for Linux is distributed as a tar file.
After downloading the tar file, unpack to any convenient location. To run Loupe, set your $LOUPE_SERVER
environment variable to a directory where you have copied one or more .loupe
files. Then run the start_loupe.sh script.
[ download file from downloads page ] $ tar -xzvf loupe-linux-2.1.1.tar.gz $ cd loupe $ export LOUPE_SERVER=/mnt/loupe $ ./start_loupe.sh
Loupe may be run on a remote Linux server and viewed from a web browser on your desktop or laptop. Some network configurations may only allow SSH access to your Linux server. In these cases, you can use SSH port forwarding to access Loupe. For example, from an OS X terminal, you would run:
ssh -L 3001:localhost:3001 my-name@my-server.my-university.edu "LOUPE_PORT=3001 LOUPE_SERVER=/mnt/loupe ~/loupe/start_loupe.sh"
Then, go to localhost:3001
in your web browser to access Loupe.