Skip to content

Commit 509587d

Browse files
committedNov 27, 2024
update opr information
1 parent 5153044 commit 509587d

File tree

1 file changed

+7
-1
lines changed
  • src/Views/Pages/Home/Sections/Section3

1 file changed

+7
-1
lines changed
 

‎src/Views/Pages/Home/Sections/Section3/index.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,14 @@ const projects = [
388388
},
389389
{
390390
title: 'OPR',
391+
repoName: 'opr',
391392
dark_logo: opr,
392393
light_logo: opr,
393-
coming_soon: true,
394+
account: 'openscilab',
395+
github: 'https://github.com/openscilab/opr',
396+
webLink: 'https://github.com/openscilab/opr',
397+
forkPage: 'https://github.com/openscilab/opr/fork',
398+
starsPage: 'https://github.com/openscilab/opr/stargazers',
399+
description: `OPR is an open-source Python package designed to simplify and streamline primer design and analysis for biologists and bioinformaticians. OPR enables users to design, validate, and optimize primers with ease, catering to a wide range of applications such as PCR, qPCR, and sequencing. With a focus on user-friendliness and efficiency, OPR aims to bridge the gap between biological research and computational tools, making primer-related workflows faster and more reliable.`,
394400
},
395401
];

0 commit comments

Comments
 (0)