Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenChM committed Nov 21, 2024
1 parent e45111a commit 38f81a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biobb_mem/fatslim/fatslim_membranes.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def launch(self) -> int:

# Run Biobb block
self.run_biobb()
print(shutil.which("fatslim"))
print('test', shutil.which("fatslim"))
shutil.move(self.tmp_out[:-4]+'_0000.ndx', self.stage_io_dict["out"]["output_ndx_path"])
# Copy files to host
self.copy_to_host()
Expand Down

0 comments on commit 38f81a2

Please sign in to comment.