-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefinition.yml
49 lines (45 loc) · 1.03 KB
/
definition.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
method:
id: matcher
name: MATCHER
tool_id: matcher
source: tool
platform: Python
url: https://github.com/jw156605/MATCHER
license: MIT
authors:
- given: Joshua
family: Welch
email: jwelch@cs.unc.edu
github: jw156605
- given: Jan
family: Prins
email: prins@cs.unc.edu
manuscript:
doi: 10.1186/s13059-017-1269-0
google_scholar_cluster_id: '15188907290164515017'
publication_date: '2017-06-24'
container:
url: https://github.com/dynverse/ti_matcher
docker: dynverse/ti_matcher
wrapper:
type: linear_trajectory
topology_inference: fixed
trajectory_types: linear
input_required: expression
parameters:
- id: quantiles
description: quantiles How many quantiles to use when computing warp functions
(integer)
type: integer
default: 50
distribution:
type: uniform
lower: 2
upper: 500
- id: method
description: Gaussian process regression or linear interpolation? ("gp" or "linear)
type: character
values:
- gp
- linear
default: linear