Extract mitochondrial contigs from draft contig-level genome using BLASTn
0
0
Entering edit mode
20 hours ago
anna_shin • 0

Hi, I have some questions while studying Genome assembly.

Here's the dataset list I got : (1) NCBI mitochondrial reference genome (2) PacBio HiFi based contig-level assembly (my data) (3) Illumina short read (same sample with contig-level assembly data

I want to exclude overlapped mitochondrial contigs or noise using BLASTn.

I already run the blast with the following commands :

makeblastdb -in ${FASTA} -input_type fasta -dbtype nucl -out ${PREFIX}
blastn -query ${QRY} -task megablast -db ${PREFIX} -out ${QRY_PREFIX}_${PREFIX}.blast -outfmt 6 -num_threads 40 

And then what should I do next? Also, I want to know the criteria for Filtering

thank you,

filtering mitochondrial contig blastn • 47 views
ADD COMMENT

Login before adding your answer.

Traffic: 1283 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6