Skip to content

Commit

Permalink
add main to logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Mar 21, 2024
1 parent c8dbabe commit 9e9aa14
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/align.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
- 'workflow/scripts/makewindows.py'
- 'test/fastq/**'
- '**align.yml'
- '**__main__.py'

pull_request:
branches:
Expand All @@ -46,6 +47,7 @@ on:
- 'workflow/scripts/makewindows.py'
- 'test/fastq/**'
- '**align.yml'
- '**__main__.py'

env:
CACHE_NUMBER: 0 # increase to reset cache manually
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/demux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- '**demux.yml'
- 'BC_files.py'
- 'test/data/demux/**'
- '**__main__.py'

pull_request:
branches:
Expand All @@ -34,7 +35,7 @@ on:
- '**demux.yml'
- 'BC_files.py'
- 'test/data/demux/**'

- '**__main__.py'

env:
CACHE_NUMBER: 0 # increase to reset cache manually
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/impute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- 'workflow/report/Impute.Rmd'
- 'workflow/report/StitchCollate.Rmd'
- 'workflow/scripts/stitch_impute.R'
- '**__main__.py'

pull_request:
branches:
Expand All @@ -38,6 +39,7 @@ on:
- 'workflow/report/Impute.Rmd'
- 'workflow/report/StitchCollate.Rmd'
- 'workflow/scripts/stitch_impute.R'
- '**__main__.py'

env:
CACHE_NUMBER: 0 # increase to reset cache manually
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/phase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- 'workflow/report/HapCut2.Rmd'
- 'workflow/scripts/parsePhaseBlocks.py'
- 'workflow/scripts/summarizeHaplobocks.py'
- '**__main__.py'

pull_request:
branches:
Expand All @@ -40,6 +41,7 @@ on:
- 'workflow/report/HapCut2.Rmd'
- 'workflow/scripts/parsePhaseBlocks.py'
- 'workflow/scripts/summarizeHaplobocks.py'
- '**__main__.py'

env:
CACHE_NUMBER: 0 # increase to reset cache manually
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- 'workflow/report/PreflightFastq.Rmd'
- 'workflow/report/PreflightBam.Rmd'
- '**preflight.yml'
- '**__main__.py'

pull_request:
branches:
Expand All @@ -40,6 +41,7 @@ on:
- 'workflow/report/PreflightFastq.Rmd'
- 'workflow/report/PreflightBam.Rmd'
- '**preflight.yml'
- '**__main__.py'

env:
CACHE_NUMBER: 0 # increase to reset cache manually
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- '**validations.py'
- 'test/fastq/**'
- '**qc.yml'
- '**__main__.py'

pull_request:
branches:
Expand All @@ -30,6 +31,7 @@ on:
- '**validations.py'
- 'test/fastq/**'
- '**qc.yml'
- '**__main__.py'

env:
CACHE_NUMBER: 0 # increase to reset cache manually
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/variants_snp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- 'workflow/scripts/makewindows.py'
- 'test/bam/**'
- '**variants_snp.yml'
- '**__main__.py'

pull_request:
branches:
Expand All @@ -38,6 +39,7 @@ on:
- 'workflow/scripts/makewindows.py'
- 'test/bam/**'
- '**variants_snp.yml'
- '**__main__.py'

env:
CACHE_NUMBER: 0 # increase to reset cache manually
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/variants_sv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
- 'workflow/report/Leviathan**.Rmd'
- 'workflow/report/Naibr**.Rmd'
- 'workflow/scripts/inferSV.py'
- '**__main__.py'

pull_request:
branches:
Expand All @@ -42,6 +43,7 @@ on:
- 'workflow/report/Leviathan**.Rmd'
- 'workflow/report/Naibr**.Rmd'
- 'workflow/scripts/inferSV.py'
- '**__main__.py'

env:
CACHE_NUMBER: 0 # increase to reset cache manually
Expand Down

0 comments on commit 9e9aa14

Please sign in to comment.