More posts like this
-
Genome 2 GEnome Alignment and Unmapped contigs extraction
written by SomeOne •HI, I have two genome assemblies which i am aligning (query.fasta vs Ref.fasta) to identify contigs which are not part of Ref.fasta. **Background** - The …
-
How to identify structural variants (SV) breakpoints using alignment PAF file?
written by BioinfoBee •Hello All, I have a minimap2 aligned .paf file of two genomes. This paf file was used to identify structural variant (SVs) shared between these …
-
how can i filter a sam file from a paf file
written by Mark •I used minimap2 to produce an alignment and I outputted it into 2 formats, .paf and .sam. I did some filtering on the .paf version …
-
Reconstructing reference Info of CHM13 reads
written by Martin •Hello, I am trying to reconstruct the reference information for chm13 HiFi reads. In more detail, given the fastq file of real human data and …
-
Polishing PACBIO corrected assembly using ONT and ILLUMINA data (.fastq)
written by K •Hi, I have corrected PACBIO assembly of a plant genome (query) and would like to polish the assembly with ONT reads and Illumina (target.fastq). I …
-
Viral metagenomics of RNA virus on transcriptomics data workflow
written by bioAddict •Hi everyone, I wanna perform a Viral metagenomics study of transcriptomics data. So I need to extract the unmapped reads and assemble them. My questions …
-
counting the number of reads in FASTQ files
written by RicHi, I would like to get the read coverage and I found [here][1] C = LN / G whereas: - C stands for coverage - …
-
Minimap2 generated a very large paf, and miniasm failed to get gfa, how to do with it ?
written by lovenlong •Hi everyone, I'm trying to assemble a plant genome (~400 Mb) with ONT data (SumBase ~20 Gb, 36.5k reads, mean len=53k). Due to some reasons, …
-
PacBio reads polishing
written by RicHi, I ran dextractor (https://github.com/thegenemyers/DEXTRACTOR) and it generated X.subreads.arrow and a FASTA file. How could I polish the reads before the assembly? Thank you in …
-
How To Extract A Subset Of Reads In Fastq Using An Id List?
written by Luke<p>Hello! I obtained a list of unmapped reads IDs from my BAM file and I want to remap only the unmapped reads with other parameters. …
If I am not mistaken, minimap2 does not output unmapped reads in paf format.
Is it possible that minimap2 output sam or bam files?
Yes.