Announcement

Collapse
No announcement yet.

New suite: comp-biol

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • New suite: comp-biol

    Code:
    diff --git a/pts/test-suites/comp-biol.xml b/pts/test-suites/comp-biol.xml
    new file mode 100644
    index 0000000..c4c30c7
    --- /dev/null
    +++ b/pts/test-suites/comp-biol.xml
    @@ -0,0 +1,21 @@
    +<PhoronixTestSuite>
    +       <SuiteInformation>
    +               <Version>0.9.0</Version>
    +               <TestType>Scientific</TestType>
    +               <Title>Computational Biology Test Suite</Title>
    +               <Maintainer>Andrew Schofield</Maintainer>
    +               <Description>The computational biology test suite runs a series of tests relevant to the field of computational biology. This test suite may take many minutes to c
    omplete.</Description>
    +       </SuiteInformation>
    +       <RunTest>
    +               <Test>molecular-dynamics</Test>
    +       </RunTest>
    +       <RunTest>
    +               <Test>hmmer</Test>
    +       </RunTest>
    +       <RunTest>
    +               <Test>mafft</Test>
    +       </RunTest>
    +       <RunTest>
    +               <Test>mrbayes</Test>
    +       </RunTest>
    +</PhoronixTestSuite>

  • #2
    Any objections if it's renamed to computational-biology? Just trying to make sure all test names are clear and easy.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      No, not at all.

      Comment

      Working...
      X