Skip to content

Commit

Permalink
feat: bump version of gene workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
berntpopp committed Mar 21, 2024
1 parent 89d43c4 commit 624c729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// config/workflow/KidneyGeneticsGeneCuration/geneDetailsConfig.js

// Define the version of the gene details configuration
export const geneDetailsConfigVersion = '0.1.0';
export const geneDetailsConfigVersion = '0.2.0';

// Define the gene details configuration
export const geneDetailsConfig = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const workflowConfig = {
stages: {
gene: {
configFile: 'geneDetailsConfig.js',
version: '0.1.0',
version: '0.2.0',
checksum: 'md5-checksum-of-gene-config',
nextStage: 'precuration'
},
Expand Down

0 comments on commit 624c729

Please sign in to comment.