Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 568 Bytes

Fast Folding Reduction Algorithm Repository

Source code and data for fast folding reduction algorithm

Installation on a Linux system:

The program requires R 3.5 or higher. To install it, follow the instructions below:

  • Clone this repository:
git clone /~https://github.com/luisgarreta/foldingreduction.git
  • Open a Linux terminal and change to the folder where the program was downloaded

  • Run the "INSTALL.R" script using the "Rscript" tool integrated in the R system

Rscript INSTALL.R
  • Close the terminal to make the program ready for use.