Package Details: snapgene 7.0.2-1

Git Clone URL: https://aur.archlinux.org/snapgene.git (read-only, click to copy)
Package Base: snapgene
Description: Software for plasmid mapping, primer design, and restriction site analysis
Upstream URL: http://www.snapgene.com/products/snapgene/
Keywords: biology cloning design dna molecular plasmid primer snapgene
Licenses: custom
Submitter: Ezmagon
Maintainer: Bitals
Last Packager: Bitals
Votes: 3
Popularity: 0.000000
First Submitted: 2018-09-19 12:48 (UTC)
Last Updated: 2023-09-13 17:52 (UTC)

Latest Comments

Bitals commented on 2022-08-17 08:10 (UTC)

It is possible to grab the needed rpm directrly from their CDN with this unholy variable mess (works for 5.0.7 still, they keep hosting it):

_pkgver_major=$(cut -d '.' -f 1 <<<"$pkgver")
_pkgver_major_middle=$(cut -d '.' -f 1-2 <<<"$pkgver")
source=("https://cdn.snapgene.com/downloads/SnapGene/"$_pkgver_major".x/"$_pkgver_major_middle"/"$pkgver"/snapgene_"$pkgver"_linux.rpm")

carlosal1015 commented on 2022-01-25 15:33 (UTC)

Hi @Ezmagon, would you like to merge this package with yours.

boina commented on 2020-04-27 17:02 (UTC)

Nice!! Thanks a lot. Works like a charm. I modified the PKBUILD to install the beta version 5.1 When I opened snapgene I got a warning of the font Verdana not present in the system but it works just fine without it. Perhaps you may want to add the package "ttf-ms-fonts" as an optional dependency.

By the way, I use gnome.

José.

Ezmagon commented on 2018-09-19 12:52 (UTC)

In my experience this software is not compatible with KDE plasma (5.13.5), but it should work with GNOME.