Skip to content

Commit

Permalink
Update pkgdown check job to run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Oct 11, 2024
1 parent 803b884 commit 6ebcc1c
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 135 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,18 @@ jobs:

pkgdown:
## Build pkgdown site and push to gh-pages branch. Only runs if on the
## devel branch and R-CMD-check-docker has completed successfully. Uses
## the Bioconductor Docker image.
if: github.ref == 'refs/heads/devel'
## devel branch and R-CMD-check-docker has completed successfully. Uses the
## Bioconductor Docker image.
if: github.ref == 'refs/heads/devel' || github.base_ref == 'devel'
needs: [get-bioc-release, get-bioc-version, R-CMD-check-docker]
runs-on: ubuntu-latest
container:
image: ${{ needs.get-bioc-release.outputs.biocimage }}
volumes:
- /home/runner/work/_temp/Library:/usr/local/lib/R/host-site-library
concurrency:
# Only restrict concurrency for non-PR jobs
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_BIOC_VERSION: ${{ needs.get-bioc-version.outputs.biocversion }}
Expand Down
264 changes: 132 additions & 132 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,137 +3,137 @@ url: http://oshlacklab.com/splatter/
template:
bootstrap: 5
bootswatch: cosmo
light-switch: true
light-switch: yes
# ganalytics: UA-52309538-4
reference:
- title: Package
desc: Package description
contents:
- '`splatter`'
- title: Parameters
desc: Parameters functions and classes
contents:
- '`newParams`'
- '`getParam`'
- '`getParams`'
- '`setParam`'
- '`setParams`'
- '`BASiCSParams`'
- '`KersplatParams`'
- '`Lun2Params`'
- '`LunParams`'
- '`MFAParams`'
- '`Params`'
- '`PhenoParams`'
- '`SCDDParams`'
- '`SimpleParams`'
- '`SplatParams`'
- '`SplatPopParams`'
- '`SparseDCParams`'
- '`ZINBParams`'
- title: Estimation
desc: Functions for estimating parameters
contents:
- '`BASiCSEstimate`'
- '`kersplatEstimate`'
- '`kersplatEstBCV`'
- '`kersplatEstLib`'
- '`kersplatEstMean`'
- '`lun2Estimate`'
- '`lunEstimate`'
- '`mfaEstimate`'
- '`phenoEstimate`'
- '`scDDEstimate`'
- '`simpleEstimate`'
- '`splatPopEstimate`'
- '`splatPopEstimateEffectSize`'
- '`splatPopEstimateMeanCV`'
- '`splatEstBCV`'
- '`splatEstDropout`'
- '`splatEstimate`'
- '`splatEstLib`'
- '`splatEstMean`'
- '`splatEstOutlier`'
- '`sparseDCEstimate`'
- '`zinbEstimate`'
- title: Simulation
desc: Functions for simulating datasets
- subtitle: Splat simulation
desc: Functions for the Splat simulation
contents:
- '`splatSimulate`'
- '`splatSimBatchCellMeans`'
- '`splatSimBatchEffects`'
- '`splatSimBCVMeans`'
- '`splatSimCellMeans`'
- '`splatSimDE`'
- '`splatSimDropout`'
- '`splatSimGeneMeans`'
- '`splatSimLibSizes`'
- '`splatSimTrueCounts`'
- subtitle: SplatPop simulation
desc: Functions for the SplatPop simulation
contents:
- '`splatPopSimulate`'
- '`splatPopAssignMeans`'
- '`splatPopCleanSCE`'
- '`splatPopeQTLEffects`'
- '`splatPopGroupEffects`'
- '`splatPopParseGenes`'
- '`splatPopParseVCF`'
- '`splatPopQuantNorm`'
- '`splatPopQuantNormKey`'
- '`splatPopSimEffects`'
- '`splatPopSimGeneMeans`'
- '`splatPopSimMeans`'
- '`splatPopSimulateMeans`'
- '`splatPopSimulateSample`'
- '`splatPopSimulateSC`'
- subtitle: Other simulations
desc: Functions for other simulation models
contents:
- '`BASiCSSimulate`'
- '`kersplatGenNetwork`'
- '`kersplatSample`'
- '`kersplatSelectRegs`'
- '`kersplatSetup`'
- '`kersplatSimAmbientCounts`'
- '`kersplatSimCellCounts`'
- '`kersplatSimCounts`'
- '`kersplatSimCellMeans`'
- '`kersplatSimGeneMeans`'
- '`kersplatSimLibSizes`'
- '`kersplatSimPaths`'
- '`kersplatSimulate`'
- '`lun2Simulate`'
- '`lunSimulate`'
- '`mfaSimulate`'
- '`phenoSimulate`'
- '`scDDSimulate`'
- '`simpleSimulate`'
- '`sparseDCSimulate`'
- '`zinbSimulate`'
- title: Comparison functions
desc: Functions for comparing datasets
contents:
- '`compareSCEs`'
- '`diffSCEs`'
- '`makeCompPanel`'
- '`makeDiffPanel`'
- '`makeOverallPanel`'
- '`summariseDiff`'
- title: Mock data
desc: Simple mock datasets for tests and examples
contents:
- '`mockBulkMatrix`'
- '`mockBulkeQTL`'
- '`mockEmpiricalSet`'
- '`mockGFF`'
- '`mockVCF`'
- title: Other exported functions
desc: Additional functions exported by Splatter
contents:
- '`addGeneLengths`'
- '`listSims`'
- '`minimiseSCE`'
- '`splatPopParseEmpirical`'
- title: Package
desc: Package description
contents: '`splatter`'
- title: Parameters
desc: Parameters functions and classes
contents:
- '`newParams`'
- '`getParam`'
- '`getParams`'
- '`setParam`'
- '`setParams`'
- '`BASiCSParams`'
- '`KersplatParams`'
- '`Lun2Params`'
- '`LunParams`'
- '`MFAParams`'
- '`Params`'
- '`PhenoParams`'
- '`SCDDParams`'
- '`SimpleParams`'
- '`SplatParams`'
- '`SplatPopParams`'
- '`SparseDCParams`'
- '`ZINBParams`'
- title: Estimation
desc: Functions for estimating parameters
contents:
- '`BASiCSEstimate`'
- '`kersplatEstimate`'
- '`kersplatEstBCV`'
- '`kersplatEstLib`'
- '`kersplatEstMean`'
- '`lun2Estimate`'
- '`lunEstimate`'
- '`mfaEstimate`'
- '`phenoEstimate`'
- '`scDDEstimate`'
- '`simpleEstimate`'
- '`splatPopEstimate`'
- '`splatPopEstimateEffectSize`'
- '`splatPopEstimateMeanCV`'
- '`splatEstBCV`'
- '`splatEstDropout`'
- '`splatEstimate`'
- '`splatEstLib`'
- '`splatEstMean`'
- '`splatEstOutlier`'
- '`sparseDCEstimate`'
- '`zinbEstimate`'
- title: Simulation
desc: Functions for simulating datasets
- subtitle: Splat simulation
desc: Functions for the Splat simulation
contents:
- '`splatSimulate`'
- '`splatSimBatchCellMeans`'
- '`splatSimBatchEffects`'
- '`splatSimBCVMeans`'
- '`splatSimCellMeans`'
- '`splatSimDE`'
- '`splatSimDropout`'
- '`splatSimGeneMeans`'
- '`splatSimLibSizes`'
- '`splatSimTrueCounts`'
- subtitle: SplatPop simulation
desc: Functions for the SplatPop simulation
contents:
- '`splatPopSimulate`'
- '`splatPopAssignMeans`'
- '`splatPopCleanSCE`'
- '`splatPopeQTLEffects`'
- '`splatPopGroupEffects`'
- '`splatPopParseGenes`'
- '`splatPopParseVCF`'
- '`splatPopQuantNorm`'
- '`splatPopQuantNormKey`'
- '`splatPopSimEffects`'
- '`splatPopSimGeneMeans`'
- '`splatPopSimMeans`'
- '`splatPopSimulateMeans`'
- '`splatPopSimulateSample`'
- '`splatPopSimulateSC`'
- subtitle: Other simulations
desc: Functions for other simulation models
contents:
- '`BASiCSSimulate`'
- '`kersplatGenNetwork`'
- '`kersplatSample`'
- '`kersplatSelectRegs`'
- '`kersplatSetup`'
- '`kersplatSimAmbientCounts`'
- '`kersplatSimCellCounts`'
- '`kersplatSimCounts`'
- '`kersplatSimCellMeans`'
- '`kersplatSimGeneMeans`'
- '`kersplatSimLibSizes`'
- '`kersplatSimPaths`'
- '`kersplatSimulate`'
- '`lun2Simulate`'
- '`lunSimulate`'
- '`mfaSimulate`'
- '`phenoSimulate`'
- '`scDDSimulate`'
- '`simpleSimulate`'
- '`sparseDCSimulate`'
- '`zinbSimulate`'
- title: Comparison functions
desc: Functions for comparing datasets
contents:
- '`compareSCEs`'
- '`diffSCEs`'
- '`makeCompPanel`'
- '`makeDiffPanel`'
- '`makeOverallPanel`'
- '`summariseDiff`'
- title: Mock data
desc: Simple mock datasets for tests and examples
contents:
- '`mockBulkMatrix`'
- '`mockBulkeQTL`'
- '`mockEmpiricalSet`'
- '`mockGFF`'
- '`mockVCF`'
- title: Other exported functions
desc: Additional functions exported by Splatter
contents:
- '`addGeneLengths`'
- '`listSims`'
- '`minimiseSCE`'
- '`splatPopParseEmpirical`'

0 comments on commit 6ebcc1c

Please sign in to comment.