Extract SNPs from genes of interest for Candida auris.
Perl 5
Genome annotation in GFF format
Variants.vcf
Genelist.txt
Genelist.txt is formatted as follows
(tab separated gene symbols and gene IDs used in Genome annotation file)
FUR1 B9J08_004076
TAC1B B9J08_004820
ERG2 B9J08_004943
ERG3 B9J08_003737
ERG5 B9J08_002349
To run the script, you might need to:
- In Command Prompt (Windows) or Terminal (MacOS)
- Type and run the command perl /PATH/to/SNP.filter.pl /PATH/to/Genome.gff /PATH/to/Genelist.txt /PATH/to/Variants.vcf
output.txt containing variants in genes of interest will be generated in the current directory.