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

PoreC and trio run together #293

Closed
KANGYUlab opened this issue Oct 16, 2024 · 2 comments
Closed

PoreC and trio run together #293

KANGYUlab opened this issue Oct 16, 2024 · 2 comments

Comments

@KANGYUlab
Copy link

KANGYUlab commented Oct 16, 2024

Hi,
when I run verkko v2.2.1 :
verkko -d verkko2.2.1 --hifi hifi_reads.fa.gz --nano nano.fq.gz --hap-kmers m.hapmer.meryl p.hapmer.meryl trio --porec poreC.fastq
report:
"Both --hic1/--hic2 or --porec cannot be specified at the same time as trio information, please only specify ont"
PoreC and trio cannot work at the same time in verkko v2.2.1, is it right ?

@skoren
Copy link
Member

skoren commented Oct 16, 2024

It was never supported and would crash if ran that way. Verkko 2.2.1 just explicitly forbids this immediately to avoid crashing later. It is possible to chain together a trio run followed by Pore-C for scaffolding manually but doing that requires copying/symlinking the internals of verkko's output and so isn't generally recommended. I'd suggest instead using Pore-C and then using the trio to sort the haplotypes at the end and use it for validation.

@skoren
Copy link
Member

skoren commented Oct 21, 2024

I'm going to close this since this is the expected functionality and we do not currently allow mixing Hi-C + trio data for a run. We have a separate feature request issue (#193) to track allowing this combination in the future.

@skoren skoren closed this as completed Oct 21, 2024
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