abyss-pe contigs only
2
1
Entering edit mode
9.0 years ago
Siva ▴ 20

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

abyss assembly • 2.7k views
ADD COMMENT
2
Entering edit mode
9.0 years ago
benv ▴ 730

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.

ADD COMMENT
0
Entering edit mode

ha good, without stats option unitigs file isn't created, only contigs are there :)

ADD REPLY
1
Entering edit mode
9.0 years ago

Abyss will go through the entire unitig-contig-scaffold process. You should also have a .unitig and .contig file as one of your intermediate outputs.

ADD COMMENT
0
Entering edit mode

yea also have unitgs, but if Abyss runs entire unitig-contig-scaf, these commands are just useless !?

ADD REPLY

Login before adding your answer.

Traffic: 2044 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6