Closed jongepier closed 6 years ago
Hi, thank you for reporting this. the 3.2.6 version should fix most of the unitig consensus failures, but I guess there are cases that slipped through. Your fix is correct, but you have to replace the unitig both in version 1 and version 2.
Hi, I have the same problem. but replacing the unitig in version 1 and 2 still did not work. Is there anyway the unitig can be removed? Thanks, Mark
Yes, you can delete the unitig. Your syntax is correct, but you have to use the version of the tigStore command that is in CA6:
The fix worked when also adding final unitig to unpartitoned version 2 tigStore see also: https://sourceforge.net/p/wgs-assembler/mailman/message/30881670/ Thanks for the help! Closing issue.
The fix worked when also adding final unitig to unpartitoned version 2 tigStore see also: https://sourceforge.net/p/wgs-assembler/mailman/message/30881670/ Thanks for the help! Closing issue.
Hi, I've also the same problem but I'm stuck when I try to remove problematic unitigs using this cmd:
tigStore -g genome.gkpStore -t genome.tigStore 1 -D -u 145
TigStore simply prompt the help, preceded by this error:
tigStore: Unknown dump option '-D -u'
I've tried both tigStore from
Best, Alex
Hi Alex,
See Evelien's last post. The deleting didn't work so in the end we repaired the problematic unitig rather than deleting it. But it is important to place the repaired unitig in the relevant partition of version 2 but also in the unpartitioned format.:
See here: https://sourceforge.net/p/wgs-assembler/mailman/message/30881670/
Hope this helps, Mark
Hi Mark,
I've tried these solutions without success :/ That why I want to remove problematic unitigs.
I'm wondering if there is a solution to identify reads who served as reference to construct these unitigs, remove them from the fastq and rerun Masurca.
Alex
Hi,
I am assembling several closely related draft genomes with masurca v3.6.2 (not beta) based on illumina PE-only libs. Most assemblies finish without problems but one assembly fails to create one consensus unitig. (from runCA3 and CA/7-0-CGW/cgw.out)
as I am using the official release v 3.6.2, CA attempts to fix this problem but fails (from CA/fix_unitig_consensus/unitig_failures)
../5-consensus/genome_017.err:MultiAlignUnitig()-- Unitig 30217 FAILED. Could not align fragment 1034014.
I supose fragment 1034014 fails to align and as a consequence, no consensus unitig is produced (i.e. no UTG in either version 2 or 3 of the tigStore) (from tigStore v1:)
If I extract Unitig 30217 from the tigstore, manually remove fragment 1034014, replace the tigstore version 1 entry and try to generate a unitig consensus
it claims to be successful
but does not produce the required UTG entry in tigStore version 3 (or 2):
I am totally happy to completely delete the problematic unitig because the assembly merely serves to error correct long reads, for which I use alternative approaches in parallel. However, I don't seem to use the correct syntax and also don't know how to remove it from all versions of the tigstore (the following just prints the help function):
tigStore -g genome.gkpStore -t genome.tigStore 1 -D -u 30217
Any suggestion on how to fix the problematic unitig or kick it out completely would be much appreciated!
Thanks and best, Evelien