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

perform variant detection on second-generation sequencing data based on the pan-genome constructed using Minigraph-Cactus #4462

Open
C-YONG opened this issue Nov 30, 2024 · 0 comments

Comments

@C-YONG
Copy link

C-YONG commented Nov 30, 2024

1. What were you trying to do?
I want to perform variant detection on second-generation sequencing data based on the pan-genome constructed using Minigraph-Cactus
2. What did you want to happen?
I want to use vg::Surjector to convert a GAM file to a BAM file

      vg surject \
      --threads 10 \
      --x /mnt/c/pan-genome/Minigraph-Cactus/pangenome1/fugu.d2.xg \
      --bam-output \
      test/CF8.gam \
      | samtools reheader -c "sed 's/T2T#0#//g'" - \
      | samtools sort --threads 10 -m 20g -O BAM
      > test/CF8.bam

3. What actually happened?
The software gave me a warning during the conversion process.

warning[vg::Surjector]: Refusing to perform very large alignment against 110436 bp strand split subgraph for read E150003405L1C001R02201761464/1; suppressing further warnings.

I would like to ask if this issue will have an impact, and how to resolve it.

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

1 participant