@@ -107,76 +107,50 @@ <h3 id="searchlabel">Quick search</h3>
107107< p > The ggd command line interface (cli) has multiple tools for data access and local management. Below you can find a short
108108description of each tool, as well as links to specific pages about each.</ p >
109109< p > Tabs for each tool are also available on the left tab bar.</ p >
110- < ol class ="arabic ">
111- < li > < p > < a class ="reference internal " href ="ggd-search.html#ggd-search "> < span class ="std std-ref "> ggd search</ span > </ a > </ p >
112- < blockquote >
113- < div > < ul class ="simple ">
114- < li > < p > Search for a ggd data package</ p > </ li >
115- </ ul >
116- </ div > </ blockquote >
117- </ li >
118- < li > < p > < a class ="reference internal " href ="predict-path.html#ggd-predict-path "> < span class ="std std-ref "> ggd predict-path</ span > </ a > </ p >
119- < blockquote >
120- < div > < ul class ="simple ">
121- < li > < p > Predict the file path of a data package that has not been installed yet (Good for workflows like Snakemake)</ p > </ li >
122- </ ul >
123- </ div > </ blockquote >
124- </ li >
125- < li > < p > < a class ="reference internal " href ="install.html#ggd-install "> < span class ="std std-ref "> ggd install</ span > </ a > </ p >
126- < blockquote >
127- < div > < ul class ="simple ">
128- < li > < p > Install ggd data package(s)</ p > </ li >
129- </ ul >
130- </ div > </ blockquote >
131- </ li >
132- < li > < p > < a class ="reference internal " href ="uninstall.html#ggd-uninstall "> < span class ="std std-ref "> ggd uninstall</ span > </ a > </ p >
133- < blockquote >
134- < div > < ul class ="simple ">
135- < li > < p > Uninstall a ggd data package(s)</ p > </ li >
136- </ ul >
137- </ div > </ blockquote >
138- </ li >
139- < li > < p > < a class ="reference internal " href ="list.html#ggd-list "> < span class ="std std-ref "> ggd list</ span > </ a > </ p >
140- < blockquote >
141- < div > < ul class ="simple ">
142- < li > < p > List the installed data packages (in a specific environment)</ p > </ li >
143- </ ul >
144- </ div > </ blockquote >
145- </ li >
146- < li > < p > < a class ="reference internal " href ="list-file.html#ggd-get-files "> < span class ="std std-ref "> ggd get-files</ span > </ a > </ p >
147- < blockquote >
148- < div > < ul class ="simple ">
149- < li > < p > get the files for an installed ggd package</ p > </ li >
150- </ ul >
151- </ div > </ blockquote >
152- </ li >
153- < li > < p > < a class ="reference internal " href ="pkg-info.html#ggd-pkg-info "> < span class ="std std-ref "> ggd pkg-info</ span > </ a > </ p >
154- < blockquote >
155- < div > < ul class ="simple ">
156- < li > < p > Show a specific ggd package’s info</ p > </ li >
157- </ ul >
158- </ div > </ blockquote >
159- </ li >
160- < li > < p > < a class ="reference internal " href ="show-env.html#ggd-show-env "> < span class ="std std-ref "> ggd show-env</ span > </ a > </ p >
161- < blockquote >
162- < div > < ul class ="simple ">
163- < li > < p > Show the ggd specific environment variables</ p > </ li >
164- </ ul >
165- </ div > </ blockquote >
166- </ li >
167- < li > < p > < a class ="reference internal " href ="make-recipe.html#ggd-make-recipe "> < span class ="std std-ref "> ggd make-recipe</ span > </ a > </ p >
168- < blockquote >
169- < div > < ul class ="simple ">
170- < li > < p > Create a ggd recipe from a bash script</ p > </ li >
171- </ ul >
172- </ div > </ blockquote >
173- </ li >
174- < li > < p > < a class ="reference internal " href ="check-recipe.html#ggd-check-recipe "> < span class ="std std-ref "> ggd check-recipe</ span > </ a > </ p >
175- < ul class ="simple ">
176- < li > < p > Check/test a ggd recipe</ p > </ li >
177- </ ul >
178- </ li >
179- </ ol >
110+ < table class ="docutils align-default ">
111+ < colgroup >
112+ < col style ="width: 42% " />
113+ < col style ="width: 58% " />
114+ </ colgroup >
115+ < thead >
116+ < tr class ="row-odd "> < th class ="head "> < p > Command</ p > </ th >
117+ < th class ="head "> < p > Description</ p > </ th >
118+ </ tr >
119+ </ thead >
120+ < tbody >
121+ < tr class ="row-even "> < td > < p > < a class ="reference internal " href ="ggd-search.html#ggd-search "> < span class ="std std-ref "> ggd search</ span > </ a > </ p > </ td >
122+ < td > < p > Search for a ggd data package</ p > </ td >
123+ </ tr >
124+ < tr class ="row-odd "> < td > < p > < a class ="reference internal " href ="predict-path.html#ggd-predict-path "> < span class ="std std-ref "> ggd predict-path</ span > </ a > </ p > </ td >
125+ < td > < p > Predict the file path of a data package that has not been
126+ installed yet (Good for workflows like Snakemake)</ p > </ td >
127+ </ tr >
128+ < tr class ="row-even "> < td > < p > < a class ="reference internal " href ="install.html#ggd-install "> < span class ="std std-ref "> ggd install</ span > </ a > </ p > </ td >
129+ < td > < p > Install ggd data package(s)</ p > </ td >
130+ </ tr >
131+ < tr class ="row-odd "> < td > < p > < a class ="reference internal " href ="uninstall.html#ggd-uninstall "> < span class ="std std-ref "> ggd uninstall</ span > </ a > </ p > </ td >
132+ < td > < p > Uninstall a ggd data package(s)</ p > </ td >
133+ </ tr >
134+ < tr class ="row-even "> < td > < p > < a class ="reference internal " href ="list.html#ggd-list "> < span class ="std std-ref "> ggd list</ span > </ a > </ p > </ td >
135+ < td > < p > List the installed data packages (in a specific environment)</ p > </ td >
136+ </ tr >
137+ < tr class ="row-odd "> < td > < p > < a class ="reference internal " href ="list-file.html#ggd-get-files "> < span class ="std std-ref "> ggd get-files</ span > </ a > </ p > </ td >
138+ < td > < p > get the files for an installed ggd package</ p > </ td >
139+ </ tr >
140+ < tr class ="row-even "> < td > < p > < a class ="reference internal " href ="pkg-info.html#ggd-pkg-info "> < span class ="std std-ref "> ggd pkg-info</ span > </ a > </ p > </ td >
141+ < td > < p > Show a specific ggd package’s info</ p > </ td >
142+ </ tr >
143+ < tr class ="row-odd "> < td > < p > < a class ="reference internal " href ="show-env.html#ggd-show-env "> < span class ="std std-ref "> ggd show-env</ span > </ a > </ p > </ td >
144+ < td > < p > Show the ggd specific environment variables</ p > </ td >
145+ </ tr >
146+ < tr class ="row-even "> < td > < p > < a class ="reference internal " href ="make-recipe.html#ggd-make-recipe "> < span class ="std std-ref "> ggd make-recipe</ span > </ a > </ p > </ td >
147+ < td > < p > Create a ggd recipe from a bash script</ p > </ td >
148+ </ tr >
149+ < tr class ="row-odd "> < td > < p > < a class ="reference internal " href ="check-recipe.html#ggd-check-recipe "> < span class ="std std-ref "> ggd check-recipe</ span > </ a > </ p > </ td >
150+ < td > < p > Check/test a ggd recipe</ p > </ td >
151+ </ tr >
152+ </ tbody >
153+ </ table >
180154< p > Command links:</ p >
181155< div class ="toctree-wrapper compound ">
182156< ul >
0 commit comments