From 7d4f99f19f2c0952f38fde2160774c700dfac75a Mon Sep 17 00:00:00 2001 From: Josh D Littlefair Date: Fri, 29 Mar 2024 17:35:59 +0000 Subject: [PATCH] Minor patch --- bin/mutant_maker.py | 0 bin/openmm-minimise.py | 0 nextflow.config | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 bin/mutant_maker.py mode change 100644 => 100755 bin/openmm-minimise.py diff --git a/bin/mutant_maker.py b/bin/mutant_maker.py old mode 100644 new mode 100755 diff --git a/bin/openmm-minimise.py b/bin/openmm-minimise.py old mode 100644 new mode 100755 diff --git a/nextflow.config b/nextflow.config index acccc6d..676c32f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,8 +1,8 @@ // your workflow parameters params { - inputFile = "./testdata/2JIE.pdb" + inputFile = "testdata/2JIE.pdb" resultsDir = "./results/" - inputCsv = "./testdata/tableExport-2JIE.csv" + inputCsv = "testdata/tableExport-2JIE.csv" csv.col = "Mutation" mutant.maker.args = "--chain A --pH 7.5" }