Skip to content

Releases: icgc-argo/argo-metadata-schemas

0.10.0

23 Apr 21:03
ce411f6
Compare
Choose a tag to compare

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

05 Jan 16:36
b59ceef
Compare
Choose a tag to compare

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 under workflow
    • Update experiment section for all schemas
    • Add optional field variant_calling_strategy for variant_calling and variant_processing schemas

New Contributors

  • @edsu7 made their first contribution in #74

Full Changelog: 0.8.0...0.9.0

0.8.0

28 Jun 15:34
b8a5517
Compare
Choose a tag to compare
  • update all schemas to allow different genome build name
  • update sequencing_alignment, qc_metrics to allow rna-seq alignment
  • add new analysisType: splice_junctions, supplement to support rna-seq alignment

0.7.0

20 Oct 21:34
cf002ee
Compare
Choose a tag to compare
  • add genome_annotation under workflow

0.6.0

27 May 18:01
5f66c90
Compare
Choose a tag to compare

add new analysisType: variant_processing

0.5.0

23 Oct 21:28
376f370
Compare
Choose a tag to compare
  • add Targeted-Seq under experimental_strategy

0.4.0

24 Jun 18:22
2816871
Compare
Choose a tag to compare
  • added session_id (stable uuid for a workflow job) in the workflow section

0.3.0

12 May 14:55
32594ed
Compare
Choose a tag to compare
  • 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 in variant_calling_supplement

0.2.1

24 Apr 13:43
3486294
Compare
Choose a tag to compare
  • added regex end of string anchor for workflow_name, workflow_short_name, analysis_type and analysis_tools

0.2.0

17 Apr 13:43
4a2a661
Compare
Choose a tag to compare
  • renamed library_strategy to experimental_strategy
  • renamed workflow.name to workflow.workflow_name
  • renamed workflow.version to workflow.workflow_version
  • added analysis_tools
  • added genome_build
  • made submitter_sequencing_experiment_id nullable