Skip to content

Commit

Permalink
Bumping version to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jan 15, 2024
1 parent 682eb86 commit c36b15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Other parameters are:

#### Job configuration

* `spring.batch.job.names`: The name of the job to run. At the moment it can be `genotyped-vcf-job`, `aggregated-vcf-job`, `annotate-variants-job`, `calculate-statistics-job` or `drop-study-job`
* `spring.batch.job.names`: The name of the job to run. At the moment it can be `load-vcf-job`, `genotyped-vcf-job`, `aggregated-vcf-job`, `annotate-variants-job`, `calculate-statistics-job` or `drop-study-job`

Individual steps can be skipped using one of the following. This is not necessary unless they are irrelevant for the data to be processed, or some input data was generated in previous runs of the same job.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>uk.ac.ebi.eva</groupId>
<artifactId>eva-pipeline</artifactId>
<version>2.9.4-SNAPSHOT</version>
<version>2.9.4</version>


<parent>
Expand Down

0 comments on commit c36b15b

Please sign in to comment.