File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ There are four ways to make a `pheno-list.json`:
35
35
- ` /home/peter/data/a1c.autosomal.gz `
36
36
- ` /home/peter/data/ear-length.gz `
37
37
38
- Then you could run ` pheweb phenolist glob-files "/home/peter/data/*.gz" ` to get ` assoc-files ` .
38
+ Then you could run ` pheweb phenolist glob "/home/peter/data/*.gz" ` to get ` assoc-files ` .
39
39
40
40
To get ` phenocodes ` , you can use this command which will take the text after the last ` / ` and before the next ` . ` :
41
41
@@ -56,7 +56,7 @@ There are four ways to make a `pheno-list.json`:
56
56
then you can run:
57
57
58
58
```
59
- pheweb phenolist glob-files "/home/peter/data/*.gz"
59
+ pheweb phenolist glob "/home/peter/data/*.gz"
60
60
pheweb phenolist extract-phenocode-from-filepath --simple
61
61
pheweb phenolist unique-phenocode
62
62
```
You can’t perform that action at this time.
0 commit comments