You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you are ready to follow the [Quick Start](#start) section to run the pipeline.
108
+
You will be able to find the contents of the repository within this ROADIES folder. Now you are ready to follow the [Quick Start](#start) section to run the pipeline.
105
109
106
110
### <aname="dockerhub"></a> Option 2: Install via DockerHub
Once you are able to access the ROADIES repository, refer to the [Quick Start](#start) to run the pipeline.
125
+
These commands will launch the Docker container in interactive mode, with the roadies_env environment activated and the working directory set to the ROADIES repository containing all necessary files. Once you are able to access the ROADIES repository, refer to the [Quick Start](#start) to run the pipeline.
122
126
123
127
### <aname="docker"></a> Option 3: Install via Local Docker Build
After successful setup (Setup complete message), your environment roadies_env will be activated. Proceed to [Quick Start](#start).
185
+
After successful setup (Setup complete message), your environment `roadies_env` will be activated. Proceed to [Quick Start](#start).
174
186
175
187
**Note:** If you encounter issues with the Boost library, add its path to `$CPLUS_LIBRARY_PATH` and save it in `~/.bashrc`.
176
188
@@ -192,11 +204,15 @@ This will save the datasets on a separate `test/test_data` folder within the rep
192
204
193
205
#### IMPORTANT: ROADIES by default runs multiple iterations for generating highly accurate trees. For quick testing, use `--noconverge` to run a single iteration.
194
206
207
+
**Full run (multiple iterations)**
195
208
```
196
-
python run_roadies.py --cores 16 # Full run (multiple iterations)
209
+
python run_roadies.py --cores 16
197
210
```
211
+
**OR**
212
+
213
+
**Quick test run (one iteration)**
198
214
```
199
-
python run_roadies.py --cores 16 --noconverge # Quick test run (one iteration)
Now you are ready to follow the Quick Start section to run the pipeline.
53
+
You will be able to find the contents of the repository within this ROADIES folder. Now you are ready to follow the Quick Start section to run the pipeline.
Once you are able to access the ROADIES repository, refer to the Quick Start section to run the pipeline.
70
+
These commands will launch the Docker container in interactive mode, with the roadies_env environment activated and the working directory set to the ROADIES repository containing all necessary files. Once you are able to access the ROADIES repository, refer to the Quick Start section to run the pipeline.
Copy file name to clipboardExpand all lines: docs/usage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ For extensive debugging, other intermediate output files for each stage of the p
120
120
7.`ref_dist.csv` - this file provides the iteration number, number of gene trees and the Normalized Robinson-Foulds distance between the final estimated species tree (i.e., `roadies.nwk`) and the reference tree (i.e., REFERENCE parameter in `config.yaml`), for all iterations.
121
121
8.`time_stamps.csv`- this file contains the start time in first line, iteration number, number of gene trees required for estimating species tree, end time, and total runtime (in seconds), respectively, for all iterations in subsequent lines.
122
122
123
-
# Run ROADIES in a multi-node cluster (using SLURM)
123
+
# Run ROADIES in a multi-node cluster (using SLURM) (currently being tested)
124
124
125
125
To run ROADIES in a multi-node cluster, make the following changes in the file `workflow/scripts/converge.py` (for `--noconverge` mode - make changes in `workflow/scripts/noconverge.py`)
0 commit comments