-
Notifications
You must be signed in to change notification settings - Fork 45
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
Stitched contig and 'N' characters #80
Comments
Hi @Wwwangwh,
Cheers, Chris |
Hi Chris, Thank you for your reply,the explanation about Ns and coverage rates is detailed. The consideration about downstream analysis is very considered,so I suppose it's unnecessary to add an optional flag to reproduces HybPiper 1.x behaviour. For those who want to achieve this result, they can easily do so by command Line. Wangwh |
hi, Chris |
Hello,
Thank you for updating the projects to 2.0, it helpes a lot,but I'm a little confused about some optional arguments.
After the update, we found some ‘N’ in the output sequence.
As optional arguments described,
If the flag --run_intronerate is provided, HybPiper will attempt to recover intron sequences (if present for a given gene/sample) and a supercontig sequence. The supercontig sequence comprises both exons and introns; in cases where it has been constructed from more than one SPAdes contig, HybPiper will add a stretch of 10 'N' characters bewtween abutting contigs. This can be turned off using the flag --no_padding_supercontigs.
I wonder if the write of ‘N’ is related to ’ --run_intronerate ‘ or not. Whether in all cases 'N' is added between contigs from different sources. Because we also found the existence of ‘N’ when we assemble gene without adding --run_intronerate.
2.Whether the extracted gene sequence will contain introns by default ( hybpiper assemble -t_dna prb.fasta -r *.fasta --prefix --bwa)
We found some genes with more than 100% coverage rates (GenesAt150pct), Is this because introns are extracted or species specificity?
Thank you in advance!
The text was updated successfully, but these errors were encountered: