Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```