Permalink
Browse files

Improved output dir message

  • Loading branch information...
1 parent e202d99 commit 1543fb1d8d3f928d7ac0897bccabb1ee7081bfb1 @rynge rynge committed Oct 11, 2016
Showing with 4 additions and 1 deletion.
  1. +4 −1 submit
View
5 submit
@@ -29,7 +29,10 @@ export PYTHONPATH=`pegasus-config --python`
./tools/dax-level-1 $RUN_ID $RUN_DIR $RUN_DIR/data
echo
-echo "NOTE: at the end of the workflow run, you will find the outputs in $RUN_DIR/outputs"
+echo "An 'Output's directory will be created within the base of the workflow directory."
+echo "This directory, $RUN_DIR/outputs"
+echo "will have a 'merged_GEM.tab' file, an expression vector for each individual file,"
+echo "and all standard output files from trimmomatic/hisat2 jobs."
# plan and submit the workflow
echo

0 comments on commit 1543fb1

Please sign in to comment.