view expose-outputs-to-galaxy-history.sh @ 11:ce76fb2791e5 draft

planemo upload commit d28f1764ef50ca42f996cada585cfcea9ec04e5a
author mingchen0919
date Tue, 01 May 2018 09:32:50 -0400
parents
children 851112a0071d
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

cp count_data.csv ${X_c}