Skip to content

Commit

Permalink
update run_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 10, 2025
1 parent 3f4677c commit bdd9581
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_exome_germline_single_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ env:


jobs:
run_pipeline:
TestExomeGermlineSingleSample:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,14 @@ env:


jobs:
run_pipeline:
name: Run Pipeline
TestIlluminaGenotypingArray:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
contents: 'read'
id-token: 'write'

steps:
- name: Echo Pipeline Name
run: echo "Running ${{ env.PIPELINE_NAME }}"

# actions/checkout MUST come before auth action
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_joint_genotyping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ env:


jobs:
run_pipeline:
TestJointGenotyping:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ env:


jobs:
run_pipeline:
TestMultiSampleSmartSeq2SingleNucleus:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_optimus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ env:


jobs:
run_pipeline:
TestOptimus:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pairedtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ env:


jobs:
run_pipeline:
TestPairedTag:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_reblockGVCF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ env:


jobs:
run_pipeline:
TestReblockGVCF:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_rna_with_umis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ env:


jobs:
run_pipeline:
TestRNAWithUMIsPipeline:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_snm3c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ env:


jobs:
run_pipeline:
Testsnm3C:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ env:


jobs:
run_pipeline:
TestUltimaGenomicsWholeGenomeGermline:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_variant_calling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ env:


jobs:
run_pipeline:
TestVariantCalling:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ env:


jobs:
run_pipeline:
TestWholeGenomeGermlineSingleSample:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down

0 comments on commit bdd9581

Please sign in to comment.