Skip to content

Commit

Permalink
fix: tests and bugs and CI (#187)
Browse files Browse the repository at this point in the history
* chore: mv tests/tools/input to tests/input

* fix: update test paths

* revise: rename star_db to include contigs

* WIP

* Update star.wdl

* WIP

* WIP

* fix: only grep for RG at start of line

* fix: update paths

* revise: rename things

* WIP

* WIP

* fix:

* fix

* Update test_fastqc.yaml

* Update test_fastqc.yaml

* Update multiqc.json

* fix: more renaming

* Update test_samtools.py

* Update test_util.yaml

* Update test_picard.yaml

* Update test_picard.yaml

* Update lint-check.yaml

* fix: bump to latest util image

* chore: don't use branch image
  • Loading branch information
a-frantz authored Nov 26, 2024
1 parent 75a640b commit 43462b0
Show file tree
Hide file tree
Showing 109 changed files with 857 additions and 212 deletions.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.
File renamed without changes.
Loading

0 comments on commit 43462b0

Please sign in to comment.