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 472440a commit 56fb9ef
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 @@ -53,7 +53,7 @@ workflow {
PdbfixerMutants(incsv_ch, inpath_ch)
fix_pdb = channel.fromPath(PdbfixerMutants.out.fixed_pdbs)
new_fix_ch = fix_pdb.flatMap{ n -> [n] }
OpenmmMinimise(PdbfixerMutants.out.fixed_pdbs)
OpenmmMinimise(new_fix_ch)
OutputData(PdbfixerMutants.out.csv_reformat, OpenmmMinimise.out.data)
}

0 comments on commit 56fb9ef

Please sign in to comment.