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
25
stars
7
forks
source link
Use of uninitialized value in concatenation (.) or string at make-single-records-BIOPERL.pl line 305. #97
GENETIC_CODE_TABLE=1
GENETIC_CODE_TABLENAME=Standard
MITO_GENETIC_CODE_TABLE=2
MITO_GENETIC_CODE_TABLENAME=Vertebrate Mitochondrial
PARENT_DIR=/home/Nicolas/SIFT
ORG=genus_species
ORG_VERSION=Species_v1.0
DBSNP_VCF_FILE=/home/Nicolas/SIFT/dbSNP/annotated_variants.vcf.gz
#Running SIFT4G, this path works for the Dockerfile
SIFT4G_PATH=/home/software/sift4g/bin/sift4g
#PROTEIN_DB needs to be uncompressed
PROTEIN_DB=/home/Nicolas/SNPEff/uniprot_sprot.fasta
Ive also created the following subdirectories within SIFT
Hello, My config contains the following lines:
Ive also created the following subdirectories within SIFT
I run the following commands:
Following some initialized responses, I get these messages:
Use of uninitialized value in concatenation (.) or string at make-single-records-BIOPERL.pl line 305.
My fasta folder remains empty along with my SIFT_prediction folder