Skip to content

Commit

Permalink
allows for larger read depth (5000)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Jun 19, 2012
1 parent 66d46c4 commit 881758f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template2/recursive_map.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lasti=0
echo "bamfiles collected: ${bamfiles}"
if [[ ! -f variants.{{i}}.vcf ]]
then
samtools mpileup -uf $reference \
samtools mpileup -C50 -d 5000 -L 5000 -uf $reference \
${bamfiles} \
| bcftools view -bvcg - \
> variants.raw.{{i}}.bcf
Expand Down

0 comments on commit 881758f

Please sign in to comment.