You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Assuming that you have already installed an *ananconda* distribution on your sys
28
28
29
29
1) Adding the required conda channels including ggd specific channels:
30
30
31
-
- ggd data packages are hosted on the conda cloud through the ggd-genomics channel. You will need to add this channel to your configured conda channels. You will also need to add the channels that have the software dependencies for building these data packages. Run the following commands:
31
+
- ggd data packages are hosted on the Anaconda cloud through the ggd-genomics channel. You will need to add this channel to your configured conda channels. You will also need to add the channels that have the software dependencies for building these data packages. Run the following commands:
32
32
33
33
```
34
34
$ conda config --add channels defaults
@@ -95,7 +95,7 @@ The output from this command will provide the locations of where the files were
95
95
96
96
> **_NOTE:_** If you want to move the files PLEASE make a copy and move the copy. Moving the original files from the location ggd installed them will remove ggd's ability to manage those data files
97
97
98
-
For more information about ggd's install tool see: [ggd docs: ggd install](https://gogetdata.github.io/ggd-install.html)
98
+
For more information about ggd's install tool see: [ggd docs: ggd install](https://gogetdata.github.io/install.html)
99
99
100
100
101
101
### ggd uninstall
@@ -166,7 +166,8 @@ Two scripts are available to assist you in making and checking recipes
166
166
167
167
Make a recipe from a bash script that is likely to pass the tests in ggd-recipes.
168
168
169
-
Most of the arguments are required. For example, we don't want a recipe to litter
169
+
Most of the arguments in `ggd make-recipe` are required. Any recipe created should be able to clean up
170
+
after it has finished processing the data fiels. For example, we don't want a recipe to litter
170
171
the user-space with extra files so if the recipe downloads a `.zip`, and processes
171
172
the files inside of it, it should clean-up (`rm`) the .zip file upon completion.
0 commit comments