Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 495 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 495 Bytes

gbk2ptt

Converts a GenBank file (.gbk) to an NCBI Protein Table (.ptt) file

Note: This repository contains all the code to run on a webserver. If running locally, you only need the GBKtoPTT.pl file.

Requirements

  • Perl (ActivePerl for Windows may work)
  • BioPerl

How to Run

perl GBKtoPTT.pl < [yourgbkfile.gbk] > [yourdesiredoutputfile.ptt]

Acknowledgements

GBKtoPTT.pl was written by Torsten Seemann