Skip to content

Commit

Permalink
Use common lib generate file function
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeil committed Sep 22, 2016
1 parent 4c319e6 commit 94f20c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/toil_scripts/gatk_germline/germline.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
from toil_lib import require
from toil_lib.programs import docker_call
from toil_lib.urls import download_url_job
from toil_scripts.rnaseq_cgl.rnaseq_cgl_pipeline import generate_file
from toil_lib.files import generate_file
from toil_lib.tools.aligners import run_bwakit
from toil_lib.tools.indexing import run_samtools_faidx
from toil_lib.tools.preprocessing import run_gatk_preprocessing, \
Expand Down Expand Up @@ -839,6 +839,7 @@ def main():
'preprocess',
'preprocess_only',
'run_vqsr',
'run_hard_filter',
'joint_genotype',
'run_oncotator',
'cores',
Expand Down

0 comments on commit 94f20c6

Please sign in to comment.