New output with "contigs" appended:
abyss-pe -n v=-vv name="Name" k=96 se="I29687_M.fastq I29687_U1.fastq I29687_U2.fastq" "contigs"
ABYSS -k96 -q3 -vv --coverage-hist=coverage.hist -s Name-bubbles.fa -o Name-1.fa I29687_M.fastq I29687_U1.fastq I29687_U2.fastq
AdjList -vv -k96 -m0 --dot Name-1.fa >Name-1.dot
abyss-filtergraph -vv --dot -k96 -g Name-2.dot1 Name-1.dot Name-1.fa >Name-1.path
MergeContigs --dot -vv -k96 -g Name-2.dot -o Name-2.fa Name-1.fa Name-2.dot1 Name-1.path
PopBubbles -vv --dot -j2 -k96 -p0.9 -g Name-3.dot Name-2.fa Name-2.dot >Name-2.path
MergeContigs -vv -k96 -o Name-3.fa Name-2.fa Name-2.dot Name-2.path
awk '!/^>/ {x[">" $1]=1; next} {getline s} $1 in x {print $0 "\n" s}' \
Name-2.path Name-1.fa >Name-indel.fa
abyss-todot -vv --dist -e Name-3.fa >Name-3.dist
Overlap -vv --dot -k96 -g Name-4.dot -o Name-4.fa Name-3.fa Name-3.dot Name-3.dist
abyss-stack-size 65536 SimpleGraph -vv -s1000 -n10 -j2 -k96 -o Name-4.path1 Name-4.dot Name-3.dist
abyss-index -vv --fai Name-3.fa
abyss-index -vv --fai Name-4.fa
cat Name-3.fa.fai Name-4.fa.fai \
| MergePaths -vv -j2 -k96 -s1000 -o Name-4.path2 - Name-4.path1
PathOverlap --assemble -vv -k96 Name-4.dot Name-4.path2 >Name-4.path3
cat Name-3.fa Name-4.fa \
| abyss-stack-size 65536 PathConsensus -vv --dot -k96 -p0.9 -o Name-5.path -s Name-5.fa -g Name-5.dot - Name-4.dot Name-4.path3
cat Name-3.fa Name-4.fa Name-5.fa | MergeContigs -vv -k96 -o Name-6.fa - Name-5.dot Name-5.path
ln -sf Name-6.fa Name-contigs.fa
Based on the fact that the dry run finally shows a Name-contigs.fa, I've decided to run the following command:
abyss-pe v=-vv name="Dytsicidae_Merged_2020_02_10" k=96 se="I29687_M.fastq I29687_U1.fastq I29687_U2.fastq" "contigs"

What exactly is your issue here? (or is it resolved already?)
In any case,could you post the runtime log output you get from ABySS?
Issue is not yet resolved! I have run the abyss program three separate times using three separate recommendations:
This did not output any contig files, only unitig files, and this did not include any stats files. The main error given was:
I ran the code a second time based on recommendations to use se=reads.fq.gz rather than in=reads.fq.gz
This again did not give out any contig files, only unitig. It did, however, give out stats files.
I tried again with Merged reads and paired ends reads. Again, no contigs files, but this time there were stats files produced:
OK,
did you got any feedback just prior to the error of the fixmate you are getting. I'm looking for something similar as the first post on the github (https://github.com/bcgsc/abyss/issues/146) you refer to. The output of abyss-map step.
It could be you need to run abyss-pe with the
-v(or-vv) option to get that log info.Running abyss-pe with the -vv option, here is what I see:
But I still see no error message of why is stops at "unitigs.fa"
indeed, but I also don't see any output of the abyss-map step ???
can you run the exact same command but with the -n option (==dry-run, will just print out the cmds but not execute them) and provide the output.
Running the following:
ah, yes that can be.
you need to run it with a different name (it will check the existing data otherwise and notice it has all done)
Ah, I see. Thank you!
Running with a new name:
Here is the output:
that's the one indeed .
few weird things though: