Skip to content

Commit

Permalink
Update raxml-ng version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Sep 28, 2024
1 parent c521bb6 commit 5212879
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions src/app/store/Run.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,35 +114,28 @@ const armBinaries = [
multithreaded: true,
version: '0.1.7',
type: 'modeltest',
},
{
name: 'raxml-ng-ARM64',
multithreaded: true,
version: '1.1.0',
initial: true,
type: 'raxml',
},
}
];
const x64Binaries = [
{
name: 'modeltest-ng',
multithreaded: true,
version: '0.1.7',
type: 'modeltest',
},
{
name: 'raxml-ng',
multithreaded: true,
version: '1.1.0',
initial: true,
type: 'raxml',
},
}
];

const allBinaries = is.windows
? winBinaries
: [
...(!likelyARM ? x64Binaries : armBinaries),
{
name: 'raxml-ng',
multithreaded: true,
version: '1.2.2',
initial: true,
type: 'raxml',
},
{
name: 'raxmlHPC',
multithreaded: false,
Expand Down

0 comments on commit 5212879

Please sign in to comment.