Skip to content

Commit 85a686a

Browse files
committed
Don't save haplotype file name into BED
1 parent b937440 commit 85a686a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare_chunks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jq -n --arg trackFile "${GRAPH_FILE_PATH}" --arg trackType "graph" --argjson tra
8181
HAPLOTYPE_PALETTE="$(cat "$(dirname ${BASH_SOURCE[0]})/../src/config.json" | jq '.defaultHaplotypeColorPalette')"
8282
if [[ ! -z "${HAPLOTYPE_FILE}" ]] ; then
8383
HAPLOTYPE_FILE_PATH=$(realpath --relative-to $(dirname ${BASH_SOURCE[0]})/../ $HAPLOTYPE_FILE)
84-
echo ${HAPLOTYPE_FILE_PATH}
84+
echo >&2 "Haplotype file: ${HAPLOTYPE_FILE_PATH}"
8585
jq -n --arg trackFile "${HAPLOTYPE_FILE_PATH}" --arg trackType "haplotype" --argjson trackColorSettings "$HAPLOTYPE_PALETTE" '$ARGS.named' >> $OUTDIR/temp.json
8686
fi
8787

0 commit comments

Comments
 (0)