question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug in CallMolecularConsensusRead?

See original GitHub issue

Hello, I encountered some issues in the CallMolecularConsensus. I think the output of this program is wrong. I used the following cml java -jar fgbio-2.0.2.jar CallMolecularConsensusReads -i test.bam -o test.consensus.bam -M 1. The reads were mapped to hs37. The example input is here test.sam.txt. It is one single family.

The consensus has a T at the 44 bp from the 5’end, although all the input reads at this position have either C or N.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ruolincommented, Jun 8, 2022

ok. I don’t have further questions. you can close it if you want.

0reactions
nh13commented, Jun 7, 2022

For duplex data, you’ll want to use --strategy adjacency. And typically one uses CallDuplexConsensusReads after that. But you can use CallMolecularConsensusReads on the output and it should create single strand reads (see https://github.com/fulcrumgenomics/fgbio/wiki/Developer-Note:-Tracking-Reads-through-Grouping-and-Duplex-Consensus-Calling for AB and BA reads)

Read more comments on GitHub >

github_iconTop Results From Across the Web

CallMolecularConsensusReads | fgbio - Fulcrum Genomics
Name Flag Type Required? Max # of Values input i PathToBam Required 1 output o PathToBam Required 1 rejects r PathToBam Optional 1
Read more >
Best Practices in Insect Genome Sequencing - NCBI - NIH
Resulting synthetic long reads are then easily assembled into the full genome using the Celera Assembler or other overlap layout consensus assembler.
Read more >
Molecular evolutionary trends and feeding ecology ...
The Hemiptera (aphids, cicadas, and true bugs ) are a key insect order, with high diversity for feeding ecology and excellent experimental ...
Read more >
Using Unique Molecular Identifiers (UMIs) in NGS experiments
By comparing the different sequencing results and eliminating the error strands, a consensus read can be determined.
Read more >
Genome Assembly and Annotation of the Trichoplusia ni Tni ...
Recent advances in sequencing technologies, especially in single-molecule sequencing [9], have resulted in the ability to sequence reads that are longer than ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found