Skip to content

Commit

Permalink
fix: cat from /Users/routsongrm/git/NGS/Dmux
Browse files Browse the repository at this point in the history
  • Loading branch information
rroutsong committed Oct 25, 2023
1 parent 34a33cd commit c063c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dryrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
"pip install /opt2; dmux run -s /opt2/.tests/illumnia_demux -o /opt2/.tests/illumnia_demux/dry_run_out --local --pretend /opt2/.tests/illumnia_demux"
- name: View the pipeline config file
run: |
echo "Generated config file for pipeline...." && cat /opt2/.tests/illumnia_demux/dry_run_out/EXP_PROJ_demux/.config/config_job_0.json
echo "Generated config file for pipeline...." && cat $PWD/.tests/illumnia_demux/dry_run_out/EXP_PROJ_demux/.config/config_job_0.json
- name: Lint Snakefile
continue-on-error: true
run: |
Expand Down

0 comments on commit c063c04

Please sign in to comment.