view galaxy_outputs.sh @ 1:e0828838e0f3 draft default tip

update
author mingchen0919
date Fri, 09 Nov 2018 15:25:01 -0500
parents b8c76b06d724
children
line wrap: on
line source

# change directory to tool outputs directory
cd ${REPORT_FILES_PATH}

# copy outputs from tool outputs directory to corresponding galaxy output path
if [ -e "rmarkdown_report.html" ]; then
  cp rmarkdown_report.html ${REPORT}
fi

if [ -e "index.html" ]; then
  cp index.html ${REPORT}
fi

if [ -e "masked_file.txt" ]; then
  cp masked_file.txt $X_H
fi