diff --git a/scripts/radia.py b/scripts/radia.py index 607a7b5..665d60c 100644 --- a/scripts/radia.py +++ b/scripts/radia.py @@ -956,7 +956,7 @@ def get_vcf_header(aVCFFormat, aRefId, aRefURL, aRefFilename, aFastaFilename, aR # add RADIA param info aParamDict["algorithm"] = "RADIA" - aParamDict["version"] = "1.1.4" + aParamDict["version"] = "1.1.5" #vcfHeader += "##vcfProcessLog=<" vcfHeader += "##vcfGenerator=<" for (paramName) in sorted(aParamDict.iterkeys()): @@ -1102,7 +1102,7 @@ def main(): # commands for running this on real data: #python radia.py uniqueId X -n normalDna.bam -t tumorDna.bam -r tumorRna.bam -f all_sequences.fasta -o /path/to/output/uniqueId.vcf -e hg19 -u https://url/to/fasta/hg19.fasta - i_radiaVersion = "v1.1.4" + i_radiaVersion = "v1.1.5" i_vcfFormat = "VCFv4.1" # create the usage statement