Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: tests #187

Merged
merged 26 commits into from
Nov 26, 2024
Merged
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/lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
EXITCODE=2
;;
esac
done < <(awk '/docker: .*stjudecloud/' < "$file")
done < <(awk '/container: .*stjudecloud/' < "$file")
done
exit $EXITCODE
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
*.jar
miniwdl_call_cache/
miniwdl_singularity_cache/
_LAST
202*/

# Blacklist test directories
test-output/
**/__pycache__

# Blacklist OS generated files
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion data_structures/flag_filter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ task validate_string_is_12bit_oct_dec_or_hex {
runtime {
memory: "4 GB"
disks: "10 GB"
container: "ghcr.io/stjudecloud/util:1.3.0"
container: "ghcr.io/stjudecloud/util:1.4.0"
maxRetries: 1
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update \
&& apt-get --yes install --no-install-recommends python3 \
&& rm -rf /var/lib/apt/lists/*

FROM quay.io/biocontainers/star:2.7.11b--h43eeafb_0
FROM quay.io/biocontainers/star:2.7.11b--h43eeafb_3

COPY --from=python /lib/x86_64-linux-gnu/libexpat.so.1 /lib/x86_64-linux-gnu/
COPY --from=python /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/
Expand Down
3 changes: 3 additions & 0 deletions tests/input/Aligned.sortedByCoord.chr9_chr22.bam
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/input/Aligned.sortedByCoord.chr9_chr22.bam.bai
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/input/GRCh38.chrY_chrM.dict
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@HD VN:1.0 SO:unsorted
@SQ SN:chrY LN:57227415 M5:ce3e31103314a704255f3cd90369ecce UR:file:///Users/afrantz/workflows/tests/input/GRCh38.chrY_chrM.fa.gz
@SQ SN:chrM LN:16569 M5:c68f52674c9fb33aef52dcf399755519 UR:file:///Users/afrantz/workflows/tests/input/GRCh38.chrY_chrM.fa.gz
3 changes: 3 additions & 0 deletions tests/input/GRCh38.chrY_chrM.fa
Git LFS file not shown
2 changes: 2 additions & 0 deletions tests/input/GRCh38.chrY_chrM.fa.fai
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chrY 57227415 147 70 71
chrM 16569 58045219 70 71
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading