Skip to main content
. Author manuscript; available in PMC: 2024 Jun 27.
Published in final edited form as: Methods Enzymol. 2023 Jun 27;691:81–126. doi: 10.1016/bs.mie.2023.05.006
# Install tools required for the analysis.
conda install -c anaconda pandas
conda install -c conda-forge matplotlib
conda install -c anaconda seaborn
conda install -c bioconda Cutadapt
conda install -c bioconda rnastructure
# After installing rnastructure, you will need to add a DATAPATH to the data_tables in rnastructure to .bashrc file.
# For the installation of shapemapper2 (See https://github.com/Weeks-UNC/shapemapper2), download the file
wget https://github.com/Weeks-UNC/ShapeMapper2/releases/download/2.1.5/shapemapper-2.1.5.tar.gz
# Extract release tarball with
tar -xvf shapemapper-2.1.5.tar.gz
#Add shapemapper executable to PATH