README.txt
April 20, 2025 · View on GitHub
Installation of PlanarFold (on Linux)
-
Install Miniconda(if not installed): bash Miniconda3-latest-Linux-x86_64.sh
-
Create and activate conda environment:(this step might take a while) conda activate planarfold
-
Compile the software: chmod +x build.sh $ ./build.sh
-
Execute the software: ./PlanarFold -h
-
Set up environment: For bash, add the following lines into the "~/.bashrc" file ''''
PlanarFold
PATH=PYTHONPATH:/xxxx/PlanarFold/src '''' The 'xxxx' is the directory of PlanarFold
For csh, add the following lines into the "~/.cshcr" file ''''
PlanarFold
setenv PYTHONPATH /xxxx/PlanarFold/src setenv PATH ${PATH}:/xxxx/drfold_final_TR/PlanarFold/tools '''' The 'xxxx' is the directory of PlanarFold