File: run_example_ref.sh

package info (click to toggle)
bio-eagle 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,348 kB
  • sloc: cpp: 7,759; makefile: 80; 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