Skip to content

Commit

Permalink
fixed error for running on .nii.gz files andn updated aortic_calcific…
Browse files Browse the repository at this point in the history
…ation with better artifact detection
  • Loading branch information
Malte Jensen committed May 27, 2024
1 parent 6a48ea2 commit 0c1dd4f
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 112 deletions.
6 changes: 4 additions & 2 deletions bin/C2C-slurm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ from pathlib import Path
exec_file = sys.argv[0].split("-")[0]
command = exec_file + " " + " ".join([pipes.quote(s) for s in sys.argv[1:]])


def submit_command(command):
subprocess.run(command.split(" "), check=True, capture_output=False)

Expand Down Expand Up @@ -43,4 +42,7 @@ def python_submit(command, node=None):
os.remove("./slurm.sh")


python_submit(command, node='siena')
python_submit(command, node='roma')



Loading

0 comments on commit 0c1dd4f

Please sign in to comment.