|
a |
|
b/docs/Installation.rst |
|
|
1 |
.. _installation_page: |
|
|
2 |
|
|
|
3 |
|
|
|
4 |
************ |
|
|
5 |
Installation |
|
|
6 |
************ |
|
|
7 |
|
|
|
8 |
Getting Started |
|
|
9 |
############### |
|
|
10 |
|
|
|
11 |
QuArray is a stand-alone, platform independent application (designed for Windows, Mac or Linux operating systems), |
|
|
12 |
and requires only a correct binary file to be downloaded. The binary is available from |
|
|
13 |
`GitHub <https://github.com/c-arthurs/QuArray>`_. |
|
|
14 |
|
|
|
15 |
.. note:: |
|
|
16 |
An example Tissue Array is hosted |
|
|
17 |
`here <https://emckclac-my.sharepoint.com/:f:/g/personal/k1472221_kcl_ac_uk/EutLIT4yc3BIlmNdUnDzLNAB0AcR1qc99Pvf8w-yCcmj_A?e=LXunb4>`_. |
|
|
18 |
The file contains a previously analysed cancer tissue array (Arthurs et al, *Sci Rep 2020*) and mock data file. |
|
|
19 |
|
|
|
20 |
The application may take a short while to start when newly installed (as it is compiled with PyQt5 as a single executable file) however, |
|
|
21 |
this is not a problem once the GUI is initialised. The start up times vary between operating systems due to differences in how the OS checks the files. A benchmark for each OS is as follows - Ubuntu 20.04LTS 3seconds, Windows 10 42seconds, MacOS Catalina 57seconds. |
|
|
22 |
|
|
|
23 |
Operating systems |
|
|
24 |
################# |
|
|
25 |
|
|
|
26 |
MacOS |
|
|
27 |
----- |
|
|
28 |
|
|
|
29 |
The binaries may be compatible on earlier operating systems but it has been tested on MacOS Catalina 10.15.6 and newer. |
|
|
30 |
|
|
|
31 |
To get started, download the latest stable version of the |
|
|
32 |
:download:`MacOS binary <https://github.com/c-arthurs/QuArray/releases/download/v0.6/QuArray_macos.app.zip>` |
|
|
33 |
here or by using the link at the top of this page. |
|
|
34 |
|
|
|
35 |
The downloaded application can be moved into your applications folder or run from the downloads folder if necessary. |
|
|
36 |
|
|
|
37 |
On the first opening of the file the user may have to certify that the program is from an unknown developer. |
|
|
38 |
|
|
|
39 |
The application should then boot as shown in the instructional videos. |
|
|
40 |
|
|
|
41 |
Windows |
|
|
42 |
------- |
|
|
43 |
|
|
|
44 |
The binaries should be compatible with Windows7 and newer. |
|
|
45 |
|
|
|
46 |
To get started, download the latest stable version of the |
|
|
47 |
:download:`Windows binary <https://github.com/c-arthurs/QuArray/releases/download/v0.6/QuArray_windows.exe>` |
|
|
48 |
here of by using the link at the top of this page. |
|
|
49 |
|
|
|
50 |
The downloaded application can be moved to any location on the computer. |
|
|
51 |
|
|
|
52 |
The application should then boot as shown in the instructional videos. |
|
|
53 |
|
|
|
54 |
Linux |
|
|
55 |
----- |
|
|
56 |
|
|
|
57 |
The binaries may be compatible on other distros but it has been tested on Ubuntu 16.04 LTS. |
|
|
58 |
|
|
|
59 |
It should be compatible with all versions of Ubuntu newer than this. |
|
|
60 |
|
|
|
61 |
Download the :download:`Ubuntu binary <https://github.com/c-arthurs/QuArray/releases/download/v0.6/QuArray_ubuntu>` |
|
|
62 |
and make sure to make it executable by running - |
|
|
63 |
|
|
|
64 |
.. code-block:: bash |
|
|
65 |
|
|
|
66 |
sudo chmod +x QuArray_ubuntu |
|
|
67 |
|
|
|
68 |
Or you can do this in the Ubuntu desktop. |
|
|
69 |
|
|
|
70 |
The program should then start as shown in the instructional videos. |
|
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
|
74 |
|