Skip to content

Commit

Permalink
Updated version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cameron committed Jul 20, 2018
1 parent 96cfde8 commit 58f821f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker/DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:16.04
LABEL base.image="biocontainers:latest"
LABEL version="1"
LABEL software="GRIDSS"
LABEL software.version="1.7.2"
LABEL software.version="1.8.0"
LABEL about.summary="Genomic Rearrangement IDentification Software Suite"
LABEL about.home="https://github.com/PapenfussLab/gridss"
LABEL about.documentation="https://github.com/PapenfussLab/gridss"
Expand Down Expand Up @@ -36,7 +36,7 @@ USER gridss

WORKDIR /home/gridss/

RUN wget https://github.com/PapenfussLab/gridss/releases/download/v1.7.2/gridss-1.7.2-gridss-jar-with-dependencies.jar
RUN wget https://github.com/PapenfussLab/gridss/releases/download/v1.8.0/gridss-1.8.0-gridss-jar-with-dependencies.jar

WORKDIR /data/

Expand Down
2 changes: 1 addition & 1 deletion example/example_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ REFERENCE=~/reference_genomes/human/hg19.fa
INPUT=pipelined.example.input.bam
OUTPUT=pipelined.example.sv.vcf
RAW_GRIDSS_ASSEMBLY=${OUTPUT/.sv.vcf/.gridss.assembly.bam}
GRIDSS_JAR=~/bin/gridss-1.5.0-SNAPSHOT-jar-with-dependencies.jar
GRIDSS_JAR=~/bin/gridss-1.8.0-SNAPSHOT-jar-with-dependencies.jar
GRIDSS_JVM_ARGS="
-Dsamjdk.use_async_io_read_samtools=true
-Dsamjdk.use_async_io_write_samtools=true
Expand Down
2 changes: 1 addition & 1 deletion example/gridss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BLACKLIST=wgEncodeDacMapabilityConsensusExcludable.bed
REFERENCE=hg19.fa
OUTPUT=${INPUT/.bam/.sv.vcf}
ASSEMBLY=${OUTPUT/.sv.vcf/.gridss.assembly.bam}
GRIDSS_JAR=../target/gridss-1.7.2-gridss-jar-with-dependencies.jar
GRIDSS_JAR=../target/gridss-1.8.0-gridss-jar-with-dependencies.jar

if [[ ! -f "$INPUT" ]] ; then
echo "Missing $INPUT input file."
Expand Down
2 changes: 1 addition & 1 deletion example/somatic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BLACKLIST=wgEncodeDacMapabilityConsensusExcludable.bed
REFERENCE=~/reference_genomes/human/hg19.fa
OUTPUT=somatic.sv.vcf
ASSEMBLY=${OUTPUT/.sv.vcf/.gridss.assembly.bam}
GRIDSS_JAR=~/bin/gridss-1.3.0-jar-with-dependencies.jar
GRIDSS_JAR=~/bin/gridss-1.8.0-jar-with-dependencies.jar

if [[ ! -f "$NORMAL" ]] ; then
echo "Missing $NORMAL input file."
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>au.edu.wehi</groupId>
<artifactId>gridss</artifactId>
<packaging>jar</packaging>
<version>1.8.0-gridss-SNAPSHOT</version>
<version>1.8.0-gridss</version>
<name>gridss</name>
<url>https://github.com/PapenfussLab/gridss</url>
<properties>
Expand Down

0 comments on commit 58f821f

Please sign in to comment.