Skip to content

Commit

Permalink
Include hamlet_table.py script in test-hamlet-chrM
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg committed Sep 18, 2023
1 parent 08100fa commit 3753463
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 115 deletions.
17 changes: 17 additions & 0 deletions test/test_hamlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@
rm test/data/reference/hamlet-ref.fa;
rm test/data/reference/hamlet-star/Genome;
# Test if the table scripts can still parse the summary.json file
python3 utilities/hamlet_table.py variant SRR8615409/SRR8615409.summary.json > variant.tsv;
python3 utilities/hamlet_table.py fusion SRR8615409/SRR8615409.summary.json > fusion.tsv;
python3 utilities/hamlet_table.py itd --itd-gene flt3 SRR8615409/SRR8615409.summary.json > itd_flt3.tsv;
"
files:
# HAMLET pipeline should generate the final output files
Expand Down Expand Up @@ -147,6 +153,17 @@
- "BCR\tABL1"
must_not_contain:
- "FLT3\tFLT3"
# Test the hamlet_table.py utility script
- path: variant.tsv
contains:
- "sample\tgene\tCHROM"
- path: fusion.tsv
contains:
- "sample\tbreakpoint1\tbreakpoint2"
- path: itd_flt3.tsv
contains:
- "sample\tboundary_type\tfuzziness"



- name: lint-hamlet
Expand Down
115 changes: 0 additions & 115 deletions utilities/test_hamlet_table.py

This file was deleted.

0 comments on commit 3753463

Please sign in to comment.