You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
J-Wall
changed the title
Question abour -debug output
Question about -debug output
Jun 17, 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.
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 :)
The text was updated successfully, but these errors were encountered: