Skip to content

Commit

Permalink
Update Running-the-Pipeline-batch.md
Browse files Browse the repository at this point in the history
add a warning that input file in -gwascatalog model will be deleted
  • Loading branch information
jiyue1214 authored Nov 3, 2024
1 parent 8ee2b38 commit c4d5cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Tutorials/Running-the-Pipeline-batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ nextflow run EBISPOT/gwas-sumstats-harmoniser \
-with-trace \
-profile executor,singularity
```

:::warning
The `--gwascatalog` option will automatically delete the input file and any intermediate files, retaining only the final result in the FTP folder. Please ensure that the files in the all_harm_folder are copies.
:::
## Handling Multiple Files in One Job
When running multiple files in one Nextflow job, the pipeline is designed to ignore errors generated by individual files. If a file encounters an error, its process will halt, but it will not affect the progress of other summary statistics in the same job. Since different files may progress at different rates, we recommend using the `-with-trace` option to generate a trace file. This allows you to monitor the progress of each file individually.
<details>
Expand Down

0 comments on commit c4d5cbf

Please sign in to comment.