ha good, without stats option unitigs file isn't created, only contigs are there :)
abyss-pe contigs only
Hello,
I'm using Abyss the first time to have contigs from pe and se reads so my command line is:
abyss-pe contigs stats clean name=UNmappedR k=60 j=9 in='unmappedPEandSE.fq'
I expected to have contig file only but got scaffolds also, is it normal?
Advance thanks,
Siva
• 3,409 views
•
link
2 answers
I think the 'stats' target is triggering the scaffold stage in an unexpected manner.
Possible workarounds:
(i) Leave the 'stats' target out of your abyss-pe command and just run 'abyss-fac' manually on the contigs file.
(ii) Try explicitly setting mp to empty, by adding mp='' to the abyss-pe command line.
You can add the --dry-run option to see what commands will be run by abyss-pe, without actually running them. It is a really handy option for troubleshooting.
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.