Skip to content

Commit 5cd1bfe

Browse files
committed
update README with type from #29
1 parent c6ad405 commit 5cd1bfe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ There are four ways to run/install FastOMA detailed below:
8888
The FastOMA workflow can be run directly without any installation using nextflow's ability to fetch a workflow from github. A specific version can be selected by specifying the `-r` option to nextflow to select a specific version of FastOMA:
8989

9090
```bash
91-
nextflow run desimozlab/FastOMA -r 0.2.0 -profile conda
91+
nextflow run desimozlab/FastOMA -r v0.3.1 -profile conda
9292
```
9393

94-
This will fetch version 0.2.0 from github and run the FastOMA workflow using the conda profile. See section [How to run fastOMA](#how-to-run-fastoma).
94+
This will fetch version 0.3.1 from github and run the FastOMA workflow using the conda profile. See section [How to run fastOMA](#how-to-run-fastoma).
9595

9696
### 2. Cloning the FastOMA repo and running from there
9797

@@ -139,7 +139,7 @@ bashMiniconda3.sh
139139

140140
Then follow the instruction on the terminal. Finally, close and re-open the terminal and run
141141
```
142-
conda create -n fastoma python=3.9 --file environment_conda.yml
142+
conda create -n fastoma python=3.9 --file environment-conda.yml
143143
cond activate mamba activate FastOMA
144144
```
145145
Then, clone and install fastOMA using
@@ -184,7 +184,7 @@ nextflow run FastOMA.nf -profile docker \
184184
--output_folder myresult/
185185
```
186186
This will use the container that is tagged with the current commit id. Similarly, one could also use
187-
`--container_version "0.2.0"` to use the container with version `dessimozlab/fastoma:0.2.0` from dockerhub.
187+
`--container_version "0.3.1"` to use the container with version `dessimozlab/fastoma:0.3.1` from dockerhub.
188188

189189
### Singularity
190190
Since Docker needs administrator privileges (root access), [Singluarity](https://apptainer.org/index.html) (a.k.a Apptainer) is a good alternative. This can be installed using [Conda](https://anaconda.org/conda-forge/singularity) with `conda install conda-forge::singularity`. However, in most of the academic HPC cluster, singluarity is already installed and can be called with `module load`.

0 commit comments

Comments
 (0)