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

Question about -debug output #29

Open
J-Wall opened this issue Jun 17, 2020 · 1 comment
Open

Question about -debug output #29

J-Wall opened this issue Jun 17, 2020 · 1 comment

Comments

@J-Wall
Copy link

J-Wall commented Jun 17, 2020

Hi,

I was wondering if you could tell me the specification for the stderr output when you run NextPolish with the -debug flag? It looks like it outputs 5 columns, and I have a vague idea what they mean, but I would like to make sure.

For context, I would like to make a file from my NextPolish run which is similar to the file which Pilon outputs when you run it with --changes (see here) and I think I can probably generate this from the -debug output, but to do so, I need to be confident about it's format.

Thanks! And awesome program by the way :)

@J-Wall J-Wall changed the title Question abour -debug output Question about -debug output Jun 17, 2020
@moold
Copy link
Member

moold commented Jun 18, 2020

Hi, the following is its format:
seq_ID position(0-based) index new_base original_base

such as:
original_seq:
    >test
    ATGCA
new_seq:
    >test_np1
    ATGGCA
output:
    test_np1 2 1 G -

However, keep in mind that the position is the current input reference, so when you run NextPolish multiple iterations. -debug make no sense, because you can not trace the changes between the final result and the original reference.

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