Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu authored Dec 23, 2021
1 parent 90df3f9 commit 1c5f0eb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,20 @@ nextflow run venus-process-phantom.nf --bids /set/to/bids/directory -with-report
Process in-vivo data
```
nextflow run venus-process-invivo.nf --bids /set/to/bids/directory -with-report invivo-report.html
```
```
## If Docker is not available
You need to make sure that following dependencies are installed on your local machine/environment and accessible via shell (i.e. added to the system PATH):
* ANTs
* FSL
* MATLAB or Octave
In the config file, set the following parameter to `false`, this will enforce workflow to look for local executables.
https://github.com/qMRLab/VENUS/blob/90df3f94aa0c07ee2a116b9ad5785b2b0057fa60/nextflow.config#L131-L133
Next, set MATLAB or Octave executable path and qMRLab directory
https://github.com/qMRLab/VENUS/blob/90df3f94aa0c07ee2a116b9ad5785b2b0057fa60/nextflow.config#L144-L148
Execute the workflows using the commands above.

0 comments on commit 1c5f0eb

Please sign in to comment.