Skip to content

Commit

Permalink
Allow link for genome ref
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Oct 12, 2023
1 parent e00638e commit ab5500b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/Template/Data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ classes:

BulkSequencingAssayTemplate:
is_a: GeneticsAssayTemplate
description: General template for raw RNA/DNA data, i.e. sequence data from a sequencing assay.
description: General template for raw (level 1) RNA/DNA data, i.e. sequence data from a sequencing assay.
slots:
- tissue
- runType
Expand Down Expand Up @@ -289,10 +289,11 @@ classes:
ProcessedAlignedReadsTemplate:
is_a: BiologicalAssayDataTemplate
description: >
Template for describing aligned reads output data (i.e. BAM files).
The QC meta are extracted from samtools stats when available and are aligned with GDC.
Template for describing aligned reads (e.g. BAM/CRAM files) from a sequencing assay.
The QC meta are extracted from samtools stats when available and are the same metrics preferred by GDC.
slots:
- genomicReference
- genomicReferenceLink
- averageInsertSize
- averageReadLength
- averageBaseQuality
Expand Down
3 changes: 3 additions & 0 deletions modules/props.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ slots:
description: Version of genome reference used for alignment in processing workflow
notes:
- Currently used with nextflow-processed data.
required: true
genomicReferenceLink:
description: Link to genome reference data file used for alignment in processing workflow
required: false
id:
description: The entity id for the resource automatically assigned by the platform.
Expand Down

0 comments on commit ab5500b

Please sign in to comment.