Differences between revisions 49 and 69 (spanning 20 versions)
Revision 49 as of 2019-06-01 03:22:00
Size: 2567
Editor: TunayDurmaz
Comment: Add v2.3
Revision 69 as of 2022-10-30 00:08:54
Size: 2566
Editor: TunayDurmaz
Comment: conda install eman-dev
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Installing EMAN2 =
The new EMAN2.2 binaries for recent OS versions are more heavily optimized than previous releases (and less backwards compatible). Still, it may be possible to achieve a 10-20% additional speedup if you setup GCC6 and compile with optimize-machine on a recent Linux version. Compiling from source on Linux is much easier than the other platforms. For Mac and Windows users, we strongly suggest using a binary.
= Installing EMAN2 / SPHIRE =
Line 4: Line 3:
[[https://cryoem.bcm.edu/cryoem/downloads/view_eman2_versions|Download EMAN2 here]]. === Conda Installation of eman-dev ===

 1. [[EMAN2/COMPILE_EMAN2_ANACONDA#Initial_Setup_.28one_time.29|Install Miniconda and mamba]].
 1. Run
 {{{#!highlight bash
  mamba create -n eman-dev eman-dev -c cryoem -c conda-forge
  conda activate eman-dev
}}}
Line 7: Line 14:
 * [[EMAN2/Install/BinaryInstallAnaconda|Installing EMAN2 binaries, EMAN2.2 and later (NEW)]]
   * [[EMAN2/Install/BinaryInstallAnaconda/2.3|2.3]]
   * [[EMAN2/Install/BinaryInstallAnaconda/2.22|2.22]]
   * [[EMAN2/Install/BinaryInstallAnaconda/2.21|2.21]]
   * [[EMAN2/Install/BinaryInstallAnaconda/2.2|2.2]]
* [[EMAN2/Install/BinaryInstall|Installing EMAN2 binaries, pre 2.2]]

[[https://cryoem.bcm.edu/cryoem/downloads/view_eman2_versions|Download EMAN2 / SPHIRE binaries here]].

 * Install EMAN2 / SPHIRE binaries
  
* [[EMAN2/Install/BinaryInstallAnaconda/2.91 |2.91 / 1.4]]
   * [[EMAN2/Install/BinaryInstallAnaconda |Unstable / ni
ghtly / continuous]]
 * Install EMAN2 / SPHIRE
binaries, previous versions
   * [[EMAN2/Install/BinaryInstallAnaconda/2.31|2.31 / 1.3]]
   * [[EMAN2/Install/BinaryInstallAnaconda/2.3 |2.3 / 1.2]]
   * [[EMAN2/Install/BinaryInstallAnaconda/2.22|2.22 / 1.1]]
   * [[EMAN2/Install/BinaryInstallAnaconda/2.21|2.21 / 1.0]]
  
* [[EMAN2/Install/BinaryInstallAnaconda/2.2 |2.2 / 1.0beta]]
 * [[EMAN2/Install/BinaryInstall|Install EMAN2 b
inaries, pre 2.2]]
Line 15: Line 29:
 * EMAN2 source is on GitHub (detailed instructions below): http://github.com/cryoem/eman2
 * [[EMAN2/COMPILE_EMAN2_ANACONDA|Compile EMAN2 with Anaconda (Linux and OSX)]] (recommended)

EMAN2 source is hosted on [[
http://github.com/cryoem/eman2|GitHub:cryoem/eman2]], follow instructions below:

 * [[EMAN2/COMPILE_EMAN2_ANACONDA|Compile EMAN2 with Miniconda (Linux and OSX) (recommended)]]
Line 25: Line 41:
=== Build System Documentation (Work-In-Progress) ===
 * [[EMAN2/BUILD_SYSTEM_ANACONDA|Build, Package, Distribute with Conda, Constructor, Anaconda]]

=== FAQ ===
=== FAQ (Outdated) ===

Installing EMAN2 / SPHIRE

Conda Installation of eman-dev

  1. Install Miniconda and mamba.

  2. Run
       1   mamba create -n eman-dev eman-dev -c cryoem -c conda-forge
       2   conda activate eman-dev
    

Binary Installation (most users should do this)

Download EMAN2 / SPHIRE binaries here.

Compiling from Source and Setting Up a C++ Development Environment

EMAN2 source is hosted on GitHub:cryoem/eman2, follow instructions below:

For older versions

FAQ (Outdated)

icos_saff.png

EMAN2/Install (last edited 2023-02-03 08:52:24 by TunayDurmaz)