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 8adc6be commit e9afa75
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 @@ -50,7 +50,7 @@ process OutputData {
workflow {
inpath_ch = channel.fromPath("${params.inputFile}")
incsv_ch = channel.fromPath("${params.inputCsv}")
PdbfixerMutants(incsv_ch, inpath_ch).flatten()
PdbfixerMutants(incsv_ch, inpath_ch)
OpenmmMinimise(PdbfixerMutants.out.fixed_pdbs)
OutputData(PdbfixerMutants.out.csv_reformat, OpenmmMinimise.out.data)
}
Expand Down

0 comments on commit e9afa75

Please sign in to comment.