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

Output record of fixes #228

Open
christopher-holt opened this issue Jan 13, 2023 · 1 comment
Open

Output record of fixes #228

christopher-holt opened this issue Jan 13, 2023 · 1 comment

Comments

@christopher-holt
Copy link

Is there a way to output a record of fixes made by racon (similar to --changes in pilon)?

@isovic
Copy link
Owner

isovic commented Jan 13, 2023

Hi @christopher-holt ,

You can try out the liftover branch.
It has a couple of new useful features, some seem to be what you are looking for:

        -L, --liftover <string>
            default: ''
            optional prefix of the output liftover files which convert
            the draft sequence to the output consensus. PAF and VCF files
            are always written with this prefix, and SAM can optionally
            be written if the -S option is provided.
        -S, --liftover-sam
            Used only in combination with the -L option, this writes out
            a SAM formatted alignment of the polished sequences vs the draft.
        -B, --bed <str>
            default: ''
            path to a BED file with regions to polish

Important note: diffs reported by the liftover feature are not extracted directly from the POA graph, but are instead obtained from polished-to-draft sequence alignment, so there may be slight difference (but most likely insignificant).

Hope this helps,
Best regards,
Ivan.

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