Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnsmar/rnadna
Convert sequence representation RNA - DNA for FASTA/Q
https://github.com/mnsmar/rnadna
bioinformatics dna fasta fastq go rna
Last synced: 28 days ago
JSON representation
Convert sequence representation RNA - DNA for FASTA/Q
- Host: GitHub
- URL: https://github.com/mnsmar/rnadna
- Owner: mnsmar
- Created: 2018-06-14T16:32:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T01:09:38.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T23:26:45.852Z (4 months ago)
- Topics: bioinformatics, dna, fasta, fastq, go, rna
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - rnadna - DNA for FASTA/Q (Repositories)
README
rnadna: convert sequence representation from RNA to DNA and vice-versa
========================================================================Install: 'go get github.com/mnsmar/rnadna'
Examples:
```bash
fastq-rnadna file1.fastq # converts seqs to DNA
fastq-rnadna --rna file1.fastq # converts seqs to RNA
```