I finished the assembly overnight, using bam input files. The resulting file is a *-unitigs.fa file, rather than the *-contigs.fa file I'd expect (the BAM file contains paired data). How do I force ABySS to treat the data within the BAM file as paired-end?
My abyss run command was along the lines of:
abyss-pe np=43 k=81 n=10 name=abyss_genome_k81_n10 lib='lib01 lib02'\
lib01='lib01.bam'\
lib02='lib02.bam'\
-David