-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No output of GFAse #31
Comments
Hi @YouxinZhao, it looks like there are no paths in the GFA, which are required for GFAse to run using k-mers, because GFAse was developed when Mode 2 was the standard. Unfortunately Shasta mode 3 removes this form of output. If you wanted to try to use k-mers, you could create a contact map CSV and provide that to I will add a warning to the ReadMe so that this is more clear. |
In that case you just need to use Assembly-Detailed.gfa instead of Assembly-Phased.gfa |
Hi Youxin, If you are getting unphased contigs with the k-mer based pipeline it means that you must have very few or zero parent-specific k-mers in those contigs. This can happen because of 2 reasons: your contigs are very short, or your sequence quality is low (doesn't match illumina k-mers). The solution here is not always simple. It likely requires improving the quality of the assembly. |
The phased.fasta was from shasta13 with herro corrected reads.
However, no output of GFAse.
~/zhaobaojun/app/gfase/GFAse/build/phase_haplotype_paths -i Assembly-Phased.gfa -p paternal.fa -m maternal.fa -k 31 -o
gfase_phase_out
fasta of P and m
log
Result
The text was updated successfully, but these errors were encountered: