pauline-ng / SIFT4G_Create_Genomic_DB

Create genomic databases with SIFT predictions. Input is an organism's genomic DNA (.fa) file and the gene annotation file (.gtf). Output will be a database that can be used with SIFT4G_Annotator.jar to annotate VCF files.
GNU General Public License v3.0
21 stars 7 forks source link

some error #49

Closed BaHole closed 2 years ago

BaHole commented 2 years ago

Hi

pauline-ng commented 2 years ago

Fasta file should end with.fasta, not .txt GTF file should end with .gtf, not .txt

etc...