Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SASC
sentinel-legacy
Commits
954eeab6
Commit
954eeab6
authored
Jan 21, 2016
by
bow
Browse files
Update biopet schemas
Merge commit '
196a94dc
'
parents
9abcd481
196a94dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
sentinel-lumc/src/main/resources/schemas/biopet/gentrap.json
View file @
954eeab6
...
...
@@ -173,8 +173,16 @@
"pipeline"
:
{
"description"
:
"Sample-level Gentrap files"
,
"type"
:
"object"
,
"required"
:
[
"alignment"
],
"additionalProperties"
:
{
"$ref"
:
"#/definitions/file"
}
"anyOf"
:
[
{
"required"
:
[
"alignment"
],
"additionalProperties"
:
{
"$ref"
:
"#/definitions/file"
}
},
{
"required"
:
[
"output_bam"
],
"additionalProperties"
:
{
"$ref"
:
"#/definitions/file"
}
}
]
}
},
"additionalProperties"
:
{
"$ref"
:
"#/definitions/fileGroup"
}
...
...
@@ -357,8 +365,16 @@
"pipeline"
:
{
"description"
:
"Library-level Gentrap files"
,
"type"
:
"object"
,
"required"
:
[
"alignment"
],
"additionalProperties"
:
{
"$ref"
:
"#/definitions/file"
}
"anyOf"
:
[
{
"required"
:
[
"alignment"
],
"additionalProperties"
:
{
"$ref"
:
"#/definitions/file"
}
},
{
"required"
:
[
"output_bam"
],
"additionalProperties"
:
{
"$ref"
:
"#/definitions/file"
}
}
]
}
},
"additionalProperties"
:
{
"$ref"
:
"#/definitions/fileGroup"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment