File: run_example_ref.sh

package info (click to toggle)
bio-eagle 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,324 kB
  • sloc: cpp: 7,938; makefile: 82; sh: 54
file content (9 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
echo 'If pulling from github, change --geneticMapFile to ../tables/genetic_map_hg19_example.txt.gz'
echo

../eagle \
    --vcfRef=ref.bcf \
    --vcfTarget=target.vcf.gz \
    --geneticMapFile=../tables/genetic_map_hg19_withX.txt.gz \
    --outPrefix=target.phased \
    2>&1 | tee example_ref.log