niflows / niflow-manager

Niflow package manager tool
Other
2 stars 8 forks source link

Enable installing from a remote registry #30

Open effigies opened 4 years ago

effigies commented 4 years ago

At the moment we install from a local repository. We can probably convert nfm install niflow-nipype1-workflows to the equivalent of:

git clone https://github.com/niflows/nipype1-workflows.git
nfm install nipype1-workflows

Presumably we'll want to use temporary directories. And we'll also want to enable specific versions, which might be more efficient to do with downloading archives, rather than cloning.

effigies commented 4 years ago

Testing and building a non-local niflow will probably be trivial with this, but we should open new issues when this is closed, if those are not resolved at the same time.