Skip to content

Instantly share code, notes, and snippets.

@naxmefy
Created April 22, 2021 22:58
Show Gist options
  • Select an option

  • Save naxmefy/d158147dd68077d0e770d40bdff75be7 to your computer and use it in GitHub Desktop.

Select an option

Save naxmefy/d158147dd68077d0e770d40bdff75be7 to your computer and use it in GitHub Desktop.
DNA complentary A<==>T G<==>C
tr ACGT TGCA
@naxmefy

naxmefy commented Apr 22, 2021

Copy link
Copy Markdown
Author
$ echo TGCA | tr ACGT TGCA
# output will be ACGT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment