DCAN-Labs/abcd-hcp-pipeline

version 0.1.0 question

Closed this issue · 3 comments

Dear ABCD developers,
I am testing the newest version of abcd using the session flag. Two questions:

  1. If there are two sessions is the first one processed before the second by default?
  2. Is there anywhere in the logs or the summary that confirms pipeline version?
    Juan

@juansanchezpena I'll try to answer that, but no guarantees I'm 100% right here...

  1. I think so, but not sure. Does it matter as long as they are processed? They should be processed independently, not reliant on each other for data or processing.
  2. Your docker run call should use the docker "tag" of the version you want. Using no docker tag will always give you the latest, which may change versions occasionally as features are developed and bugs are fixed.

As of v0.1.3, the version string is printed to stdout at each pipeline stage.