Skip to content

Commit

Permalink
conda prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Jun 29, 2023
1 parent 7e92487 commit bdacfb6
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ Download the course data:

`make FILE=1nxzjQFt33ch1P_nWF66q1tkHv5gxTaKb download`

Load the mamba environment with all required tools

```bash
export PATH=`pwd`/mamba/bin:${PATH}
```

## Installation - Mac OS

Load the conda environment with all required tools
Expand All @@ -26,6 +20,18 @@ Download and unpack the course data

`cd data/ && gdown 1nxzjQFt33ch1P_nWF66q1tkHv5gxTaKb && tar -xzf sv.tar.gz && rm sv.tar.gz`


## Load the software stack

Load the mamba environment with all required tools

```bash
if [ ! -z ${CONDA_PREFIX+x} ]; then conda deactivate; fi
export PATH=`pwd`/mamba/bin:${PATH}
```



## SV Calling

### Discovery of chromothripsis in a cancer sample
Expand Down

0 comments on commit bdacfb6

Please sign in to comment.