Skip to content

Instantly share code, notes, and snippets.

@mrhanlon
Created September 13, 2016 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrhanlon/6d1f999cba38e536e1e694f5cd0b08f0 to your computer and use it in GitHub Desktop.
Save mrhanlon/6d1f999cba38e536e1e694f5cd0b08f0 to your computer and use it in GitHub Desktop.
---
project:
type: Genomic
fields:
- label: Title
type: text
required: true
entities:
- type: material
id: specimen
label: Specimen
fields:
refs:
- type: process
id: sequencing
label: Sequencing
refs:
- type: input
entity: material:specimen
- type: output
entity: data:fastq_file
- type: process
id: alignment
label: Alignment
refs:
- type: input
entity: data:fastq_file
- type: output
entity: data:bam_file
- type: process
label: Analysis
refs:
- type: input
entity: data:bam_file
- type: output
entity: data:foo_file
- type: data
id: fastq_file
- type: data
id: bam_file
- type: data
id: foo_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment