Asciinema Tutorial for Running RUMP: https://asciinema.org/a/CqZ9KjtP42oqMoeAXYKAmMjv3
It may take around 8 hours to run. You can copy this command for step 14.
Install Ubuntu inside the VirtualBox. When selecting memory size, choose 7000 MB. When selecting file size, choose at least 40 GB. Move into settings, select System, and then Processor. Allocate 4 CPUs. If your computer is running extremely slowly in the VirtualBox, change to 2 CPUs. When you close the VirtualBox, always select “Power off the machine”.
Start Ubuntu. Open terminal with ctrl + alt + T.
$ git clone https://github.com/lemaslab/RUMP.git
$ cd RUMP
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install curl
$ sudo apt install git-all
$ sudo apt-get update
$ sudo apt-get install default-jre
wget https://github.com/mzmine/mzmine2/releases/download/v2.53/MZmine-2.53-Linux.zip && unzip MZmine-2.53-Linux.zip && rm MZmine-2.53-Linux.zip
vi nextflow.config
./nextflow main.nf --input_dir_pos functional_test/sample_data/POS/ --input_dir_neg functional_test/sample_data/NEG --POS_design_path functional_test/sample_data/pos_design.csv --NEG_design_path functional_test/sample_data/neg_design.csv -with-docker xinsongdu/lemaslab_rump:v0.0.0