Skip to content

Commit

Permalink
Update Varpipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krt7-cdc authored Jul 30, 2024
1 parent a718385 commit 272efc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Varpipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def annotateVCF(self):
if self.__fullVCF:
self.__ifVerbose("Annotating full VCF.")
self.__CallCommand(['SnpEff', self.fOut + "/" + self.name +'_full_raw_annotation.txt'],
['java', '-Xmx4g', '-jar', self.__annotator, 'NC_000962', self.__fullVCF])
['java', '-Xmx4g', '-jar', self.__annotator, '-noLog', 'NC_000962', self.__fullVCF])
self.__full_annotation = self.fOut + "/" + self.name +'_full_raw_annotation.txt'
self.__ifVerbose("Parsing final Annotation.")
self.__CallCommand(['create annotation', self.fOut + "/" + self.name +'_DR_loci_annotation.txt'],
Expand Down

0 comments on commit 272efc7

Please sign in to comment.