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

Inv output question #434

Open
GLagunas-Robles opened this issue Dec 18, 2024 · 2 comments
Open

Inv output question #434

GLagunas-Robles opened this issue Dec 18, 2024 · 2 comments

Comments

@GLagunas-Robles
Copy link

GLagunas-Robles commented Dec 18, 2024

Hello!

Thanks for this awesome program!

Is there a way to "choose" the standard orientation for the inv.png output. For example, I made this toy example, where the first sequence is the standard arrangment, the following sequence is an inverted arrangement, and the third is a segment of std, inv, std, inv that is aligning correctly.

image

@AndreaGuarracino
Copy link
Member

AndreaGuarracino commented Dec 19, 2024 via email

@GLagunas-Robles
Copy link
Author

GLagunas-Robles commented Dec 19, 2024

Thanks for your quick response!

Hmm... so the three paths from top to bottom are the standard path, the inverted path, and a combination of standard+inverted path. I tried different combinations of --ref-flips and --no-flips, but the path that is peculiar is the standard path that is initially painted red with the default run.

Here is the standard path declared as --no-flips, but it reverses the inverted path and now calls both inverted path and the standard path as reverse. When I declare the standard path for --ref-flips, it results in the same graph below.
image

The 25kb toy inversion that is being difficult is std, inv, std, inv variant of the standard path. I declared a segment length of 2k on my initial pggb run (the previous two graphs) because if I went above 10k it would call the third path as a combination of of standard plus unique sequence when it is simply a rearrangement of the standard path (attached below).
image

Here are my settings for the pggb run. Any suggestions for setting up the run and choosing optimal parameters would be greatly appreciated!

2k run

-n 3 -p 90 -s 2k -k 79

10k run

-n 3 -p 90 -s 10k -k 79

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