Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Jun 18, 2012
1 parent ead2afc commit 66d46c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 4 additions & 0 deletions template2/recursive_map.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ lasti=0
samtools mpileup -uf $lastreference ${bamfiles} \
| bcftools view -cg - \
| vcfutils.pl vcf2fq > final.consensus.fq


echo "Convert the fq output to contigs - for postprocessing"
fastq2contigs final.consensus.fq final.contigs.fasta
7 changes: 0 additions & 7 deletions template2/soapdenovo_postprocess.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,4 @@ $DEBUG time GapCloser -a $lastScaff \
$DEBUG fastaInfo -O -s -i {{ output }} length ncount scaf1 scaf10 scaf100 \
> 9.final.stats

echo "And now start a Hagfish run with the libraries"
echo "Create bowtie database"
bowtie-build {{ output }} hagfishdb

mkdir hagfish_bam
{% for l in fq_forward %}
bowtie -p {{ threads }}

0 comments on commit 66d46c4

Please sign in to comment.