Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zouter committed Sep 28, 2018
1 parent 7f338b2 commit 0b2d1c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dynverse/dynwrap:r

RUN R -e 'devtools::install_cran("SLICER")'

LABEL version 0.1.3
LABEL version 0.1.4

ADD . /code

Expand Down
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bootstrap: shub
From: dynverse/dynwrap:r

%labels
version 0.1.3
version 0.1.4

%files
. /code
Expand Down
3 changes: 2 additions & 1 deletion definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ platform: R
doi: 10.1186/s13059-016-0975-3
google_scholar_cluster_id: '2071780199208319199'
trajectory_types:
- cycle
- linear
- bifurcation
- convergence
- multifurcation
- binary_tree
- tree
- acyclic graph
- acyclic_graph
- graph
topology_inference: free
license: GPL-2
Expand Down

0 comments on commit 0b2d1c4

Please sign in to comment.