项目作者: manushadilan

项目描述 :
Nucleotide (DNA/RNA) sequence to a protein sequence translation tool
高级语言: Python
项目地址: git://github.com/manushadilan/dSeq2pSeq.git
创建时间: 2020-05-02T05:57:21Z
项目社区:https://github.com/manushadilan/dSeq2pSeq

开源协议:GNU General Public License v3.0

下载


dSeq2pSeq

Nucleotide (DNA/RNA) sequence to a protein sequence translation tool

Image of intro

  • dSeq2pSeq is a tool that can use to translate nucleotide (DNA/RNA) sequence to a protein sequence.

  • Tool is powered by ExPASy API Vist for more details

  • Coded on python version 3.8.2

Git Installation

change the working directory to dSeq2pSeq

$ cd dSeq2pSeq

install the requests package

$ pip3 install requests==2.23.0

  1. ### Usage

python dSeq2pSeq.py
```

  • Select .fasta file or text file that contain nucleotide (DNA/RNA) sequence.
  • Output will be save as a text file in same location as input file.
  • Internet connection is requried.

  • See Video

Support & Contributions

  • Please ⭐️ this repository if this project helped you
  • Any kind of contributions are welcomed. :)

License

This project is licensed under the GNU General Public License v3.0 License. Read more