Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
conda activate aaftf

#to deactivate the conda environment type:
conda deactivate

Install the aaftf pipeline as follows:

Code Block
python -m pip install git+https://github.com/stajichlab/AAFTF.git

To deactivate the environment do:

Code Block
conda deactivate

2. Running AAFTF pipeline

...