Skip to content

Commit

Permalink
Minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JLittlef committed Mar 19, 2024
1 parent 533dec8 commit 0f3a3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ workflow {
inpath_ch = channel.fromPath("${params.inputFile}")
incsv_ch = channel.fromPath("${params.inputCsv}")
PdbfixerMutants(incsv_ch, inpath_ch)
OpenmmMinimise()
OpenmmMinimise
OutputData(PdbfixerMutants.out.csv_reformat, OpenmmMinimise.out.data)
}

0 comments on commit 0f3a3b5

Please sign in to comment.