Skip to content

Instantly share code, notes, and snippets.

@naxmefy
Created April 22, 2021 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naxmefy/d158147dd68077d0e770d40bdff75be7 to your computer and use it in GitHub Desktop.
Save naxmefy/d158147dd68077d0e770d40bdff75be7 to your computer and use it in GitHub Desktop.
DNA complentary A<==>T G<==>C
tr ACGT TGCA
@naxmefy
Copy link
Author

naxmefy commented Apr 22, 2021

$ 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