Skip to content
Snippets Groups Projects
Select Git revision
  • 9df8d5d286de18026eafdd4ea9520b83d3cd74cd
  • dev default
  • 61-feature-add-optional-backwards-mapping-for-consistency-with-older-version
  • 61-feature-add-optional-backwards-mapping-for-consistency-with-older-version-2
  • main protected
  • 11-test-fix-tests-to-handle-licensed-data-resources-from-trud-snd-omop
  • general
  • pypi
  • old-main
  • v0.0.3
10 results

config2.yaml

Blame
    • mjbonifa's avatar
      9df8d5d2
      (fix) Changed the versioning of phenotypes to semantic versioning using the... · 9df8d5d2
      mjbonifa authored
      (fix) Changed the versioning of phenotypes to semantic versioning using the last tag in the repo rather than the commit count. The user can specify if they want to increment major, minor or patch when they publish which keeps the versioning simple. Previosuly we used the commit count but that was problematic due to always incrementing the patch versions and if using an existing the commit history could be large. This would especiually be the case when forking a repo where the commit history is retained. Closes #51
      9df8d5d2
      History
      (fix) Changed the versioning of phenotypes to semantic versioning using the...
      mjbonifa authored
      (fix) Changed the versioning of phenotypes to semantic versioning using the last tag in the repo rather than the commit count. The user can specify if they want to increment major, minor or patch when they publish which keeps the versioning simple. Previosuly we used the commit count but that was problematic due to always incrementing the patch versions and if using an existing the commit history could be large. This would especiually be the case when forking a repo where the commit history is retained. Closes #51
    config2.yaml 681 B
    phenotype:
      version: "0.0.0"
      omop:
        vocabulary_id: "ACMC_Example_2"
        vocabulary_name: "ACMC example 2 phenotype"
        vocabulary_reference: "https://www.it-innovation.soton.ac.uk/projects/meldb/concept-processing/example"
      map:
        - "read2"
        - "read3"    
      concept_sets:
        - name: "CVD_EVENTS"
          file: 
            path: "clinical-codes-org/Cardiovascular events (ICD10)/res52-cardiovascular-events-icd10.csv"
            columns:
              icd10: "code"
          metadata: {}
        - name: "DID_NOT_ATTEND"
          file: 
            path: "clinical-codes-org/Non-attendance codes/res201-did-not-attend-appointment.csv"
            columns:
              read2: "code"
          metadata: {}