Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Try arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
fab@pod-alpha2 authored and Christopher Dunn committed Dec 21, 2016
1 parent 791dc55 commit 6dd5fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon_unzip/run_quiver.py
Expand Up @@ -90,7 +90,7 @@ def task_run_quiver(self):
--minAnchorSize=12 --maxDivergence=30 --concordant --algorithm=blasr\
--algorithmOptions=--useQuality --maxHits=1 --hitPolicy=random --seed=1\
{read_bam} {ref_fasta} aln-{ctg_id}.bam
({variantCaller} -x 5 -X 120 -q 20 -j 24 -r {ref_fasta} aln-{ctg_id}.bam\
({variantCaller} --algorithm=arrow -x 5 -X 120 -q 20 -j 24 -r {ref_fasta} aln-{ctg_id}.bam\
-o {cns_fasta} -o {cns_fastq}) || echo quvier failed
date
touch {job_done}
Expand Down

0 comments on commit 6dd5fd9

Please sign in to comment.