nef2fasta

Description:

nef2fasta is used to extract fasta file from NEF file. NEF spec can be found here.

Usage:

nef2fasta.py [-h] [-NEF myNEF.nef] [-fasta outputFasta.fasta]

Detailed Help:

-h, --help show help message and exit
-NEF myNEF.nef Input NEF file
-fasta outputFasta.fasta FASTA file name to write the extracted fasta information of the protein

Examples:

nef2fasta.py -NEF myNEF.nef -fasta outputFasta.fasta