Skip to content

Commit

Permalink
fix docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdlees committed Jun 20, 2024
1 parent a252158 commit 58d18d6
Show file tree
Hide file tree
Showing 10 changed files with 237 additions and 245 deletions.
4 changes: 2 additions & 2 deletions run_docker_tests
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
exit 0
cd /digger/tests/human/IGH/verify

cd /tests/human/IGH/verify

bash -x run_digger.bat

Expand Down
68 changes: 34 additions & 34 deletions tests/human/IGH/IMGT000035/IMGT000035.csv

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions tests/human/IGH/verify/IMGT000035.csv

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions tests/human/IGH/verify/IMGT000035_248000_270000.fasta

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions tests/human/IGH/verify/model_IMGT000035.csv

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions tests/human/IGH/verify/run_digger.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ cd work
extract_refs -L IGH "Homo sapiens"
cat Homo_sapiens_IGHV.fasta Homo_sapiens_IGHD.fasta Homo_sapiens_IGHJ.fasta > Homo_sapiens_IGHVDJ.fasta

parse_imgt_annotations --save_sequence IMGT000035.fasta "https://www.imgt.org/ligmdb/view?format=IMGT&id=BK063799" IMGT000035_genes.csv IGH

head -n 1 IMGT000035.fasta >IMGT000035_trunc.fasta
at_coords IMGT000035.fasta 1 15000 >>IMGT000035_trunc.fasta

digger IMGT000035_trunc.fasta -keepwf -v_ref Homo_sapiens_IGHV.fasta -d_ref Homo_sapiens_IGHD.fasta -j_ref Homo_sapiens_IGHJ.fasta -v_ref_gapped Homo_sapiens_IGHV_gapped.fasta -ref imgt,Homo_sapiens_IGHVDJ.fasta -species human IMGT000035.csv
digger ../IMGT000035_248000_270000.fasta -keepwf -v_ref Homo_sapiens_IGHV.fasta -d_ref Homo_sapiens_IGHD.fasta -j_ref Homo_sapiens_IGHJ.fasta -v_ref_gapped Homo_sapiens_IGHV_gapped.fasta -ref imgt,Homo_sapiens_IGHVDJ.fasta -species human IMGT000035.csv

cp IMGT000035.csv ..

Expand Down
188 changes: 94 additions & 94 deletions tests/human/TRB/IMGT000021/IMGT000021.csv

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions tests/human/TRB/IMGT000021/comparison_results.csv

Large diffs are not rendered by default.

Binary file modified tests/human/TRB/IMGT000021/comparison_results.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion tests/human/TRB/IMGT000021/comparison_results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
type: V
Functional sequences reported by digger but not by IMGT:
158038,158323 imgt_match: TRBV5-3*02 imgt_func: ORF digger_match: TRBV5-3*02 digger_func: functional notes:
405750,406039 imgt_match: TRBV21-1*02 imgt_func: pseudo digger_match: TRBV21-1*02 digger_func: functional notes:
414833,415122 imgt_match: TRBV23-1*01 imgt_func: ORF digger_match: TRBV23-1*01 digger_func: functional notes:

Functional sequences reported by IMGT but not by digger:
Expand Down

0 comments on commit 58d18d6

Please sign in to comment.