Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

Let’s create an interactive session on the HPC:

...

Install tools using conda

...

Create a conda environment

Create a conda environment called snifflesONTvariants_QC

Code Block
conda create -n ONTvariants_QC

...

Code Block
nanoplot, porechop_abi, chopper

For example, search for nanoplot:

...

If the tool you are looking is available in conda, a list of options will be presented. Typically choose the option at the top with most downloads and compatible for your system:

...

Click on the link to the tool of interest and you will be presented with the conda command line to run in your system to install the tool:

...

image-20240517-050058.pngImage Added

Copy and paste the first command shown above in your terminal where you have activated the ‘ONTvariant’ conda environment (Approx. 5-10min):

Code Block
conda install bioconda::nanoplot

Now repeat the process for porechop_abi (Approx. 1min)’, then install it (Approx. 1min):

Code Block
conda install bioconda::porechop_abi

Next, let’s install chopper (Approx. 1min):

Code Block
conda install bioconda::chopper