Skip to content

Commit

Permalink
Implementing prepareStructure
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Mar 23, 2024
1 parent b9b6b5f commit 5a8cc63
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 0 deletions.
Binary file modified lib/tool/tools/mdprep/include/tools/mdprep/gromacs/genion.hpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/include/tools/mdprep/gromacs/gromacs.hpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/include/tools/mdprep/gromacs/pdb2gmx.hpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/src/gromacs/genion.cpp
Binary file not shown.
Binary file added lib/tool/tools/mdprep/src/gromacs/gromacs.cpp
Binary file not shown.
1 change: 1 addition & 0 deletions lib/tool/tools/mdprep/src/gromacs/job.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ namespace VTX::Tool::Mdprep::Gromacs

void submitGromacsJob( const fs::path & p_gmxExe, GromacsJobData & p_args )
{
auto tmp = qgetenv( "GMXLIB" );
QString pgm { p_gmxExe.string().data() };
QStringList qtArgs;
for ( auto & arg : p_args.arguments )
Expand Down
Binary file modified lib/tool/tools/mdprep/src/gromacs/pdb2gmx.cpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/src/gromacs/solvate.cpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/test/src/genion.cpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/test/src/gromacs.cpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/test/src/pdb2gmx.cpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/test/src/solvate.cpp
Binary file not shown.

0 comments on commit 5a8cc63

Please sign in to comment.