Skip to content

Commit

Permalink
print shell cmds in test log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexg9010 committed Jun 8, 2021
1 parent 03be584 commit 52628e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export srcdir=$(@PYTHON@ -c 'import os,sys; print(os.path.realpath(sys.argv[1]))
chmod -R +w ${srcdir}/tests

./pigx-bsseq -s ${srcdir}/tests/settings.yaml ${srcdir}/tests/sample_sheet.csv \
--target={final-report-bwameth,final-report}
--printshellcmds --target={final-report-bwameth,final-report}

for base in PEsample_wgbs_1_val_1_bt2 SEsample_se_bt2 SEsample_v2_se_bt2; do
if ! test -f "${srcdir}/tests/out/Reports/sample_reports/${base}.sorted.deduped_cpg_methylKit_hg19_final.html"
Expand Down

0 comments on commit 52628e3

Please sign in to comment.