NavigationProducts SYNTAX® Platform
SYNTAX® Kits
ENCODEX DNA Biomanufacturing
Technology
News & Events News Media Coverage
Newsletter
Press Releases
Awards
Events
Resources Blog
Knowledge Hub App / Tech Note
Publications
Posters
Product Information
Videos/Webinars
FAQ
Support
About Company
Collaborations
Team
Distributors
Investors
Careers
Contact Us
Press Release
DNA Script expands access to on-demand DNA synthesis in India through distributor agreement with Imperial Life Sciences.
PARIS, FRANCE | July 16, 2026
Brings decentralized, in-house DNA synthesis capabilities to researchers in a rapidly growing biotechnology market.
Paris, France, July 16th 2026: DNA Script, the programmable biology company developing next-generation enzymatic DNA synthesis (EDS) technologies, today announced a new distribution agreement with Imperial Life Sciences (ILS), expanding access to the Company’s SYNTAX® platform across India. Under the agreement, ILS will distribute DNA Script’s SYNTAX platform throughout the country, providing local sales, technical support and application expertise to researchers seeking faster, more flexible access to high-quality single-stranded DNA (ssDNA) oligonucleotides.
The agreement with ILS builds on DNA Script’s recent expansion of its global distribution network across Latin America and East Asia1, extending the availability of the SYNTAX platform into another key growth market for life sciences research. The partnership supports the Company’s strategy to broaden adoption of decentralized, on-demand DNA synthesis and strengthen access to DNA production capabilities in rapidly growing research ecosystems.
India is one of the world’s fastest-growing biotechnology markets, creating increasing demand for technologies that accelerate research and reduce reliance on overseas supply chains. With over three decades of experience supporting India’s research community, ILS brings an established nationwide network spanning academic institutions, biotechnology companies, pharmaceutical organizations and research laboratories.
Oligonucleotides are essential components of life sciences research but despite this, many researchers continue to rely on external suppliers, resulting in delays that can slow scientific progress and extend development timelines. DNA Script’s automated benchtop SYNTAX platform addresses these challenges by enabling researchers to synthesize ssDNA oligonucleotides directly within their laboratories in just a few hours. By shifting DNA production from centralized manufacturing facilities to the laboratory bench, researchers gain greater control over workflows, faster turnaround times and reduced dependence on complex supply chains.
The SYNTAX platform combines DNA synthesis, purification and normalization in a single automated workflow, allowing laboratories to produce up to 384 oligonucleotides in parallel and accelerate design-build-test cycles across a wide range of research applications.
Marc Montserrat, Chief Executive Officer, DNA Script, commented: “India’s life sciences sector is moving fast, and researchers need the tools to match that pace. Partnering with Imperial Life Sciences means laboratories across India can now access SYNTAX locally, with the speed, quality and scalability their research demands. Together, we are helping researchers reduce reliance on external DNA supply chains and accelerate scientific discovery through on-demand, in-house DNA synthesis.”
Neeraj Gupta, Director (sales), Imperial Life Sciences, said: “We are excited to partner with DNA Script to bring the SYNTAX platform to researchers across India. This innovative technology empowers scientists to accelerate research by reducing dependency on external oligo supplies and significantly shortening the design-build-test cycle. By combining DNA Script’s enzymatic DNA synthesis technology with our nationwide reach and technical expertise, we look forward to supporting India’s growing genomics, synthetic biology and biotechnology communities with faster and more flexible access to DNA.”
ENDS
Media contact
Dr Ben Rutter
Email: ben.rutter@zymecommunications.com
Tel: +44 (0) 7920 770 935
About DNA Script
DNA Script is the programmable biology company, developing next-generation enzymatic DNA synthesis (EDS) technologies that enable faster, more flexible, and scalable access to DNA.
The Company’s proprietary platforms support both decentralized, on-demand DNA production in research environments and biomanufacturing of GMP-grade DNA templates for advanced therapeutic applications.
By replacing traditional DNA supply constraints with programmable workflows, DNA Script helps organizations across the therapeutic ecosystem accelerate development, expand access, and improve patient outcomes.
For DNA Script on LinkedIn (@DNA Script).
If you want to contact your local distributor visit our distributor page.
If you want to learn more about SYNTAX capabilities, visit our product page.
Contact
publicrelations@dnascript.co
HeadquartersDNA Script SASSimplified joint-stock company with capital of 81,206.50 eurosRegistered office: Immeuble Okabé - 67, avenue de Fontainebleau94270 Le Kremlin-BicêtreFrance801 172 834 RCS Créteil
© 2026 DNA Script. All Rights Reserved. | Privacy Policy | Quality Policy | Patents | Cookies Policy | Contact Us
#bl-announcement-bar {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
background: #ff543a;
color: #fff;
text-align: center;
font-size: 16px;
padding: 6px 12px;
font-family: "DINNextLTPro", sans-serif;
}
#bl-announcement-bar a {
color: inherit;
text-decoration: underline;
}
The future of DNA biomanufacturing starts now. Become one of only 5 partners to join our early access program. Learn more
document.addEventListener('DOMContentLoaded', function() {
var bar = document.getElementById('bl-announcement-bar');
if (bar) {
document.body.style.paddingTop = bar.offsetHeight + 'px';
}
});
Cookie Settings
We value your privacy
We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies.
We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.
The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site.
We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.
You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.
Cookie
__hssrc
Duration
session
Description
This cookie is set by Hubspot whenever it changes the session cookie. The __hssrc cookie set to 1 indicates that the user has restarted the browser, and if the cookie does not exist, it is assumed to be a new session.
Cookie
ytidb::LAST_RESULT_ENTRY_KEY
Duration
never
Description
The cookie ytidb::LAST_RESULT_ENTRY_KEY is used by YouTube to store the last search result entry that was clicked by the user. This information is used to improve the user experience by providing more relevant search results in the future.
Cookie
__hstc
Duration
6 months
Description
Hubspot set this main cookie for tracking visitors. It contains the domain, initial timestamp (first visit), last timestamp (last visit), current timestamp (this visit), and session number (increments for each subsequent session).
Cookie
_gid
Duration
1 day
Description
Google Analytics sets this cookie to store information on how visitors use a website while also creating an analytics report of the website's performance. Some of the collected data includes the number of visitors, their source, and the pages they visit anonymously.
Products
SYNTAX® Platform
SYNTAX® Kits
ENCODEX DNA Biomanufacturing
Technology
News & Events
News
Media Coverage
Newsletter
Press Releases
Awards
Events
Resources
Blog
Knowledge Hub
App / Tech Note
Publications
Posters
Product Information
Videos/Webinars
FAQ
Support
About
Company
Collaborations
Team
Distributors
Investors
Careers
Contact Us
.wp-container-core-columns-is-layout-1{flex-wrap:nowrap;}
/* */
(function($) {
$(document).ready(function() {
// 1. Hamburger Toggle Logic
$(document).on('click', '.sp-navigation-toggle', function(e) {
e.preventDefault();
$('#custom-mobile-nav').toggleClass('is-active');
$(this).toggleClass('collapsed');
});
// 2. Inject Plus Icons
$('#custom-mobile-nav .menu-item-has-children').each(function() {
if ($(this).find('.mob-arrow').length === 0) {
$(this).append('
+');
}
});
// 3. THE FIX: Consolidated trigger for Text OR Plus Sign
$(document).on('click', '#custom-mobile-nav .menu-item-has-children > a, #custom-mobile-nav .mob-arrow', function(e) {
if ($(window).width() <= 1140) {
e.preventDefault();
e.stopPropagation();
// Find the parent list item and its specific sub-menu
var $li = $(this).closest('li');
var $subNav = $li.find('> .sub-menu');
if ($subNav.length > 0) {
$li.toggleClass('opened');
$subNav.stop().slideToggle(250);
// Update the icon text based on state
var icon = $li.find('> .mob-arrow');
icon.text($li.hasClass('opened') ? '−' : '+');
}
}
});
});
})(jQuery);
window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"NRJS-8db5e82569607e59c14","applicationID":"697859563","transactionName":"YVwBYkRQChcHV0RZDVgWIlVCWAsKSV1eVAdO","queueTime":0,"applicationTime":4386,"atts":"TRsCFAxKGRk=","errorBeacon":"bam.nr-data.net","agent":""}