Skip to content

Commit

Permalink
2.0.2 (for real, I hope): fix build error on Linux, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bolosky committed Jan 10, 2023
1 parent ad4824e commit 427ae19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ need for several pipeline stages used by other aligners.
## Binaries

The SNAP executable
- [v2.0.1 For Linux](https://1drv.ms/u/s!AhuEg_0yZD86hcpYCkpLlDktZnVaow?e=YX60aF)
- [v2.0.1 for Windows 10](https://1drv.ms/u/s!AhuEg_0yZD86hcpZQUgOEMrmA5qaLA?e=6FYxAv)
- [v2.0.2 For Linux](https://1drv.ms/u/s!AhuEg_0yZD86hcpYCkpLlDktZnVaow?e=QRDhs4)
- [v2.0.2 for Windows 10](https://1drv.ms/u/s!AhuEg_0yZD86hcpZQUgOEMrmA5qaLA?e=eUNeHZ)
- [v2.0.0 for OSX](https://1drv.ms/u/s!AhuEg_0yZD86hcphrIjwoeTjdSvgoA?e=coSU85)

The SNAPCommand tool
Expand Down
2 changes: 1 addition & 1 deletion SNAPLib/IntersectingPairedEndAligner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3380,7 +3380,7 @@ IntersectingPairedEndAligner::scoreLocation(
int TempScore, TempAgScore, agGenomeLocationOffset, agBasesClippedBefore, agBasesClippedAfter, agGenomeSpan;
double agMatchProbability;

scoreLocationWithAffineGap(whichRead, direction, genomeLocation, seedOffset, scoreLimit, &TempScore, &agMatchProbability, &agGenomeLocationOffset, &agBasesClippedBefore, &agBasesClippedAfter, &TempAgScore, &agGenomeSpan, FALSE);
scoreLocationWithAffineGap(whichRead, direction, genomeLocation, seedOffset, scoreLimit, &TempScore, &agMatchProbability, &agGenomeLocationOffset, &agBasesClippedBefore, &agBasesClippedAfter, &TempAgScore, &agGenomeSpan, false);
}
}

Expand Down

0 comments on commit 427ae19

Please sign in to comment.