Skip to content

Commit

Permalink
phaser bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Oct 20, 2019
1 parent 8a01bf5 commit bf263be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ before_install:
- conda install -c anaconda rpy2
- conda install -c bioconda tabix
- conda install -c bioconda bcftools
- conda install -c bioconda vcftools
- conda install -c bioconda vcftools
- conda install -c bioconda shapeit
- conda install -c bioconda pysam
- conda install -c anaconda scikit-learn
- conda install -c anaconda cython
Expand Down
2 changes: 1 addition & 1 deletion pgpipe/vcf_phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def run (passed_arguments = []):
phase_call_args.append(chr_arg)

# Call beagle wrapper
call_beagle(beagle_path, list(map(str, phase_call_args)), phase_args.out_prefix, phase_args.out_format)
call_beagle(phase_args.beagle_path, list(map(str, phase_call_args)), phase_args.out_prefix, phase_args.out_format)

# Rename log using phased_output
shutil.move(phase_args.out_prefix + '.log', phased_output + '.log')
Expand Down

0 comments on commit bf263be

Please sign in to comment.