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

Automatically extend contigs #10

Open
ihbxiongjie opened this issue Mar 15, 2022 · 1 comment
Open

Automatically extend contigs #10

ihbxiongjie opened this issue Mar 15, 2022 · 1 comment
Labels
question Further information is requested

Comments

@ihbxiongjie
Copy link

Hi,
I am wondering is there any way (not the manual checking) to extend the contigs according to the telomere overhangs identified?

Thx

@Adamtaranto Adamtaranto changed the title Automaticall extend the contigs Automatically extend contigs Nov 2, 2023
@Adamtaranto
Copy link
Owner

There is a secondary tool packaged with teloclip called teloclip-extract, this tool will output all the overhangs for each end of each contig.

The overhanging region of each read is in lowercase in the output files. You can selected the longest overhang and manually append it to the relevant contig.

Alternatively, you can assemble all the overhanging reads with miniasm which should give a single contig if all reads were correctly mapped and then re-process this new contig with teloclip-extract to get a single overhang segment with which to extend your contig.

Remember to polish your extended contigs with long-read (Racon) and/or short-read (Pilon) polishers.

I might automate the process later but it will always be best to manually inspect the alignments to avoid introducing errors

@Adamtaranto Adamtaranto added enhancement New feature or request question Further information is requested labels Nov 7, 2023
@Adamtaranto Adamtaranto removed the enhancement New feature or request label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants