Reverse Complement

by bjornfjohansson
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Right-click menu to convert selected DNA to its reverse complement.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Obsidian Reverse Complement Plugin

This is a plugin that adds a reverse complement function to obsidian. Look here for installation.

This plugin was made following these instructions.

How to make a release

Create a local tag that matches the version in the manifest.json file.

git tag -a 1.0.1 -m "1.0.1" # tag and name has to be the same
git push origin 1.0.1

-a creates an annotated tag. -m specifies the name of your release.

When the workflow finishes, Publish the newly created draft release.