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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
**Here**, this API with both CLI and GUI versions is able to search the genes or transcripts of your interest and retrieve variant data from the database via [gnomAD backend API](https://gnomad.broadinstitute.org/api) that based on GraphQL query language.
22
22
23
23
## :hash: Requirements and Installation
24
-
- Create a directory and download the "**gnomad_python_cli.py**" and "**requirements.txt**" files or clone the repository via Git using following command:
24
+
- Create a directory and download the "**gnomad_api_cli.py**" and "**requirements.txt**" files or clone the repository via Git using following command:
@@ -67,7 +67,7 @@ _gnomAD Python API GUI - Outputs and Plots_
67
67
| -search_by | *It defines the input.* | Type a gene/transcript identifier <br> *e.g.: TP53, ENSG00000169174, ENST00000544455* <br> Type the name of file containig your inputs <br> *e.g: myGenes.txt*
68
68
| -dataset | *It defines the dataset.* | `exac`, `gnomad_r2_1`, `gnomad_r3`, `gnomad_r2_1_controls`, `gnomad_r2_1_non_neuro`, `gnomad_r2_1_non_cancer`, or `gnomad_r2_1_non_topmed`
| -h | *It displays the parameters.* | *To get help via script:*`python gnomad_python_cli.py -h`
70
+
| -h | *It displays the parameters.* | *To get help via script:*`python gnomad_api_cli.py -h`
71
71
72
72
73
73
> ❗ Here, for getting variants, `gnomad_r2_1` and `gnomad_sv_r2_1` are defined as default values for these two `-dataset` and `-sv_dataset` options, respectively.
@@ -78,19 +78,19 @@ _gnomAD Python API GUI - Outputs and Plots_
0 commit comments