Skip to content

Commit 832dcfa

Browse files
committed
Corrections from release review
1 parent a90f287 commit 832dcfa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool
3434
3. Download the pipeline and test it on a minimal dataset with a single command:
3535

3636
```bash
37-
nextflow run nf-core/eager -profile test,<docker/singularity/podman/conda/institute>
37+
nextflow run nf-core/eager -profile test_tsv,<docker/singularity/podman/conda/institute>
3838
```
3939

4040
> Please check [nf-core/configs](https://github.com/nf-core/configs#documentation) to see if a custom config file to run nf-core pipelines already exists for your Institute. If so, you can simply use `-profile <institute>` in your command. This will enable either `docker` or `singularity` and set the appropriate execution settings for your local compute environment.
4141

4242
4. Start running your own analysis!
4343

4444
```bash
45-
nextflow run nf-core/eager -profile <docker/singularity/conda> --input '*_R{1,2}.fastq.gz' --fasta '<your_reference>.fasta'
45+
nextflow run nf-core/eager -profile <docker/singularity/podman/conda/institute> --input '*_R{1,2}.fastq.gz' --fasta '<your_reference>.fasta'
4646
```
4747

4848
5. Once your run has completed successfully, clean up the intermediate files.

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,4 +1616,4 @@
16161616
"$ref": "#/definitions/metagenomic_authentication"
16171617
}
16181618
]
1619-
}
1619+
}

0 commit comments

Comments
 (0)