# HG changeset patch # User elixir-it # Date 1570005104 14400 # Node ID 2a59f20b097f2594934174f995d6f5682123e1e7 # Parent 18481dd04f3767bc6f86625f1459706d639c8677 Uploaded diff -r 18481dd04f37 -r 2a59f20b097f covacs_VariantRecalibrator.xml --- a/covacs_VariantRecalibrator.xml Tue Nov 20 09:42:02 2018 -0500 +++ b/covacs_VariantRecalibrator.xml Wed Oct 02 04:31:44 2019 -0400 @@ -10,7 +10,7 @@ $log && ##sym link to run GATK #if $bed_source.bed_source_selector == "history" and $bed_source.bed_history diff -r 18481dd04f37 -r 2a59f20b097f mv_untar_gatk.sh --- a/mv_untar_gatk.sh Tue Nov 20 09:42:02 2018 -0500 +++ b/mv_untar_gatk.sh Wed Oct 02 04:31:44 2019 -0400 @@ -1,7 +1,7 @@ #!/bin/bash #if the .jar file is not present in the conda_prefix the script search the tar.gz in the conda_prefix of the vm #and untar the archive -if [[ ! -f $CONDA_PREFIX/../../GenomeAnalysisTK.jar ]] ; then +if [ ! -f $CONDA_PREFIX/../../GenomeAnalysisTK.jar ] ; then tar -jxvf $CONDA_PREFIX/../../GenomeAnalysis*.tar.bz2 --strip-components=1 -C $CONDA_PREFIX/../../ 2> log_tar else