Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SyntenyLink
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thulani Hewavithana (qnm481)
SyntenyLink
Commits
337da8db
Commit
337da8db
authored
1 year ago
by
Thulani Hewavithana (qnm481)
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
51d1334b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+51
-3
51 additions, 3 deletions
README.md
with
51 additions
and
3 deletions
README.md
+
51
−
3
View file @
337da8db
...
...
@@ -4,9 +4,12 @@ SyntenyLink 🧬
## Table of Contents 📚
1.
[
Overview
](
#overview
)
2.
[
Main programs
](
#main
programs)
3.
[
Contact
](
#contact
)
4.
[
License
](
#license
)
2.
[
Requirements
](
#requirements
)
3.
[
Installation
](
#installation
)
4.
[
Usage
](
#usage
)
5.
[
Main programs
](
#main
programs)
6.
[
Contact
](
#contact
)
7.
[
License
](
#license
)
## Overview 📖
===========
...
...
@@ -25,6 +28,51 @@ Mac OS. Usage or help information are well built into the programs. 💻
All code is copiable, distributable, modifiable, and usable without any
restrictions.
## Requirements 🛠️
To use SyntenyLink, ensure you have the following requirements:
-
Python 3.9
-
biopython==1.80
-
ipython==8.3.0
-
matplotlib==3.5.2
-
numpy==1.21.5
-
pandas==1.4.2
-
seaborn==0.11.2
-
pickle
-
csv
-
os
-
math
-
sys
-
re
-
warnings
-
wandb
## Installation ⚙️
1.
Clone this repository to your local machine:
```
bash
git clone https://github.com/USask-BINFO/AcrTransAct.git
cd
AcrTransAct
```
2.
Install the required dependencies:
```
bash
pip
install
-r
requirements.txt
```
3.
Reproduce all the experiments:
```
bash
bash code/scripts/training.bash
```
## Usage 🚀
Utilize this repository to replicate our experiments and explore the functionalities of AcrTransAct. The codebase is organized to help you easily navigate through different components and reproduce our results.
The following is the list of executable programs
------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment