Skip to content

Commit

Permalink
run_pcgr update
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Apr 1, 2017
1 parent f0419ff commit 49f64a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_pcgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def run_pcgr(input_vcf, input_cna_segments, logR_threshold_amplification, logR_t
vcf_validate_command = str(docker_command_run3) + "pcgr_check_input.py " + str(input_vcf) + " " + str(input_cna_segments) + "\""
check_subprocess(vcf_validate_command)
logger.info('Finished')
return

if not input_vcf is None:

Expand Down

0 comments on commit 49f64a9

Please sign in to comment.