comparison README.md @ 0:1d62de03829d draft

"planemo upload commit c6cd06d44dce1eef9136017289d362f144687dc1"
author gregor.m
date Mon, 23 Nov 2020 13:31:47 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d62de03829d
1 # Galaxy Wrapper for WaveletMovies
2
3 To test the wrapper use `planemo`:
4
5 ```bash
6 # install
7 conda install planemo
8
9 # run the test(s)
10 planemo test
11
12 # run a local galaxy instance with the tool installed
13 planemo serve
14
15 ```