ibest / ARC

Assembly by Reduced Complexity (ARC)
Apache License 2.0
41 stars 5 forks source link

If no files are written to the PE files or SE file, the assembler will crash #11

Closed samhunter closed 11 years ago

samhunter commented 11 years ago

As part of the read/coverage tracking code, only include the PE/SE files in the call to the assembler if they actually have reads in them.

samhunter commented 11 years ago

Fixed, the PE and SE files are only added to the params passed to the assembler if reads are actually written to these files.