Skip to content

Commit

Permalink
Bumped version number in example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cameron committed Oct 11, 2018
1 parent 6585ec2 commit 2ab1bf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-2.0.0-jar-with-dependencies.jar
GRIDSS_JAR=~/bin/gridss-2.0.1-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-2.0.0-gridss-jar-with-dependencies.jar
GRIDSS_JAR=../target/gridss-2.0.1-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-2.0.0-jar-with-dependencies.jar
GRIDSS_JAR=~/bin/gridss-2.0.1-jar-with-dependencies.jar

if [[ ! -f "$NORMAL" ]] ; then
echo "Missing $NORMAL input file."
Expand Down

0 comments on commit 2ab1bf2

Please sign in to comment.