Skip to content

Commit

Permalink
Added ora pipeline and reference path to staging and production envs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 2, 2024
1 parent 6da7013 commit b99ecca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -848,11 +848,14 @@ Resources used by the ora compression pipeline
*/

// Release can be found here: https://github.com/umccr/cwl-ica/releases/tag/dragen-instrument-run-fastq-to-ora-pipeline%2F4.2.4__20241030041958
// Pipeline ID is: ba8f618a-842f-4a2f-9b2f-a074c0472218 // FIXME not in stg/prod
// Pipeline ID is: ba8f618a-842f-4a2f-9b2f-a074c047221
// deployed to dev, stg and prod
export const oraCompressionIcav2PipelineIdSSMParameterPath =
'/icav2/umccr-prod/ora_compression_pipeline_id';

// Default Reference Uri for compressing ORA files // FIXME not in stg/prod
// Default Reference Uri for compressing ORA files
// Reference URI is icav2://reference-data/dragen-ora/v2/ora_reference_v2.tar.gz
// deployed to dev, stg and prod
export const oraCompressionDefaultReferenceUriSSmParameterPath =
'/icav2/umccr-prod/ora_compression_default_reference_version_uri';

Expand Down

0 comments on commit b99ecca

Please sign in to comment.