Skip to content

Commit

Permalink
Update Running-the-Pipeline-batch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyue1214 authored Nov 4, 2024
1 parent 6800643 commit 9aa9743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tutorials/Running-the-Pipeline-batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ full_path_to_gwas_sumstat_4
To harmonise all files listed in a provided `to_harmonise_files_list.txt`, you can use the option `--list` to provide the full path of the list.

```bash
nextflow run EBISPOT/gwas-sumstats-harmoniser \
nextflow run EBISPOT/gwas-sumstats-harmoniser -r $version \
--ref 'full path to store reference' \
--harm \
--list to_harmonise_files_list.txt \
Expand All @@ -40,7 +40,7 @@ The `--gwascatalog` model is designed for the daily harmonisation of GWAS Catalo
This model requires input from the `--all_harm_folder` option, which automatically harmonises all files within the specified `all_harm_folder` folder.

```bash
nextflow run EBISPOT/gwas-sumstats-harmoniser \
nextflow run EBISPOT/gwas-sumstats-harmoniser -r $version \
--ref $ref \
--gwascatalog \
--all_harm_folder $all_harm_folder \
Expand Down

0 comments on commit 9aa9743

Please sign in to comment.