SystemsGenetics / ACE

Accelerated Computational Engine (ACE) is a GPU-enabled framework to simplify creation of GPU-capable applications
http://SystemsGenetics.github.io/ACE
GNU General Public License v2.0
1 stars 1 forks source link

ACE version not correct in metadata #101

Closed spficklin closed 4 years ago

spficklin commented 4 years ago

When exporting metadata on the command-line the ACE version is not correct. It shows as 0.0.999

{
      "command": {
          "analytic": "Import Expression Matrix",
          "options": {
              "input": "rice_heat_drought.GEM.FPKM.filtered.txt",
              "nan": "NA",
              "output": "rice_heat_drought.GEM.FPKM.filtered.emx",
              "samples": "0"
          }
      },
      "input": {
      },
      "uuid": "{ae169a67-363d-4a8c-8a04-de0fd8d974f8}",
      "version": {
          "ace": {
              "major": 0,
              "minor": 0,
              "revision": 999
          },
          "kinc": {
              "major": 3,
              "minor": 3,
              "revision": 0
          }
      }
  }
4ctrl-alt-del commented 4 years ago

This seems fine to me. That version is because you are using the develop branch of ACE which should have that version. In the latest 3.1.0 release it would be 3, 1, and 0.

spficklin commented 4 years ago

Gotcha.... thanks.