Skip to content

Commit

Permalink
Update before you start due to new zenodo archives
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Oct 6, 2023
1 parent a9bbe98 commit c55890c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions before-you-start.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,7 @@ These instructions have been tested on Ubuntu 22.04, but should apply to most Li

Once `conda` is installed and `bioconda` configured, at the beginning of each chapter, to create the `conda` environment from the `yml` file, you will need to run the following:

1. Download the `conda` env file the top of the chapter by right clicking on the link and pressing 'save as', or copy and paste the contents of the file to an empty file in your terminal.

For example:

```bash
wget https://<URL>/<FILE_NAME>.yml
```
1. Download and unpack the `conda` env file the top of the chapter by right clicking on the link and pressing 'save as'. Once uncompressed, change into the directory.

2. Then you can run the following conda command to install the software into it's dedicated environment
Expand Down Expand Up @@ -114,7 +108,7 @@ You only have to run the environment creation once!
To reuse the environment, just run step 4 and 5 as necessary.
::: {.callout-tip}
To delete a conda software environment, just get the path listed on `conda env list` and delete the folder with `rm -rf <path>`.
To delete a conda software environment, run `conda remove --name <NAME_OF_ENV> --all -y`
:::
## Additional Software {.unnumbered}
Expand Down

0 comments on commit c55890c

Please sign in to comment.