Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Devashish13 authored Feb 13, 2024
1 parent 868762d commit 35b2e7f
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 @@ -6,7 +6,7 @@ All the functions assume that the user has generated population population-speci
If the user has a single genotype file, then user can make use of bcftools script provided here to generate population-specific bgzipped and tabix index VCFs.

```python
from smcpp_pipeline import vcf2smc,estimate,plot
from smcpp_pipeline.smcpp_pipeline import vcf2smc,estimate,plot

1) Function to convert vcf file to smc format
def vcf2smc(popfile,chromosome_info,gaps_bed,num_workers):
Expand Down

0 comments on commit 35b2e7f

Please sign in to comment.