Skip to content

Commit

Permalink
Another test fix for keeping temps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Jironkin authored and Aleksey Jironkin committed Jun 24, 2016
1 parent 4ea6e20 commit 98c8c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/submit_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def main():
module load anaconda samtools/1.3 bwa/0.7.13 jdk picard-tools gatk bowtie2
PYTHONPATH=.:$PYTHONPATH scripts/phenix.py run_snp_pipeline -r1 %(R1)s -r2 %(R2)s -r %(REF)s -c %(CONFIG)s --sample-name %(sample_name)s -o %(outdir)s
PYTHONPATH=.:$PYTHONPATH scripts/phenix.py run_snp_pipeline --keep-temp -r1 %(R1)s -r2 %(R2)s -r %(REF)s -c %(CONFIG)s --sample-name %(sample_name)s -o %(outdir)s
""" % params

Expand Down

0 comments on commit 98c8c64

Please sign in to comment.