We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b937440 commit 85a686aCopy full SHA for 85a686a
scripts/prepare_chunks.sh
@@ -81,7 +81,7 @@ jq -n --arg trackFile "${GRAPH_FILE_PATH}" --arg trackType "graph" --argjson tra
81
HAPLOTYPE_PALETTE="$(cat "$(dirname ${BASH_SOURCE[0]})/../src/config.json" | jq '.defaultHaplotypeColorPalette')"
82
if [[ ! -z "${HAPLOTYPE_FILE}" ]] ; then
83
HAPLOTYPE_FILE_PATH=$(realpath --relative-to $(dirname ${BASH_SOURCE[0]})/../ $HAPLOTYPE_FILE)
84
- echo ${HAPLOTYPE_FILE_PATH}
+ echo >&2 "Haplotype file: ${HAPLOTYPE_FILE_PATH}"
85
jq -n --arg trackFile "${HAPLOTYPE_FILE_PATH}" --arg trackType "haplotype" --argjson trackColorSettings "$HAPLOTYPE_PALETTE" '$ARGS.named' >> $OUTDIR/temp.json
86
fi
87
0 commit comments