Skip to content

Commit 3008681

Browse files
committed
Update docs
1 parent 0ec5c94 commit 3008681

694 files changed

Lines changed: 78620 additions & 10291 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

GGD-CLI.html

Lines changed: 261 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
1+
2+
<!DOCTYPE html>
3+
4+
<html>
5+
<head>
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>GGD Commands &#8212; GGD documentation</title>
9+
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
10+
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
11+
<link rel="stylesheet" type="text/css" href="_static/style.css" />
12+
<link rel="stylesheet" type="text/css" href="_static/font-awesome-4.7.0/css/font-awesome.min.css" />
13+
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
14+
<script src="_static/jquery.js"></script>
15+
<script src="_static/underscore.js"></script>
16+
<script src="_static/doctools.js"></script>
17+
<script src="_static/language_data.js"></script>
18+
<link rel="index" title="Index" href="genindex.html" />
19+
<link rel="search" title="Search" href="search.html" />
20+
<link rel="next" title="ggd search" href="ggd-search.html" />
21+
<link rel="prev" title="Using GGD" href="using-ggd.html" />
22+
23+
<link href="https://fonts.googleapis.com/css?family=Lato|Raleway" rel="stylesheet">
24+
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
25+
26+
<meta name="msapplication-TileColor" content="#ffffff">
27+
<meta name="msapplication-TileImage" content="_static/ms-icon-144x144.png">
28+
29+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/css/selectize.bootstrap3.min.css">
30+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
31+
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.21/js/jquery.dataTables.min.js"></script>
32+
<script src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/js/standalone/selectize.min.js"></script>
33+
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
34+
35+
36+
37+
38+
</head><body>
39+
<div class="document">
40+
41+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
42+
<div class="sphinxsidebarwrapper">
43+
<p class="logo">
44+
<a href="index.html">
45+
<img class="logo" src="_static/logo/GoGetData_name_logo.png" alt="Logo"/>
46+
47+
</a>
48+
</p>
49+
50+
51+
52+
53+
54+
55+
56+
57+
<h3>Navigation</h3>
58+
<ul class="current">
59+
<li class="toctree-l1"><a class="reference internal" href="quick-start.html">GGD Quick Start</a></li>
60+
<li class="toctree-l1"><a class="reference internal" href="using-ggd.html">Using GGD</a></li>
61+
<li class="toctree-l1 current"><a class="current reference internal" href="#">GGD Commands</a><ul>
62+
<li class="toctree-l2"><a class="reference internal" href="ggd-search.html">ggd search</a></li>
63+
<li class="toctree-l2"><a class="reference internal" href="install.html">ggd install</a></li>
64+
<li class="toctree-l2"><a class="reference internal" href="predict-path.html">ggd predict-path</a></li>
65+
<li class="toctree-l2"><a class="reference internal" href="uninstall.html">ggd uninstall</a></li>
66+
<li class="toctree-l2"><a class="reference internal" href="list.html">ggd list</a></li>
67+
<li class="toctree-l2"><a class="reference internal" href="list-file.html">ggd get-files</a></li>
68+
<li class="toctree-l2"><a class="reference internal" href="pkg-info.html">ggd pkg-info</a></li>
69+
<li class="toctree-l2"><a class="reference internal" href="show-env.html">ggd show-env</a></li>
70+
<li class="toctree-l2"><a class="reference internal" href="make-recipe.html">ggd make-recipe</a></li>
71+
<li class="toctree-l2"><a class="reference internal" href="check-recipe.html">ggd check-recipe</a></li>
72+
</ul>
73+
</li>
74+
<li class="toctree-l1"><a class="reference internal" href="contribute.html">Contribute</a></li>
75+
<li class="toctree-l1"><a class="reference internal" href="recipes.html">Available data packages</a></li>
76+
</ul>
77+
78+
<ul>
79+
80+
<li class="toctree-l1"><a href="https://github.com/gogetdata/ggd-recipes">ggd-recipes @ Github</a></li>
81+
82+
<li class="toctree-l1"><a href="https://github.com/gogetdata/ggd-cli">ggd-cli @ Github</a></li>
83+
84+
</ul>
85+
<div id="searchbox" style="display: none" role="search">
86+
<h3 id="searchlabel">Quick search</h3>
87+
<div class="searchformwrapper">
88+
<form class="search" action="search.html" method="get">
89+
<input type="text" name="q" aria-labelledby="searchlabel" />
90+
<input type="submit" value="Go" />
91+
</form>
92+
</div>
93+
</div>
94+
<script>$('#searchbox').show(0);</script>
95+
</div>
96+
</div>
97+
<div class="documentwrapper">
98+
<div class="bodywrapper">
99+
100+
101+
<div class="body" role="main">
102+
103+
<div class="section" id="ggd-commands">
104+
<span id="ggd-cli-page"></span><h1>GGD Commands<a class="headerlink" href="#ggd-commands" title="Permalink to this headline"></a></h1>
105+
<p>[<a class="reference internal" href="index.html#home-page"><span class="std std-ref">Click here to return to the home page</span></a>]</p>
106+
<p>The ggd command line interface (cli) has multiple tools for data access and local management. Below you can find a short
107+
description of each tool, as well as links to specific pages about each.</p>
108+
<p>Tabs for each tool are also available on the left tab bar.</p>
109+
<ol class="arabic">
110+
<li><p><a class="reference internal" href="ggd-search.html#ggd-search"><span class="std std-ref">ggd search</span></a></p>
111+
<blockquote>
112+
<div><ul class="simple">
113+
<li><p>Search for a ggd data package</p></li>
114+
</ul>
115+
</div></blockquote>
116+
</li>
117+
<li><p><a class="reference internal" href="predict-path.html#ggd-predict-path"><span class="std std-ref">ggd predict-path</span></a></p>
118+
<blockquote>
119+
<div><ul class="simple">
120+
<li><p>Predict the file path of a data package that has not been installed yet (Good for workflows like Snakemake)</p></li>
121+
</ul>
122+
</div></blockquote>
123+
</li>
124+
<li><p><a class="reference internal" href="install.html#ggd-install"><span class="std std-ref">ggd install</span></a></p>
125+
<blockquote>
126+
<div><ul class="simple">
127+
<li><p>Install ggd data package(s)</p></li>
128+
</ul>
129+
</div></blockquote>
130+
</li>
131+
<li><p><a class="reference internal" href="uninstall.html#ggd-uninstall"><span class="std std-ref">ggd uninstall</span></a></p>
132+
<blockquote>
133+
<div><ul class="simple">
134+
<li><p>Uninstall a ggd data package(s)</p></li>
135+
</ul>
136+
</div></blockquote>
137+
</li>
138+
<li><p><a class="reference internal" href="list.html#ggd-list"><span class="std std-ref">ggd list</span></a></p>
139+
<blockquote>
140+
<div><ul class="simple">
141+
<li><p>List the installed data packages (in a specific environment)</p></li>
142+
</ul>
143+
</div></blockquote>
144+
</li>
145+
<li><p><a class="reference internal" href="list-file.html#ggd-get-files"><span class="std std-ref">ggd get-files</span></a></p>
146+
<blockquote>
147+
<div><ul class="simple">
148+
<li><p>get the files for an installed ggd package</p></li>
149+
</ul>
150+
</div></blockquote>
151+
</li>
152+
<li><p><a class="reference internal" href="pkg-info.html#ggd-pkg-info"><span class="std std-ref">ggd pkg-info</span></a></p>
153+
<blockquote>
154+
<div><ul class="simple">
155+
<li><p>Show a specific ggd package’s info</p></li>
156+
</ul>
157+
</div></blockquote>
158+
</li>
159+
<li><p><a class="reference internal" href="show-env.html#ggd-show-env"><span class="std std-ref">ggd show-env</span></a></p>
160+
<blockquote>
161+
<div><ul class="simple">
162+
<li><p>Show the ggd specific environment variables</p></li>
163+
</ul>
164+
</div></blockquote>
165+
</li>
166+
<li><p><a class="reference internal" href="make-recipe.html#ggd-make-recipe"><span class="std std-ref">ggd make-recipe</span></a></p>
167+
<blockquote>
168+
<div><ul class="simple">
169+
<li><p>Create a ggd recipe from a bash script</p></li>
170+
</ul>
171+
</div></blockquote>
172+
</li>
173+
<li><p><a class="reference internal" href="check-recipe.html#ggd-check-recipe"><span class="std std-ref">ggd check-recipe</span></a></p>
174+
<ul class="simple">
175+
<li><p>Check/test a ggd recipe</p></li>
176+
</ul>
177+
</li>
178+
</ol>
179+
<p>Command links:</p>
180+
<div class="toctree-wrapper compound">
181+
<ul>
182+
<li class="toctree-l1"><a class="reference internal" href="ggd-search.html">ggd search</a><ul>
183+
<li class="toctree-l2"><a class="reference internal" href="ggd-search.html#using-ggd-search">Using ggd search</a></li>
184+
<li class="toctree-l2"><a class="reference internal" href="ggd-search.html#example">Example</a></li>
185+
</ul>
186+
</li>
187+
<li class="toctree-l1"><a class="reference internal" href="install.html">ggd install</a><ul>
188+
<li class="toctree-l2"><a class="reference internal" href="install.html#using-ggd-install">Using ggd install</a></li>
189+
<li class="toctree-l2"><a class="reference internal" href="install.html#examples">Examples</a></li>
190+
</ul>
191+
</li>
192+
<li class="toctree-l1"><a class="reference internal" href="predict-path.html">ggd predict-path</a><ul>
193+
<li class="toctree-l2"><a class="reference internal" href="predict-path.html#using-ggd-predict-path">Using ggd predict-path</a></li>
194+
<li class="toctree-l2"><a class="reference internal" href="predict-path.html#examples">Examples</a></li>
195+
</ul>
196+
</li>
197+
<li class="toctree-l1"><a class="reference internal" href="uninstall.html">ggd uninstall</a><ul>
198+
<li class="toctree-l2"><a class="reference internal" href="uninstall.html#using-ggd-uninstall">Using ggd uninstall</a></li>
199+
<li class="toctree-l2"><a class="reference internal" href="uninstall.html#examples">Examples</a></li>
200+
</ul>
201+
</li>
202+
<li class="toctree-l1"><a class="reference internal" href="list.html">ggd list</a><ul>
203+
<li class="toctree-l2"><a class="reference internal" href="list.html#using-ggd-list">Using ggd list</a></li>
204+
<li class="toctree-l2"><a class="reference internal" href="list.html#examples">Examples</a></li>
205+
</ul>
206+
</li>
207+
<li class="toctree-l1"><a class="reference internal" href="list-file.html">ggd get-files</a><ul>
208+
<li class="toctree-l2"><a class="reference internal" href="list-file.html#using-ggd-list-files">Using ggd list-files</a></li>
209+
<li class="toctree-l2"><a class="reference internal" href="list-file.html#examples">Examples</a></li>
210+
</ul>
211+
</li>
212+
<li class="toctree-l1"><a class="reference internal" href="pkg-info.html">ggd pkg-info</a><ul>
213+
<li class="toctree-l2"><a class="reference internal" href="pkg-info.html#using-ggd-pkg-info">Using ggd pkg-info</a></li>
214+
<li class="toctree-l2"><a class="reference internal" href="pkg-info.html#examples">Examples</a></li>
215+
</ul>
216+
</li>
217+
<li class="toctree-l1"><a class="reference internal" href="show-env.html">ggd show-env</a><ul>
218+
<li class="toctree-l2"><a class="reference internal" href="show-env.html#using-ggd-show-env">Using ggd show-env</a></li>
219+
<li class="toctree-l2"><a class="reference internal" href="show-env.html#examples">Examples</a></li>
220+
</ul>
221+
</li>
222+
<li class="toctree-l1"><a class="reference internal" href="make-recipe.html">ggd make-recipe</a><ul>
223+
<li class="toctree-l2"><a class="reference internal" href="make-recipe.html#using-ggd-make-recipe">Using ggd make-recipe</a></li>
224+
<li class="toctree-l2"><a class="reference internal" href="make-recipe.html#data-recipe-standards">Data recipe standards</a></li>
225+
<li class="toctree-l2"><a class="reference internal" href="make-recipe.html#examples">Examples</a></li>
226+
</ul>
227+
</li>
228+
<li class="toctree-l1"><a class="reference internal" href="check-recipe.html">ggd check-recipe</a><ul>
229+
<li class="toctree-l2"><a class="reference internal" href="check-recipe.html#check-recipe-is-used-to-validate-a-recipe-created-from-running-ggd-make-recipe"><cite>check-recipe</cite> is used to validate a recipe created from running <code class="code docutils literal notranslate"><span class="pre">ggd</span> <span class="pre">make-recipe</span></code></a></li>
230+
<li class="toctree-l2"><a class="reference internal" href="check-recipe.html#using-ggd-check-recipe">Using ggd check-recipe</a></li>
231+
<li class="toctree-l2"><a class="reference internal" href="check-recipe.html#example">Example</a></li>
232+
</ul>
233+
</li>
234+
</ul>
235+
</div>
236+
</div>
237+
238+
239+
</div>
240+
241+
</div>
242+
</div>
243+
<div class="clearer"></div>
244+
</div>
245+
<div class="footer">
246+
&copy;2016-2020, The GoGetData team.
247+
248+
|
249+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
250+
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
251+
252+
|
253+
<a href="_sources/GGD-CLI.rst.txt"
254+
rel="nofollow">Page source</a>
255+
</div>
256+
257+
258+
259+
260+
</body>
261+
</html>

