Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor. #6

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Comparing TCR repertoires via optimal transport

## Installation
We recommend using [conda](https://docs.conda.io/en/latest/) for installation.
It should be possible to get things running using other package managers like pip via analogous commands minus the conda-specific environment setup, but we haven't tested this.
We recommend using [conda](https://docs.conda.io/en/latest/) for installation of python packages. You may use the spec-file.txt to create a mirror environment that currently works

Running the following commands will set up the conda environment with the necessary packages:
```
conda update -y conda
conda create -n "transport" python=3
source activate transport
conda install -y matplotlib numpy pandas seaborn
conda install -y -c conda-forge pot
conda create --name transport --file spec-file.txt
```

Other Requirements - running the code requires a few other dependencies not avaiable from python. To load the correct modules on the fh cluster, use the following commands

```
module load R/4.0.3-foss-2020b
module load RepeatMasker/4.0.8-foss-2018b-Perl-5.28.0-HMMER
module load MAFFT/7.453-GCC-8.3.0-with-extensions
```

There may be newer packages that have not been added to the commands above.
Feel free to update the instructions here if you come across and resolve any package discrepancies, or let Branden know.

## Usage
### In a nutshell
Expand Down
53 changes: 0 additions & 53 deletions analyses/cluster_iels.py

This file was deleted.

49 changes: 0 additions & 49 deletions analyses/full_dist_matrix.py

This file was deleted.

103 changes: 0 additions & 103 deletions analyses/motif.py

This file was deleted.

140 changes: 0 additions & 140 deletions analyses/phb_analyses/find_lonely_iels.py

This file was deleted.

Loading