Skip to content

Commit

Permalink
Update default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuSetty authored Jun 24, 2018
1 parent a5bf883 commit 337d13b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions containers/wishbone/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,39 @@ parameters:
knn:
description: k-nearest neighbours for diffusion
type: integer
lower: 2
default: 15
lower: 15
default: 25
upper: 100
n_diffusion_components:
description: number of diffusion components
type: integer
lower: 2
default: 2
lower: 3
default: 3
upper: 20
n_pca_components:
description: number of pca components
type: integer
lower: 2
default: 15
upper: 30
lower: 15
default: 30
upper: 100
k:
description: k parameter
type: integer
lower: 2
default: 15
lower: 15
default: 25
upper: 100
num_waypoints:
description: number of waypoints
type: integer
lower: 2
lower: 100
default: 250
upper: 500
epsilon:
description: epsilon
type: numeric
lower: 0.1
default: 1
upper: 10
upper: 5
branch:
description: whether to allow a single bifurcation within the trajectory (wishbone versus wanderlust)
type: logical
Expand Down Expand Up @@ -69,11 +69,11 @@ license: GPL-2
authors:
- given: Manu
family: Setty
email: [email protected]
email: [email protected]
github: ManuSetty
- given: Dana
family: Pe'er
email: [email protected]
email: [email protected]
ORCID: 0000-0002-9259-8817
publication_date: '2016-05-02'
version: 0.4.2
Expand Down

0 comments on commit 337d13b

Please sign in to comment.