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

Stitching read pair R1 andf R2 sequences based on alignment from SAM/BAM #1081

Open
mmokrejs opened this issue Feb 15, 2024 · 0 comments
Open

Comments

@mmokrejs
Copy link

mmokrejs commented Feb 15, 2024

Hi,
there are many tools (bbmerge.sh from BBmap, VSEARCH, USEARCH, ...) which can look for some overlap between members of a FASTA/Q read pair but is there a tool which can use already mapped pair memebers to a common reference and merge them? I have the .fastq.gz files still around so it could maybe just act on position-sorted SAM/BAM and poke through the synced read pairs in R1 and R2 files and merge them accordingly (replace Ns with a nucleotide from the other mate, eventually prefer higher QUAL)?

https://sourceforge.net/projects/bbmap/
https://drive5.com/usearch/manual/merge_pair.html
https://github.com/jsh58/NGmerge
https://cme.h-its.org/exelixis/web/software/pear/
https://gitlab.com/german.tischler/biobambam2/-/blob/master/src/programs/bamtofastq.1

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