e9b05abd1cee4cdf715a0dd725332f507b2141a3 angie Wed Mar 17 11:52:03 2021 -0700 Don't need -x anymore, too verbose. diff --git src/hg/utils/otto/sarscov2phylo/updateIdMapping.sh src/hg/utils/otto/sarscov2phylo/updateIdMapping.sh index ecf96e6..710e664 100755 --- src/hg/utils/otto/sarscov2phylo/updateIdMapping.sh +++ src/hg/utils/otto/sarscov2phylo/updateIdMapping.sh @@ -1,17 +1,17 @@ #!/bin/bash -set -beEu -x -o pipefail +set -beEu -o pipefail # Do not modify this script, modify the source tree copy: # kent/src/hg/utils/otto/sarscov2phylo/updateIdMapping.sh usage() { echo "usage: $0 metadata_date.tsv.gz sequences_date.fasta.gz" } if [ $# != 2 ]; then usage exit 1 fi nextmeta=$1 nextfasta=$2