Skip to content

Commit

Permalink
Merge pull request #55 from rosalindfranklininstitute/mc2-nogpu-bugfix
Browse files Browse the repository at this point in the history
Mc2 nogpu bugfix
  • Loading branch information
MasterVexillen authored Oct 6, 2022
2 parents 5be9401 + 234a497 commit d5173fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.py[codE]
*$py.class

# C extensions
Expand Down
2 changes: 1 addition & 1 deletion conda-build/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ot2rec
version: 0.2.4
version: 0.2.5

source:
path: ..
Expand Down
4 changes: 2 additions & 2 deletions construct.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Ot2Rec
version: 0.2.4
version: 0.2.5
company: Rosalind Franklin Institute
channels:
- https://conda.anaconda.org/conda-forge
- file:///usr/share/miniconda3/conda-bld/
specs:
- python 3.9.*
- Ot2Rec 0.2.4
- Ot2Rec 0.2.5
- conda
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


setup(
version='0.2.4',
version='0.2.5',
name='Ot2Rec',
description='Ot2Rec',
url='https://github.com/rosalindfranklininstitute/Ot2Rec',
Expand Down
2 changes: 0 additions & 2 deletions src/Ot2Rec/magicgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def get_args_new_proj(
output_folder={"label": "MC2 output folder"},
file_prefix={"label": "File prefix (if different from project name)"},
exec_path={"label": "Path to MC2 executable"},
no_gpu={"label": "CPU only?"},
jobs_per_gpu={"label": "Jobs per GPU",
"min": 1},
gpu_mem_usage={"label": "GPU memory usage (if applicable)",
Expand Down Expand Up @@ -113,7 +112,6 @@ def get_args_mc2(
output_folder=Path(Path.cwd() / "motioncor"),
file_prefix="",
exec_path=Path("/opt/lmod/modules/motioncor2/1.4.0/MotionCor2_1.4.0/MotionCor2_1.4.0_Cuda110"),
no_gpu=False,
jobs_per_gpu=2,
gpu_mem_usage=1.0,
use_gain=False,
Expand Down

0 comments on commit d5173fa

Please sign in to comment.