Skip to content

Commit

Permalink
Merge pull request #1215 from milaboratory/milib-upgrade
Browse files Browse the repository at this point in the history
MiLib upgrade
  • Loading branch information
dbolotin authored Jun 30, 2023
2 parents b0128a7 + 4b5207a commit d5df2a5
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 311 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ val toObfuscate: Configuration by configurations.creating {
val obfuscationLibs: Configuration by configurations.creating

val mixcrAlgoVersion = "4.3.0-215-tiny-things"
val milibVersion = ""
val milibVersion = "3.0.0-1-master"
val mitoolVersion = ""
val repseqioVersion = ""

Expand Down
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"
Loading

0 comments on commit d5df2a5

Please sign in to comment.