Skip to content

Commit

Permalink
Merge pull request #110 from adknowledgeportal/add-new-secret-for-man…
Browse files Browse the repository at this point in the history
…ifest-generation

Added new secret to generate-current-manifests.yml
  • Loading branch information
avanlinden authored Sep 25, 2024
2 parents 5ff9c2a + 421a31e commit 618ad24
Show file tree
Hide file tree
Showing 52 changed files with 5,786 additions and 5,719 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-current-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
python-version: '3.10'
cache: 'pip'
token: ${{ secrets.GENERATE_MANIFESTS_ON_ACTION }} # this Fine-grained PAT was generated to generate manifests despite branch protection, was granted "Read and Write access to actions" permissions, and has access to the adknowledgeportal/data-models repo (resource owner is adknowledgeportal)

- name: Install Libraries
shell: bash
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ If you want to make changes to the data model and test them out by generating ma
Codespace secrets:
- SYNAPSE_PAT: scoped to view and download permissions on the sysbio-dcc-tasks-01 Synapse service account
- SERVICE_ACCOUNT_CREDS: these are creds for using the Google sheets api with schematic
- GENERATE_MANIFESTS_ON_ACTION: this fine-grained PAT lets manifests be successfully generated despite branch protection, has read/write access to actions, and has repo access to adknowledgeportal/data-models

## Legacy data models:
Previous versions of the data model live in the `legacy-data-models/` folder. This include the Diverse Cohorts pilot model and the intial "legacy" model representing the AD Portal Synapse project metadata dictionary and metadata templates from August 2023. These are not being used by DCA.
Binary file modified current-excel-manifests/AssayAutoradMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssayBisulfiteSeqMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssayChIPSeqMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssayHICMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssayMRIMetadataTemplate.xlsx
Binary file not shown.
Binary file not shown.
Binary file modified current-excel-manifests/AssayRnaArrayMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssayRnaSeqMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssaySTARRSeqMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssayScrnaSeqMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssaySnpArrayMetadataTemplate.xlsx
Binary file not shown.
Binary file not shown.
Binary file modified current-excel-manifests/AssayWholeExomeSeqMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/AssayWholeGenomeSeqMetadataTemplate.xlsx
Binary file not shown.
Binary file not shown.
Binary file modified current-excel-manifests/BiospecimenInvitroMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/BiospecimenMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/FileAnnotationTemplate.xlsx
Binary file not shown.
Binary file not shown.
Binary file modified current-excel-manifests/IndividualAnimalMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/IndividualHumanMetadataTemplate.xlsx
Binary file not shown.
Binary file modified current-excel-manifests/NeuropathMetadataTemplate.xlsx
Binary file not shown.
Loading

0 comments on commit 618ad24

Please sign in to comment.