Skip to content

Commit 109fed5

Browse files
committed
Update godmd to 1.7
1 parent 7f2171c commit 109fed5

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

.github/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ channels:
55
- anaconda
66
dependencies:
77
- biobb_common ==5.1.0
8-
- godmd ==1.6
8+
- godmd ==1.7
99
- emboss

biobb_godmd/godmd/godmd_prep.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,7 @@ def launch(self):
313313
# Copy files to host
314314
self.copy_to_host()
315315

316-
# remove temporary folder(s)
317-
# self.tmp_files.extend([
318-
# self.stage_io_dict.get("unique_dir", "")
319-
# ])
316+
# Remove temporary folder(s)
320317
self.remove_tmp_files()
321318

322319
self.check_arguments(output_files_created=True, raise_exception=False)
@@ -336,7 +333,8 @@ def godmd_prep(input_pdb_orig_path: str, input_pdb_target_path: str,
336333
output_aln_target_path=output_aln_target_path,
337334
properties=properties).launch()
338335

339-
godmd_prep.__doc__ = GOdMDPrep.__doc__
336+
337+
godmd_prep.__doc__ = GOdMDPrep.__doc__
340338

341339

342340
def main():

biobb_godmd/godmd/godmd_run.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,7 @@ def launch(self):
289289
# Copy files to host
290290
self.copy_to_host()
291291

292-
# remove temporary folder(s)
293-
# self.tmp_files.extend([
294-
# self.stage_io_dict.get("unique_dir", ""),
295-
# ])
292+
# Remove temporary folder(s)
296293
self.remove_tmp_files()
297294

298295
self.check_arguments(output_files_created=True, raise_exception=False)
@@ -329,7 +326,8 @@ def godmd_run(
329326
properties=properties,
330327
).launch()
331328

332-
godmd_run.__doc__ = GOdMDRun.__doc__
329+
330+
godmd_run.__doc__ = GOdMDRun.__doc__
333331

334332

335333
def main():

biobb_godmd/json_schemas/biobb_godmd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dep_conda": [
3434
"python >=3.9",
3535
"biobb_common ==5.1.0",
36-
"godmd ==1.6",
36+
"godmd ==1.7",
3737
"emboss"
3838
],
3939
"keywords": [

0 commit comments

Comments
 (0)