fa90223f31c18b4c8afab1b0fff499bbdb46f707
hiram
  Thu Jul 16 08:06:37 2026 -0700
creating listings of contrib files in the outside/genark/listings/ directory refs #34917

diff --git src/hg/utils/otto/genArk/pushRR.sh src/hg/utils/otto/genArk/pushRR.sh
index 53da51f6bd9..624ba1aad1b 100755
--- src/hg/utils/otto/genArk/pushRR.sh
+++ src/hg/utils/otto/genArk/pushRR.sh
@@ -60,16 +60,26 @@
 
 logFile="${logDir}/rsync.pushRR.${DS}"
 
 time (${TOP}/pushNewOnes.sh) >> "${logFile}" 2>&1
 
 DS=`date "+%F"`
 TS=`date "+%T"`
 printf "### running quickPush.pl %s %s \n" "${DS}" "${TS}" >> "${logFile}"
 printf "### the log for quickPush.pl will be in %s/quickBetaPublic...\n" "${logDir}" >> "${logFile}"
 time (${TOP}/quickPush.pl) >> "${logFile}" 2>&1
 DS=`date "+%F"`
 TS=`date "+%T"`
 printf "### finished quickPush.pl %s %s \n" "${DS}" "${TS}" >> "${logFile}"
 gzip "${logFile}"
 
+export L="/hive/data/outside/genark/listings"
+zgrep "/contrib" /hive/data/inside/GenArk/pushRR/hgwbeta.todayList.gz \
+  | cut -f2 | sed -e 's#^GC#/gbdb/genark/GC#;' | sort -u > ${L}/beta.contrib.txt
+
+zgrep "/contrib" /hive/data/inside/GenArk/pushRR/hgw1.todayList.gz \
+  | cut -f2 | sed -e 's#^GC#/gbdb/genark/GC#;' | sort -u > ${L}/RR.contrib.txt
+
+zgrep "/contrib" /hive/data/inside/GenArk/pushRR/dev.todayList.gz \
+  | cut -f2 | sed -e 's#^GC#/gbdb/genark/GC#;' | sort -u > ${L}/hgwdev.contrib.txt
+
 rm lockFile.txt