Releases: icgc-argo/argo-metadata-schemas
Releases · icgc-argo/argo-metadata-schemas
0.10.0
What's Changed
- remove genome_build and genome_annotation from the required fields of… by @lindaxiang in #81
Full Changelog: 0.9.0...0.10.0
0.9.0
What's Changed
- fix typos of
allOf
by @lindaxiang in #70 - enforce required field
library_strandedness
for RNA-Seq by @lindaxiang in #72 - update
sequencing_experiment
schema by @lindaxiang in #73 - update
minItems
by @edsu7 in #74 - add regex for required fields by @lindaxiang in #77
- update experiment and workflow for all schemas by @lindaxiang in #79
- Add optional fields under
workflow
section: metrics, pipeline_info - Make
run_id
to be optional field underworkflow
- Update
experiment
section for all schemas - Add optional field
variant_calling_strategy
forvariant_calling
andvariant_processing schemas
- Add optional fields under
New Contributors
Full Changelog: 0.8.0...0.9.0
0.8.0
- update all schemas to allow different genome build name
- update
sequencing_alignment
,qc_metrics
to allowrna-seq alignment
- add new analysisType:
splice_junctions
,supplement
to supportrna-seq alignment
0.7.0
- add
genome_annotation
underworkflow
0.6.0
add new analysisType: variant_processing
0.5.0
- add
Targeted-Seq
underexperimental_strategy
0.4.0
- added
session_id
(stable uuid for a workflow job) in the workflow section
0.3.0
- move
analysis_tools
from workflow level to file level, this allows directly report tool for each file - allow space in workflow name
- remove
variant_type
as the information is now incorporated in data type - add
variant_class
invariant_calling_supplement
0.2.1
- added regex end of string anchor for
workflow_name
,workflow_short_name
,analysis_type
andanalysis_tools
0.2.0
- renamed
library_strategy
toexperimental_strategy
- renamed
workflow.name
toworkflow.workflow_name
- renamed
workflow.version
toworkflow.workflow_version
- added
analysis_tools
- added
genome_build
- made
submitter_sequencing_experiment_id
nullable