Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/miniwdl-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
miniwdl_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
import_syntax_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check import syntax
run: |
EXITCODE=0
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
docker_pull_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Ensure current SemVer'd docker images are being pulled
run: |
EXITCODE=0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sprocket-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
sprocket_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run sprocket
uses: stjude-rust-labs/sprocket-action@main
2 changes: 1 addition & 1 deletion .github/workflows/sprocket-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
sprocket_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run sprocket
uses: stjude-rust-labs/sprocket-action@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
validate_inputs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Validate Reference Inputs
uses: stjude-rust-labs/sprocket-action@main
with:
Expand Down
3 changes: 3 additions & 0 deletions tests/input/GRCh38.chrY_chrM.fa.gz
Git LFS file not shown
20 changes: 20 additions & 0 deletions tests/input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,22 @@ Intervals for `chr1` (and one interval from `chr19`) derived from `wgs_calling_r

Combined beta values from `minfi` for two patient samples.

## empty.chrY_chrM.Aligned.out.bam

The result of passing `empty.r[1,2].fq.gz` into STAR alignment.

## empty.chrY_chrM.bwa_aln.SE.bam

The result of passing `empty.r1.fq.gz` into BWA aln Single-End alignment.

## empty.r1.fq.gz

A gzipped FASTQ file without any reads inside.

## empty.r2.fq.gz

A gzipped FASTQ file without any reads inside.

## filtered_beta.csv

Beta values from `minfi` filtered to the top 10K most differentially methylated probes.
Expand Down Expand Up @@ -96,6 +112,10 @@ FASTA format GRCh38 reference containing `chrY` and `chrM` only

FASTA index for GRCh38 reference containing `chrY` and `chrM` only

## GRCh38.chrY_chrM.fa.gz

Gzipped `GRCh38.chrY_chrM.fa`

## Homo_sapiens_assembly38.dbsnp138.top5000.vcf

First 5000 records for hg38 from dbsnp version 138.
Expand Down
3 changes: 3 additions & 0 deletions tests/input/empty.chrY_chrM.Aligned.out.bam
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/input/empty.chrY_chrM.bwa_aln.SE.bam
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/input/empty.r1.fq.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/input/empty.r2.fq.gz
Git LFS file not shown