Revision d64c7115b852e3a269ed9e3c069a3485b34bbea5 authored by Eric Sanford on 10 October 2019, 18:04:36 UTC, committed by Eric Sanford on 10 October 2019, 18:04:36 UTC
1 parent c5b88eb
config.schema.yaml
$schema: "http://json-schema.org/draft-06/schema#"
description: snakemake configuration file
type: object
properties:
samples:
type: string
units:
type: string
trimming:
type: object
properties:
skip:
type: boolean
adapter:
type: string
pattern: "^[ACGT]+$"
ref:
type: object
properties:
index:
type: string
annotation:
type: string
required:
- index
- annotation
pca:
type: object
properties:
labels:
type: array
items:
type: string
required:
- labels
diffexp:
type: object
properties:
contrasts:
type: object
required:
- contrasts
params:
type: object
properties:
star:
type: string
cutadapt-se:
type: string
cutadapt-pe:
type: string
required:
- star
- cutadapt-se
- cutadapt-pe
required:
- samples
- units
- trimming
- ref
- pca
- diffexp
- params

Computing file changes ...