User Tools

Site Tools


nextclade-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
nextclade-software [2021/02/14 10:41] – created aorthnextclade-software [2021/09/06 10:23] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 0.12.0+  * Version: 1.3.0
   * Added: February, 2021   * Added: February, 2021
-  * Link: https://github.com/nextstrain/nextclade+  * Updated: September, 2021 
 +  * Link: https://github.com/nextstrain/nextclade/tree/master/packages/nextclade_cli
  
 ===== Usage ===== ===== Usage =====
Line 14: Line 15:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load nextclade/0.12.0 +<code>$ module load nextclade/1.3.0 
-$ nextclade.js</code>+$ nextclade</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo yum install rh-nodejs12-nodejs.x86_64 +<code>$ sudo mkdir -p /export/apps/nextclade/1.3.0/bin 
-$ cd /tmp +sudo wget https://github.com/nextstrain/nextclade/releases/download/1.3.0/nextclade-Linux-x86_64 -/export/apps/nextclade/1.3.0/bin/nextclade 
-git clone https://github.com/nextstrain/nextclade.git +$ sudo chmod +x /export/apps/nextclade/1.3.0/bin/nextclade</code> 
-$ cd nextclade + 
-$ git checkout 0.12.0 +__Note: nextclade was previously distributed as a Javascript program, but it seems to have been ported to C++ and is now a standalone executable.__
-$ cd packages/web +
-$ cp .env.example .env +
-$ export PATH=$PATH:/opt/rh/rh-nodejs12/root/usr/bin +
-$ npm config set cache /tmp/aorth-npm +
-$ npm install yarn +
-$ npx yarn cli:prod:build +
-$ sudo mkdir -/export/apps/nextclade/0.12.0/bin +
-$ sudo cp ../cli/dist/nextclade.js /export/apps/nextclade/0.12.0/bin</code>+
nextclade-software.txt · Last modified: 2023/02/23 12:11 by aorth