forked from asarnow/pyem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
63 lines (58 loc) · 1.72 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
package:
name: pyem
version: 0.6
source:
path: .
build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .
entry_points:
- cfsc.py = pyem.cli.cfsc:_main_
- csparc2star.py = pyem.cli.csparc2star:_main_
- ctf2star.py = pyem.cli.ctf2star:_main_
- disparticle.py = pyem.cli.disparticle:_main_
- emcalc.py = pyem.cli.emcalc:_main_
- map.py = pyem.cli.map:_main_
- mask.py = pyem.cli.map:_main_
- mcstar.py = pyem.cli.mcstar:_main_
- par2star.py = pyem.cli.par2star:_main_
- project.py = pyem.cli.project:_main_
- projection_subtraction.py = pyem.cli.projection_subtraction:_main_
- stack.py = pyem.cli.stack:_main_
- star.py = pyem.cli.star:_main_
- star2bild.py = pyem.cli.star2bild:_main_
- subparticles.py = pyem.cli.subparticles:_main_
- varmap.py = pyem.cli.varmap:_main_
requirements:
build:
host:
- python
- pip
run:
- python >=3.9
- numba >=0.41
- numpy >=1.14
- scipy >=1.2
- matplotlib-base >=2.2
- seaborn >=0.9
- pandas >=0.23.4
- pathos >=0.2.1
- pyfftw >=0.10
- healpy >=1.11
- natsort >=6.0
- starfile >=0.5.2
about:
home: https://github.com/asarnow/pyem
license: GPL-3.0-or-later
license_family: GPL
license_file: LICENSE
summary: Python modules and command-line utilities for electron microscopy of biological samples.
description: |
A collection of Python modules and command-line utilities for electron microscopy of biological samples.
Cite as: Asarnow, D., Palovcak, E., Cheng, Y. UCSF pyem v0.5. Zenodo https://doi.org/10.5281/zenodo.3576630 (2019)
dev_url: https://github.com/asarnow/pyem
conda:
channels:
- conda-forge
- defaults