Closed danshu closed 7 years ago
Actually I can not find "000011F_036.sam" under "4-quiver/reads/". I only find "000011F_034 656 000011F_035 228 000011F_036 1107 000011F_037 898 000011F_038 256" in the track_reads_h.sh.log.
some associate contigs are very similar to the primary, those got filtered out.
Can I add back those contigs for polishing? Is "fc_quiver.py" able to polish after adding some contigs or should I use "variantCaller --algorithm=quiver"?
I have had this exact same problem recently. It turned out to be that the system limits the number of opened files. After increasing the limit, the error is gone.
@jessyjli, yes, we need to avoid opening so many files.
@jessyjli Thanks for you help! I will try this solution now. So exciting!
Have successfully finished the last quiver polishing step after increasing the system limit. Thanks again for everyone!
Hi,
I have finished 3-unzip successfully but the resulting all_p_ctg.fa is about 25Mb smaller than p_ctg.fa and have less sequences. So does all_p_ctg.fa only contain those contigs that have bubbles, so that those sequences that can not phased are not included or does Falcon_unzip have some filtering on contig length?
But the "fc_quiver.py" step failed with the follwoing error message:
So here are 4 my questions:
Best, Quan