view star_galaxy_outputs.sh @ 2:5c9d34a8061d draft default tip

new test
author mingchen0919
date Wed, 20 Jun 2018 13:20:43 -0400
parents 44632fc0fc15
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 "star.html" ]; then
  cp star.html ${REPORT}
fi

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

if [ -e "Aligned.out.sorted.bam" ]; then
  cp Aligned.out.sorted.bam ${X_S}
fi