Skip to content

Commit

Permalink
Minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JLittlef committed Mar 29, 2024
1 parent a05ab59 commit 7d4f99f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified bin/mutant_maker.py
100644 → 100755
Empty file.
Empty file modified bin/openmm-minimise.py
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit 7d4f99f

Please sign in to comment.