Skip to content

Commit

Permalink
run all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Feb 20, 2024
1 parent 7584b3b commit de74f33
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ILP.PB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
fetch-depth: 1

- name: 'ILP PacBio Camk2b'
if: always()
shell: bash
env:
STEP_NAME: ILP.PB.Camk2b
Expand All @@ -37,6 +38,7 @@ jobs:
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.STEP_NAME}}.cfg -o ${{env.OUTPUT_BASE}}
- name: 'ILP PacBio BIN1'
if: always()
shell: bash
env:
STEP_NAME: ILP.PB.BIN1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/SIRVs.Set4.R10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
fetch-depth: 1

- name: 'IsoQuant SIRVs'
if: always()
shell: bash
env:
STEP_NAME: SIRVs.Set4.R10
run: |
export PATH=$PATH:${{env.BIN_PATH}}
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.RUN_NAME}}.cfg -o ${{env.OUTPUT_BASE}}
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.STEP_NAME}}.cfg -o ${{env.OUTPUT_BASE}}
3 changes: 3 additions & 0 deletions .github/workflows/SIRVs.Set4.simulated_R10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fetch-depth: 1

- name: 'SIRVs.simulated_R10'
if: always()
shell: bash
env:
STEP_NAME: SIRVs.simulated_R10
Expand All @@ -39,6 +40,7 @@ jobs:
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.STEP_NAME}}.cfg -o ${{env.OUTPUT_BASE}}
- name: 'SIRVs.simulated_R10_no_trunc'
if: always()
shell: bash
env:
STEP_NAME: SIRVs.simulated_R10_no_trunc
Expand All @@ -47,6 +49,7 @@ jobs:
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.STEP_NAME}}.cfg -o ${{env.OUTPUT_BASE}}
- name: 'SIRVs.simulated_R10_real_exp'
if: always()
shell: bash
env:
STEP_NAME: SIRVs.simulated_R10_real_exp
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/SIRVs.Set4.simulated_R9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fetch-depth: 1

- name: 'SIRVs simulated ONT R9'
if: always()
shell: bash
env:
STEP_NAME: SIRVs.simulated_R9_real_exp
Expand All @@ -39,6 +40,7 @@ jobs:
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.STEP_NAME}}.cfg -o ${{env.OUTPUT_BASE}}
- name: 'SIRVs simulated ONT R9 real expression'
if: always()
shell: bash
env:
STEP_NAME: SIRVs.simulated_R9_real_exp
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/SIRVs.Set4.simulated_perfect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fetch-depth: 1

- name: 'SIRVs.simulated_perfect'
if: always()
shell: bash
env:
STEP_NAME: SIRVs.simulated_perfect
Expand All @@ -39,6 +40,7 @@ jobs:
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.STEP_NAME}}.cfg -o ${{env.OUTPUT_BASE}}
- name: 'IsoQuant: perfect reads with polyA'
if: always()
shell: bash
env:
STEP_NAME: SIRVs.simulated_perfect_polya
Expand Down

0 comments on commit de74f33

Please sign in to comment.