Skip to content

Commit

Permalink
Implementing trjconv prepareJob and one part of convert
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Mar 14, 2024
1 parent a688aa4 commit 3b339ef
Show file tree
Hide file tree
Showing 7 changed files with 45,775 additions and 0 deletions.
Binary file not shown.
Binary file added lib/tool/tools/mdprep/src/gromacs/trjconv.cpp
Binary file not shown.
11,639 changes: 11,639 additions & 0 deletions lib/tool/tools/mdprep/test/data/1ubq_out_solvate/#1ubq.top.1#

Large diffs are not rendered by default.

22,488 changes: 22,488 additions & 0 deletions lib/tool/tools/mdprep/test/data/1ubq_out_solvate/1ubq.gro

Large diffs are not rendered by default.

11,640 changes: 11,640 additions & 0 deletions lib/tool/tools/mdprep/test/data/1ubq_out_solvate/1ubq.top

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions lib/tool/tools/mdprep/test/include/mdprep/test/fixture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ namespace VTX::test

inline static const std::vector<std::string> g_fileList { ( g_outputDir / "1ubq.gro" ).string() };
};
struct Solvate
{
inline static const fs::path & g_outputDir { VTX::Tool::Mdprep::executableDirectory() / "data"
/ "1ubq_out_solvate" };

inline static const std::vector<std::string> g_fileList { ( g_outputDir / "1ubq.gro" ).string(),
( g_outputDir / "1ubq.top" ).string() };
};

inline std::vector<const std::string *> getPtrVectFromVect( const std::vector<std::string> & p_ )
{
Expand Down
Binary file added lib/tool/tools/mdprep/test/src/trjconv.cpp
Binary file not shown.

0 comments on commit 3b339ef

Please sign in to comment.