_images/Data_managment.png

49.3 KB
Loading

_images/Figure_1.png

189 KB
Loading

_images/GGD-framework.png

-205 KB
Binary file not shown.

_images/GGD_Cloud.png

151 KB
Loading

_images/GoGetData.png

-28.3 KB
Binary file not shown.

_images/GoGetData_name_logo.png

221 KB
Loading

_images/Make_GGD_Recipe.png

107 KB
Loading

_images/ggd-Figure1.png

-88 KB
Binary file not shown.

_sources/GGD-CLI.rst.txt

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
.. _ggd_cli_page:
2+
3+
4+
GGD Commands
5+
============
6+
7+
[:ref:`Click here to return to the home page <home-page>`]
8+
9+
The ggd command line interface (cli) has multiple tools for data access and local management. Below you can find a short
10+
description of each tool, as well as links to specific pages about each.
11+
12+
Tabs for each tool are also available on the left tab bar.
13+
14+
1. :ref:`ggd search <ggd-search>`
15+
16+
* Search for a ggd data package
17+
18+
2. :ref:`ggd predict-path <ggd-predict-path>`
19+
20+
* Predict the file path of a data package that has not been installed yet (Good for workflows like Snakemake)
21+
22+
3. :ref:`ggd install <ggd-install>`
23+
24+
* Install ggd data package(s)
25+
26+
4. :ref:`ggd uninstall <ggd-uninstall>`
27+
28+
* Uninstall a ggd data package(s)
29+
30+
5. :ref:`ggd list <ggd-list>`
31+
32+
* List the installed data packages (in a specific environment)
33+
34+
6. :ref:`ggd get-files <ggd-get-files>`
35+
36+
* get the files for an installed ggd package
37+
38+
7. :ref:`ggd pkg-info <ggd-pkg-info>`
39+
40+
* Show a specific ggd package's info
41+
42+
8. :ref:`ggd show-env <ggd-show-env>`
43+
44+
* Show the ggd specific environment variables
45+
46+
9. :ref:`ggd make-recipe <ggd-make-recipe>`
47+
48+
* Create a ggd recipe from a bash script
49+
50+
10. :ref:`ggd check-recipe <ggd-check-recipe>`
51+
52+
* Check/test a ggd recipe
53+
54+
55+
56+
Command links:
57+
58+
.. toctree::
59+
:maxdepth: 2
60+
61+
ggd-search
62+
install
63+
predict-path
64+
uninstall
65+
list
66+
list-file
67+
pkg-info
68+
show-env
69+
make-recipe
70+
check-recipe

0 commit comments

Comments
 (0)