Abstract
Long-read sequencing has shown a rapid technological development during the last years. It
has been established as the standard method for the sequencing of plant genomes and has
also gained importance for full plasmid sequencing. As Sanger sequencing has a limited read
length of about 1 kb, long read sequencing offers a great advantage, as the full plasmid can be
sequenced in one read.
Here, we present a cost-effective workflow to sequence full plasmids and compare the results
against an expectation. The per plasmid cost of this workflow is determined by the number of
plasmids investigated simultaneously, but can be lower than the price of a single Sanger
sequencing reaction. We developed a workflow for automatic data processing, which allows us
to complete sequencing and data analysis within a day.
Introduction
Since the invention of chain termination sequencing (Sanger et al., 1977), often referred to as
‘Sanger sequencing’ to honor the inventor, researchers have benefited greatly from unraveling
the sequence of DNA molecules. For almost 50 years, sequencing technologies have shown
rapid development with massive parallel sequencing of the second generation and long reads of
the third generation representing the most important breakthroughs (Margulies et al., 2005;
Metzker, 2010; Mardis, 2013, 2017; Pucker et al., 2022; de Oliveira et al., 2026). In plant
genomics, the long-read technologies offered by Pacific Biosciences (PacBio) and Oxford
Nanopore Technologies (ONT) are the most important sequencing methods (Marks et al., 2021;
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
Schwacke et al., 2025; de Oliveira et al., 2026). In addition to numerous applications in
agriculture (Zhou et al., 2020; Jayakodi et al., 2020; Walkowiak et al., 2020; Pucker et al., 2022),
plant genome sequences are fundamental to unravel complex biosynthesis pathways leading to
products with biotechnological or biomedical value (Cheng et al., 2025; Hakim et al., 2025).
Nanopore has also frequently been used to characterize the products of mutagenesis or
genome editing experiments to identify any off-target effects. T-DNA insertion lines, generated
by randomly inserting a T-DNA into a plant genome, were fundamental for plant biology
research, because homologous recombination does not work effectively in plants. While these
lines form an important resource for the discovery of gene functions, a comprehensive genetic
characterization is necessary to rule out additional events besides the desired gene knock-out.
An efficient way to characterize such lines is long-read sequencing combined with a local
assembly for all T-DNA insertion loci (Pucker et al., 2021). A recently released pipeline allows
the automatic analysis of CRISPR/Cas editing sites based on long-reads (Chen et al., 2026).
Assessing gene functions and biotechnological studies often involve the construction of
plasmids. For many years, plasmids were validated by Sanger sequencing. It is believed that up
to 40% of certain plasmid types with inverted tandem repeats might contain an unexpected
mutation (Bai et al., 2025). Circuit-seq was developed to analyze plasmids with nanopore
sequencing without prior knowledge about the plasmid sequence (Emiliani et al., 2022). Until
recently, plasmid sequencing relying only on long-reads was not recommended due to small
insertions/deletions caused by noisy long reads (Hernandez et al., 2024). However, with recent
technological improvements leading to a raw read accuracy of about 99 %, full plasmid
sequencing utilizing nanopore long-reads could be feasible now. Especially ambitious projects
involving large plasmids adopted full plasmid sequencing as an attractive alternative to
combining numerous Sanger sequencing reactions. Full plasmid sequencing removes the need
to design sequencing primers and ensures that the complete plasmid and not just the newly
inserted DNA construct is checked. Costs of commercial offers for full plasmid sequencing often
exceed 10 € per plasmid. Given that many biotechnological projects involve the generation and
validation of numerous plasmids, costs for the sequencing add up. Sophisticated pooling
systems have been proposed to reduce these costs by mixing multiple plasmids into one
sample without barcoding (Uematsu & Baskin, 2025).
Here, we present a workflow for cost-effective and sustainable full plasmid analysis based on
ONT long-read sequencing. The steps of sample preparation, library construction, and
nanopore sequencing are described. An automatic data analysis workflow implemented in
Python generates user-friendly outputs that enable plasmid validation by life scientists.
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
Materials and methods
DNA preparations
All plasmids submitted for sequencing should have a concentration of about 50 ng/µL
(NanoDrop measurement) and should be resuspended in TE buffer. Although differences in
plasmid size are going to cause different sequencing depth, this approach makes it convenient
for users and the total coverage should be sufficiently high to resolve even plasmids with a
lower concentration. Plasmids are pooled together, taking 1µL of each plasmid. While an
optimization would be possible based on the size of the different plasmids, this approach
ensures efficient handling of large numbers of samples. The plasmid mix concentration is
measured and diluted to a concentration of 10-15 ng/µL, as a total of 150 ng is to be used in the
library preparation.
Long-read sequencing
The library preparation is done with 10 µL of pooled plasmids using the Rapid Sequencing Kit
from ONT (SQK-RAD114). Sequencing is conducted on R10 flow cells on a PromethION after
completion of plant genome sequencing projects. The nanopores recovered through a
DNase-based washing step (EXP-WSH004) still offer sufficient capacity for the sequencing of
dozens of plasmids. Sequencing is typically performed over night to ensure sufficient data are
available for the following analysis. Basecalling is done with dorado v1.4.0 (ONT) in high
accuracy mode (HAC).
Data analysis
Expected sequences of all plasmids were collected in a FASTA file. Headers in this file were
cleaned from invalid characters as part of the data analysis process. A read mapping with
minimap2 v2.26-r1175 (Li, 2018) against all expected sequences was conducted with the flag
secondary=no in addition to default parameters. The resulting mapping was split per plasmid
Reference
using samtools v1.19.2 (Li et al., 2009) and the reads per plasmid were extracted and
converted into a FASTQ file with samtools. A variant calling per plasmid reference was
performed with bcftools v1.19 (Danecek et al., 2021) using default parameters. Filtering of the
extracted reads was done with seqkit v2.3.0 (Shen et al., 2024) to ensure that no redundant
reads are contained. Due to very high coverage, a subsampling was required to reduce the
amount of reads subjected to the following assembly step. Miniasm v0.3-r179 (Li, 2016) was
used for a de novo assembly per plasmid using default parameters. Racon v1.5.0 (Vaser et al.,
2017) was applied to polish the assembled plasmid sequence. Integrative Genomics Viewer
v2.7.2 (Robinson et al., 2023) was used for manual inspection of results. The entire data
analysis workflow was wrapped into a Python script which is available via GitHub
(https://github.com/bpucker/NanoPlasmiQC).
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
Results
& Discussion
We designed a workflow to enable cost-effective and sustainable plasmid sequencing with ONT
long-reads (Fig. 1).
Fig. 1: Workflow designed for full plasmid sequencing with ONT long-reads.
Sequencing output
Sequencing a mixture of plasmids on a re-used PromethION flow cell is expected to return low
output when compared against typical plant sequencing runs. However, we managed to get a
total of 12.7 Gbp and 0.58 Gbp, respectively, in two test runs (Table 1). Plasmids typically have
a size of 5-20 kbp and can therefore be fully covered by individual reads. The limited size of
plasmids results in a low N50 of 7.2 kbp and 2.6 kbp, respectively, in the two test runs. An
average sequencing depth of 10x per plasmid should be sufficient to validate the sequence of
most plasmids. Since the pooling of plasmids with different concentrations and sizes will result
in biases, we aim for a coverage of >100x to ensure that even large plasmids are well captured
in the resulting dataset.
Table 1: Plasmid sequencing output statistics.
RunID Output [Gbp] N50 [bp] Number of reads Average read length [bp]
RP080 12.75 7219 3405632 3745
RP094 0.58 2584 487472 1199
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
Implementation of the plasmid validation tool
Processing of the sequencing reads in order to validate the accuracy of constructed plasmids
was automated with a Python script serving as wrapper for numerous analysis steps (Fig. 2).
The provided reference FASTA file is cleaned to ensure no problematic characters in the
headers can break downstream tools (1). Statistics of the provided FASTQ file are calculated for
documentation purposes (2). Minimap2 is run to align ONT long-reads to the expected plasmid
sequences with the secondary=no flag to ensure specific read mapping (3). Resulting SAM files
are converted into BAM, sorted, and indexed (4). The BAM file is split by plasmid reference
sequence with samtools to enable independent analysis of all plasmids in the downstream steps
(5). The provided FASTA file with all plasmid reference sequences is also split accordingly and
indexed with samtools (6). For each BAM file, the reads are extracted in FASTQ format with
samtools using the -F2308 flag and checked for duplicates with seqkit (7). The coverage per
plasmid is calculated to enable subsampling to reach a target coverage (8). Variant calling is
conducted with bcftools using the “-Q 10” and “-q 10” flags as well as downstream filtering with
QUAL>20 and DP> a coverage cutoff (9). Based on the subsampled reads per plasmid,
minimap2 and miniasm are used to de novo assemble the plasmid sequence (10). These
assemblies are polished with racon (11).
Fig. 2: Plasmid sequencing data analysis workflow.
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
Proof of concept
As a proof of concept the previously published plasmid pBF3038 (Fang et al., 2011) was
sequenced and assessed with the presented workflow. To illustrate the results obtained through
the automatic data analysis, the results of pBF3038 were visualized with IGV(Fig. 3).
Fig. 3: Screenshots of different results for pBF3038. A: Visualization of read mapping against
the expected sequence of pBF3038 in IGV. Additionally, the variant calling is included. B:
Plasmid map of the pBF3038 sequence assembled with miniasm.
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
The mapping of the assigned long-reads shows that the entire length of the plasmid can be
covered in single reads at a high coverage. Additionally, it also shows a proof of concept, that
the reads can be assigned to the individual plasmids. Further, the resequencing and variant
calling revealed several point mutations within our sequenced copy of pBF3038. An annotation
of the assembled plasmid was able to validate the assembly process and shows all key genetic
elements of the plasmid were sequenced and assembled.
Declarations
Ethics approval and consent to participate
Not applicable
Consent for publication
Not applicable
Availability of data and materials
The scripts developed for this study are available via GitHub (https://github.com/bpucker/NanoPlasmiQC).
Competing interests
The authors declare that they have no competing interests.
Funding
Not applicable
Authors' contributions
JAVSdO, VN, KW, and BP planned the project. VN and KW prepared the plasmid mixtures prior
to library preparation. JAVSdO conducted library preparation, sequencing, and bioinformatic
analyses. BP supervised the work, developed the tool for automatic data analysis, conducted
bioinformatic analyses, and wrote the manuscript. All authors approved the final version of the
manuscript and agreed to its submission.
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
Acknowledgements
This work was supported by the de.NBI Cloud within the German Network for Bioinformatics
Infrastructure (de.NBI) and ELIXIR-DE (Forschungszentrum Jülich and W-de.NBI-001,
W-de.NBI-004, W-de.NBI-008, W-de.NBI-010, W-de.NBI-013, W-de.NBI-014, W-de.NBI-016,
W-de.NBI-022). We thank all members of the Plant Biotechnology and Bioinformatics group for
their support and feedback during the process.
References
Bai X, Hong JF, Yu S, Hu DY, Chen AY, Rich CA, Shi SJ, Xu SY, Croucher DM, Müssar KJ, et al.
2025. Prevalence of errors in lab-made plasmids across the globe. : 2024.06.17.596931. doi:
10.1101/2024.06.17.596931.
Chen Y, Gao X-H, Vichas A, Wang J, Golhar R, Neuhaus I. 2026. ALPINE: A Scalable Pipeline
for Comprehensive Classification of Gene-Editing Outcomes from Long-Read Amplicon
Sequencing. : 2026.03.27.714831. doi: 10.64898/2026.03.27.714831.
Cheng L-T, Wang Z-L, Zhu Q-H, Ye M, Ye C-Y. 2025. A long road ahead to reliable and
complete medicinal plant genomes. Nature Communications 16: 2150. doi:
10.1038/s41467-025-57448-8.
Danecek P, Bonfield JK, Liddle J, Marshall J, Ohan V, Pollard MO, Whitwham A, Keane T,
McCarthy SA, Davies RM, et al. 2021. Twelve years of SAMtools and BCFtools. GigaScience
10: giab008. doi: 10.1093/gigascience/giab008.
Emiliani FE, Hsu I, McKenna A. 2022. Multiplexed Assembly and Annotation of Synthetic
Biology Constructs Using Long-Read Nanopore Sequencing. ACS Synthetic Biology 11:
2238–2246. doi: 10.1021/acssynbio.2c00126.
Fang F, Salmon K, Shen MWY, Aeling KA, Ito E, Irwin B, Tran UPC, Hatfield GW, Da Silva NA,
Sandmeyer S. 2011. A vector set for systematic metabolic engineering in Saccharomyces
cerevisiae. Yeast 28: 123–136. doi: 10.1002/yea.1824.
Hakim SE, Choudhary N, Malhotra K, Peng J, Bültemeier A, Arafa A, Friedhoff R, Bauer M,
Eikenberg J, Witte C-P, et al. 2025. Phylogenomics and metabolic engineering reveal a
conserved gene cluster in Solanaceae plants for withanolide biosynthesis. Nature
Communications 16: 6367. doi: 10.1038/s41467-025-61686-1.
Hernandez SI, Berezin C-T, Miller KM, Peccoud SJ, Peccoud J. 2024. Sequencing Strategy to
Ensure Accurate Plasmid Assembly. ACS Synthetic Biology 13: 4099–4109. doi:
10.1021/acssynbio.4c00539.
Jayakodi M, Padmarasu S, Haberer G, Bonthala VS, Gundlach H, Monat C, Lux T, Kamal N,
Lang D, Himmelbach A, et al. 2020. The barley pan-genome reveals the hidden legacy of
mutation breeding. Nature 588: 284–289. doi: 10.1038/s41586-020-2947-8.
Li H. 2016. Minimap and miniasm: fast mapping and de novo assembly for noisy long
sequences. Bioinformatics 32: 2103–2110. doi: 10.1093/bioinformatics/btw152.
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
Li H. 2018. Minimap2: pairwise alignment for nucleotide sequences. Bioinformatics 34:
3094–3100. doi: 10.1093/bioinformatics/bty191.
Li H, Handsaker B, Wysoker A, Fennell T, Ruan J, Homer N, Marth G, Abecasis G, Durbin R,
1000 Genome Project Data Processing Subgroup. 2009. The Sequence Alignment/Map format
and SAMtools. Bioinformatics 25: 2078–2079. doi: 10.1093/bioinformatics/btp352.
Mardis ER. 2013. Next-generation sequencing platforms. Annual Review of Analytical Chemistry
6: 287–303. doi: 10.1146/annurev-anchem-062012-092628.
Mardis ER. 2017. DNA sequencing technologies: 2006–2016. Nature Protocols 12: 213–218.
doi: 10.1038/nprot.2016.182.
Margulies M, Egholm M, Altman WE, Attiya S, Bader JS, Bemben LA, Berka J, Braverman MS,
Chen Y-J, Chen Z, et al. 2005. Genome sequencing in microfabricated high-density picolitre
reactors. Nature 437: 376–380. doi: 10.1038/nature03959.
Marks RA, Hotaling S, Frandsen PB, VanBuren R. 2021. Representation and participation
across 20 years of plant genome sequencing. Nature Plants 7: 1571–1578. doi:
10.1038/s41477-021-01031-8.
Metzker ML. 2010. Sequencing technologies — the next generation. Nature Reviews Genetics
11: 31–46. doi: 10.1038/nrg2626.
de Oliveira JAVS, Choudhary N, Meckoni SN, Nowak MS, Hagedorn M, Pucker B. 2026.
Cookbook for plant genome sequences. BMC Genomics. doi: 10.1186/s12864-026-12623-z.
Pucker B, Irisarri I, Vries J de, Xu B. 2022. Plant genome sequence assembly in the era of long
reads: Progress, challenges and future directions. Quantitative Plant Biology 3: e5. doi:
10.1017/qpb.2021.18.
Pucker B, Kleinbölting N, Weisshaar B. 2021. Large scale genomic rearrangements in selected
Arabidopsis thaliana T-DNA lines are caused by T-DNA insertion mutagenesis. BMC Genomics
22: 599. doi: 10.1186/s12864-021-07877-8.
Robinson JT, Thorvaldsdottir H, Turner D, Mesirov JP. 2023. igv.js: an embeddable JavaScript
implementation of the Integrative Genomics Viewer (IGV). Bioinformatics 39: btac830. doi:
10.1093/bioinformatics/btac830.
Sanger F, Nicklen S, Coulson AR. 1977. DNA sequencing with chain-terminating inhibitors.
Proceedings of the National Academy of Sciences of the United States of America 74:
5463–5467. doi: 10.1073/pnas.74.12.5463.
Schwacke R, Bolger ME, Usadel B. 2025. PubPlant – a continuously updated online resource
for sequenced and published plant genomes. Frontiers in Plant Science 16. doi:
10.3389/fpls.2025.1603547.
Shen W, Sipos B, Zhao L. 2024. SeqKit2: A Swiss army knife for sequence and alignment
processing. iMeta 3: e191. doi: 10.1002/imt2.191.
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint
Uematsu M, Baskin JM. 2025. Barcode-free multiplex plasmid sequencing using Bayesian
analysis and nanopore sequencing (MM Zambrano and D Weigel, Eds). eLife 12: RP88794. doi:
10.7554/eLife.88794.
Vaser R, Sović I, Nagarajan N, Šikić M. 2017. Fast and accurate de novo genome assembly
from long uncorrected reads. Genome Research 27: 737–746. doi: 10.1101/gr.214270.116.
Walkowiak S, Gao L, Monat C, Haberer G, Kassa MT, Brinton J, Ramirez-Gonzalez RH,
Kolodziej MC, Delorean E, Thambugala D, et al. 2020. Multiple wheat genomes reveal global
variation in modern breeding. Nature 588: 277–283. doi: 10.1038/s41586-020-2961-x.
Zhou Y, Chebotarov D, Kudrna D, Llaca V, Lee S, Rajasekar S, Mohammed N, Al-Bader N,
Sobel-Sorenson C, Parakkal P, et al. 2020. A platinum standard pan-genome resource that
represents the population structure of Asian rice. Scientific Data 7: 113. doi:
10.1038/s41597-020-0438-2.
.CC-BY 4.0 International licenseavailable under a
was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made
The copyright holder for this preprint (whichthis version posted April 3, 2026. ; https://doi.org/10.64898/2026.04.01.715842doi: bioRxiv preprint