Skip to content

Commit

Permalink
Revert "fix: integration test fixes"
Browse files Browse the repository at this point in the history
This reverts commit 2fe8743.
  • Loading branch information
dbolotin committed Jul 5, 2023
1 parent 6525012 commit fd6003c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions itests/case008.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ mixcr analyze --verbose generic-amplicon \
CD4M1_test_R1.fastq.gz CD4M1_test_R2.fastq.gz case8

assert "cat case8.align.report.json | head -n 1 | jq -r .chainUsage.chains.TRA.total" "241323"
assert "cat case8.assemble.report.json | head -n 1 | jq -r .readsInClones" "200728"
assert "cat case8.assemble.report.json | head -n 1 | jq -r .readsInClones" "200727"
assert "cat case8.assemble.report.json | head -n 1 | jq -r .clones" "25656"
assert "cat case8.assembleContigs.report.json | head -n 1 | jq -r .longestContigLength" "498"
assert "cat case8.assembleContigs.report.json | head -n 1 | jq -r .clonesWithAmbiguousLetters" "3570"
assert "cat case8.assembleContigs.report.json | head -n 1 | jq -r .clonesWithAmbiguousLetters" "3576"
assert "cat case8.assembleContigs.report.json | head -n 1 | jq -r .assemblePrematureTerminationEvents" "4"
assert "cat case8.assembleContigs.report.json | head -n 1 | jq -r .finalCloneCount" "25656"
4 changes: 2 additions & 2 deletions itests/case009.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ mixcr analyze --verbose generic-amplicon \
CD4M1_test_R1.fastq.gz CD4M1_test_R2.fastq.gz case9

assert "cat case9.align.report.json | head -n 1 | jq -r .chainUsage.chains.TRA.total" "241323"
assert "cat case9.assemble.report.json | head -n 1 | jq -r .readsInClones" "200728"
assert "cat case9.assemble.report.json | head -n 1 | jq -r .readsInClones" "200727"
assert "cat case9.assembleContigs.report.json | head -n 1 | jq -r .longestContigLength" "498"
assert "cat case9.assembleContigs.report.json | head -n 1 | jq -r .clonesWithAmbiguousLetters" "3570"
assert "cat case9.assembleContigs.report.json | head -n 1 | jq -r .clonesWithAmbiguousLetters" "3576"
assert "cat case9.assembleContigs.report.json | head -n 1 | jq -r .assemblePrematureTerminationEvents" "4"
assert "cat case9.assembleContigs.report.json | head -n 1 | jq -r .finalCloneCount" "25656"

0 comments on commit fd6003c

Please sign in to comment.