Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xin-huang/dadi-cli into r…
Browse files Browse the repository at this point in the history
…evision-lowpass-main
  • Loading branch information
tjstruck committed Nov 21, 2024
2 parents 85f082f + 969ddec commit 233d818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/userguide/lowpass.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ There are no extra parameters for the Low-Pass model correction, so results can
## InferDFE with Low-Pass

InferDFE is largely the same as InferDM. When users run `GenerateCache`, user's will want to use the number of haplotypes in the data for `--sample-sizes` instead of the sample sizes in the SFS file. Given that there were 10 Mmd_IRA samples and 16 Mmd_FRA haplotypes users would use `--sample-sizes 10 16` instead of `--sample-sizes 4 8`:

```python
dadi-cli GenerateCache --model split_mig_sel_single_gamma --sample-sizes 10 16 --grids 50 60 70 --gamma-pts 20 --gamma-bounds 1e-4 100 --demo-popt examples/results/lowpass/mus.split_mig.lowpass.InferDM.bestfits --output examples/results/lowpass/mus.1d.cache
```
Expand Down

0 comments on commit 233d818

Please sign in to comment.