Skip to content

Commit

Permalink
Update error message when building ucsc_build_sites.txt fails
Browse files Browse the repository at this point in the history
Fixes #14478
  • Loading branch information
mvdbeek committed Aug 18, 2022
1 parent e91a659 commit f2fbfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/updateucsc.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ then
cp -f "${GALAXY}/tool-data/shared/ucsc/new/ucsc_build_sites.txt" "${GALAXY}/tool-data/shared/ucsc/ucsc_build_sites.txt"
fi
else
echo "Failed to update builds.txt" >&2
echo "Failed to update ucsc_build_sites.txt" >&2
fi

# Try to build chromInfo tables
Expand Down

0 comments on commit f2fbfe4

Please sign in to comment.