isovic/aligneval

Deformed header issue

Closed this issue · 2 comments

Problem evaluating read alignments (except generated Illumina reads). Float division by zero occurred due marking all lines in .sam file as deformed.
reads.sam file is empty for all generated reads (except Illumina).

screenshot - 23 03 2015 - 14 52 16

reads.sam was empty due to an error on .maf to .sam conversion during read generating.
Setup downloads last-534, but during maf conversion script is called from last-460 directory.

As quick fix, I simply modified line in generate_data.py so the maf-convert script could be executed.

Fixed!