Skip to content
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

Unable to fill gap with ragtag scaffold and patch #164

Open
yipukangda opened this issue May 31, 2023 · 0 comments
Open

Unable to fill gap with ragtag scaffold and patch #164

yipukangda opened this issue May 31, 2023 · 0 comments

Comments

@yipukangda
Copy link

yipukangda commented May 31, 2023

Hi,

I have a bactieria genome sequencing data set which contains an previous NGS assemblied contigs(raw data missed) and recently nanopore sequencing data, so I want fill gaps of ngs contigs with nanopore data assembly genome(using flye and get a complete contig), I first use ragtag scaffold module combines NGS contigs with nanopore assembly genome and get a gap filling contig(and with several sites of Ns nearly 50 Kb in sum),

ragtag.py scaffold -r -g 1 -o bac_scaffold nanpore_assm.fa ngs.contigs.fa

Then try to fill these Ns with patch module with or without set --fill-only.

ragtag.py patch -s 100 -w [--fill-only] bac_scaffol/ragtag.scaffold.fasta nanpore_assm.fa -o bac_gap_fill

But both can not eliminate Ns, is there anything wrong with above commands?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant