Skip to content

Commit 146e21c

Browse files
committed
Update
1 parent e75187e commit 146e21c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Assuming that you have already installed an *ananconda* distribution on your sys
2828
2929
1) Adding the required conda channels including ggd specific channels:
3030

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:
3232

3333
```
3434
$ conda config --add channels defaults
@@ -95,7 +95,7 @@ The output from this command will provide the locations of where the files were
9595

9696
> **_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
9797
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)
9999

100100

101101
### ggd uninstall
@@ -166,7 +166,8 @@ Two scripts are available to assist you in making and checking recipes
166166

167167
Make a recipe from a bash script that is likely to pass the tests in ggd-recipes.
168168

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
170171
the user-space with extra files so if the recipe downloads a `.zip`, and processes
171172
the files inside of it, it should clean-up (`rm`) the .zip file upon completion.
172173

0 commit comments

Comments
 (0)