Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
l-mansouri committed Oct 31, 2023
1 parent 02de25b commit 4abc11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ The pipeline can be run like:

```
nextflow run main.nf --families_file 's3://lifebit-featured-datasets/pipelines/exomiser-nf/fam_file.tsv' \
--hpo_terms_file 's3://lifebit-featured-datasets/pipelines/exomiser-nf/hpo_terms_file.txt' \
--prioritisers 'hiPhivePrioritiser' \
--exomiser_data 's3://lifebit-featured-datasets/pipelines/exomiser-data-bundle' \
--application_properties 's3://lifebit-featured-datasets/pipelines/exomiser-nf/application.properties' \
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ process {
memory = params.memory
cpus = params.cpus
maxForks = params.maxForks
submitRateLimit = params.submitRateLimit
//submitRateLimit = params.submitRateLimit
errorStrategy = params.errorStrategy
maxRetries = params.maxRetries
}
Expand Down

0 comments on commit 4abc11d

Please sign in to comment.