Skip to content

Commit

Permalink
updated release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeltje committed Jul 6, 2015
1 parent ee23eb9 commit 5ce20b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/radia.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()):
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5ce20b3

Please sign in to comment.