Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@glaunay/raxml-task

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glaunay/raxml-task

wget https://github.com/stamatak/standard-RAxML/archive/master.zip unzip master.zip.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

raxml-task

wget https://github.com/stamatak/standard-RAxML/archive/master.zip unzip master.zip.

cd standard-RAxML-master/

make -f Makefile.gcc # basic non-parallized version.
make -f Makefile.SSE3.gcc # x86 processor optimized version.
make -f Makefile.PTHREADS.gcc # parallelized version. make -f Makefile.SSE3.PTHREADS.gcc # parallelized and x86 processor optimized version

ls raxmlHPC*
raxmlHPC
raxmlHPC-PTHREADS
raxmlHPC-PTHREADS-SSE3
raxmlHPC-SSE3

move raxml files to bin/ folder

sudo cp raxmlHPC* /usr/local/bin/

or, add RAxML path to your .bashrc file

export PATH=$HOME/tools/RAxML/standard-RAxML-master:$PATH

FAQs

Package last updated on 30 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc