Skip to content

Commit

Permalink
Fix run name for rnaseq workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Feb 24, 2023
1 parent 449d50e commit cc0c4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tw_launch_rnaseq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Tower Launch nf-core/rnaseq
run: |
WORK_DIR=( $( tw compute-envs export --name=${{ matrix.compute-env }} --workspace=$TOWER_WORKSPACE_NAME | jq -r '.workDir' ) )
OUTDIR=$WORK_DIR/${{ matrix.pipeline }}/results_$(date '+%Y_%m_%d_%H_%M_%S')
OUTDIR=$WORK_DIR/nf-core-rnaseq/results_$(date '+%Y_%m_%d_%H_%M_%S')
# Tower Launch nf-core/rnaseq
tw \
Expand Down

0 comments on commit cc0c4ca

Please sign in to comment.