Skip to content

Commit d898601

Browse files
committed
Merge branch 'main' of https://github.com/theLongLab/CATE into main
2 parents 4b41c9f + 49a0846 commit d898601

1 file changed

Lines changed: 38 additions & 5 deletions

File tree

README.md

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,29 @@
55
A fast and scalable CUDA implementation to conduct highly parallelized evolutionary tests on large-scale genomic data.
66

77
---
8+
9+
### Contents
10+
11+
1️⃣ [Description](#description)
12+
2️⃣ [News](#news)
13+
3️⃣ [Prerequisites](#prerequisites)
14+
4️⃣ [Installation Guide](#how-to-install)
15+
5️⃣ [Running CATE](#how-to-run)
16+
6️⃣ [Citations](#how-to-cite)
17+
7️⃣ [Contact](#contact)
18+
8️⃣ [License](#software-license)
19+
20+
---
21+
822
#### Description
923

10-
The CATE software is a CUDA based solution to enable rapid processing of large-scale VCF files to conduct a series of six different tests on evolution.
24+
The CATE software is a CUDA-based solution to enable rapid processing of large-scale VCF files to conduct a series of six different tests on evolution.
1125

12-
🔵 **Here we have provided only a brief overview of CATE's useability.**
26+
🔵 **Here we have provided only a brief overview of CATE's usability.**
1327
🟢 **Please refer to [CATE's wiki](https://github.com/theLongLab/CATE/wiki) to obtain a more detailed understanding of its functionality and usability.**
1428

29+
[_Return to contents_](#contents)
30+
1531
---
1632

1733
#### News
@@ -21,10 +37,14 @@ The CATE software is a CUDA based solution to enable rapid processing of large-s
2137
Apollo is our high-performance viral epidemic simulation platform powered by CATE's architecture.
2238

2339
Apollo is already available in CATE for use. Use the **--simulator** or **-sim** command.
24-
Documentation on Apollo is available in our [wiki](https://github.com/theLongLab/CATE/wiki/Apollo), and a [user manual](https://github.com/theLongLab/CATE/tree/main/Apollo_User_Manual) has also been provided to get you up and running on our all-new tool.
40+
41+
Documentation on Apollo is available in our [wiki](https://github.com/theLongLab/CATE/wiki/Apollo), and a [user manual](https://github.com/theLongLab/CATE/tree/main/Apollo_User_Manual) has also been provided.
42+
Apollo also comes with a video tutorial. You can either download and watch it using the [GitHub repo tutorial](https://github.com/theLongLab/CATE/blob/main/Apollo_User_Manual/Apollo_video_tutorial.mp4) or watch it online via the [Vimeo link](https://vimeo.com/1079571253/571b3b6fd3). We hope these resources help you get up and running with our all-new tool.
2543

2644
[Apollo's preprint is now available on bioRxiv](https://doi.org/10.1101/2024.10.07.617101).
2745

46+
[_Return to contents_](#contents)
47+
2848
---
2949
#### Prerequisites
3050

@@ -33,6 +53,8 @@ Documentation on Apollo is available in our [wiki](https://github.com/theLongLab
3353
3. NVIDIA's CUDA toolkit (nvcc compiler)
3454
4. C++ compiler (gcc compiler)
3555

56+
[_Return to contents_](#contents)
57+
3658
---
3759

3860
#### How to INSTALL
@@ -85,6 +107,9 @@ To ensure successful installation try running the following:
85107
````
86108
CATE -h
87109
````
110+
111+
[_Return to contents_](#contents)
112+
88113
---
89114

90115
#### How to RUN
@@ -132,6 +157,8 @@ The __HELP__ menu will list all available functions and how each function can be
132157

133158
> ./Test_Main -h
134159
160+
[_Return to contents_](#contents)
161+
135162
---
136163
#### How to Cite
137164

@@ -160,7 +187,9 @@ bioRxiv 2024.10.07.617101; [doi: https://doi.org/10.1101/2024.10.07.617101](http
160187

161188
To cite CATE's code with Apollo's integration please cite the Zenodo release:
162189

163-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13917864.svg)](https://doi.org/10.5281/zenodo.13917864)
190+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15299962.svg)](https://doi.org/10.5281/zenodo.15299962)
191+
192+
[_Return to contents_](#contents)
164193

165194
---
166195
#### Contact
@@ -173,14 +202,16 @@ Dr. **Quan** Long (quan.long@ucalgary.ca)
173202

174203
Dr. **Christian** D. Huber (cdh5313@psu.edu)
175204

176-
2. For **Apollo** please address your correspondence to:
205+
2. For **Apollo**, please address your correspondence to:
177206

178207
Dr. **Deshan** Perera (duwagedahampriyabala@ucalgary.ca)
179208

180209
Dr. **Quan** Long (quan.long@ucalgary.ca)
181210

182211
Dr. **Alexander** Platt (alexander.platt@pennmedicine.upenn.edu)
183212

213+
[_Return to contents_](#contents)
214+
184215
---
185216
#### Software License
186217

@@ -206,4 +237,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
206237
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
207238
SOFTWARE.
208239

240+
[_Return to contents_](#contents)
241+
209242
---

0 commit comments

Comments
 (0)