Skip to content

Commit 3a39d0e

Browse files
authored
Update detailed-loading-instructions.md
1 parent 71e4411 commit 3a39d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/detailed-loading-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are four ways to make a `pheno-list.json`:
3535
- `/home/peter/data/a1c.autosomal.gz`
3636
- `/home/peter/data/ear-length.gz`
3737

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`.
3939

4040
To get `phenocodes`, you can use this command which will take the text after the last `/` and before the next `.`:
4141

@@ -56,7 +56,7 @@ There are four ways to make a `pheno-list.json`:
5656
then you can run:
5757

5858
```
59-
pheweb phenolist glob-files "/home/peter/data/*.gz"
59+
pheweb phenolist glob "/home/peter/data/*.gz"
6060
pheweb phenolist extract-phenocode-from-filepath --simple
6161
pheweb phenolist unique-phenocode
6262
```

0 commit comments

Comments
 (0)