Nanopore测序序列组装以及菌种鉴定
2022-03-01 本文已影响0人
莫讠
GenomeAssembly.png
Officially recommend
屏幕截图 2021-12-08 164148.png
屏幕截图 2021-12-10 132328.png
Officially recommendflye
to conduct sequence assembly in Nanopore website.
conda install -y flye
flye --nano-raw ~/project/ONT/basecalling_gpu_sup/pass/BL21.fastq.gz -g 4.6m -o ~/project/ONT/basecalling_gpu_sup/6_flye -t 15 -i 3
Output
屏幕截图 2021-12-08 164148.png
View the assembled genome sequences
屏幕截图 2021-12-10 132328.png
Using flye
to conducted genome assembly, we get two cycle sequences, one is about 5M in size (genome), and the other is about 11k in size (plasmid).
Taxonomy Analysis
After assembling, we start to classify them directly by using theKraken2
tools which is commonly used.
-
Taxonomy Analysis result
The output of kraken-report is tab-delimited, with one line per taxon. The fields of the output, from left-to-right, are as follows:
-
Percentage of reads covered by the clade rooted at this taxon
-
Number of reads covered by the clade rooted at this taxon
-
Number of reads assigned directly to this taxon
-
A rank code, indicating Unclassified, Domain, Kingdom, Phylum, Class, Order, Family, Genus, or Species..
-
The indented scientific name