view galaxy_outputs.sh @ 0:389ef73cf4e1 draft

planemo upload
author mingchen0919
date Fri, 09 Nov 2018 11:03:16 -0500
parents
children dad0996ce0b7
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 `*.ssr.fasta` ]; then
  cp `*.ssr.fasta` ${X_F}
fi