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

Alternate assembly seqences in Primary assembly seqence position #51

Open
Xuelei-Dai opened this issue Nov 2, 2020 · 1 comment
Open

Comments

@Xuelei-Dai
Copy link

Hello,
For the hifisam software to assembly the genome, we can get the *.a_ctg.gfa and *.p_utg.noseq.gfa file, but I want to know the
position of the *.a_ctg.gfa sequences in *.p_utg.noseq.gfa seqences, how to get it?

Best wishes

@chhylp123
Copy link
Owner

chhylp123 commented Nov 2, 2020

You can grep the read names (A-lines) of *.a_ctg.gfa at *.p_utg.noseq.gfa. A-lines indicate the positions of read at unitigs. By the way, *.r_utg.noseq.gfa is lossless while *.p_utg.noseq.gfa pops small bubbles.

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

2 participants