Skip to content

Commit

Permalink
Remove reference to out-dated script in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdehaas committed Nov 14, 2024
1 parent 2c01a46 commit 86af1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Load a GRG and emit some simple statistics about the GRG itself:
grg process stats my_arg_data.grg
```

To construct a GRG from a VCF file, use the `grg_from_vcf.py` script (after building grgl):
To construct a GRG from a VCF file, use the `grg construct` command:
```
grg construct --parts 20 -j 1 path/to/foo.vcf
```
Expand Down

0 comments on commit 86af1f7

Please sign in to comment.