-
If the local execution of the component can be tested, we could use reprozip to capture the dependencies and generate the docker image automatically. We would have to adapt how to pass inputs, but the…
-
## Pipeline
1. **The user must run the code**
Example
```
mic encapsulate step2 --trace python code.py
```
2 If the execution is ok, **The user must run type:**
$ mic encapsulate st…
-
**Is your feature request related to a problem? Please describe.**
How we can detect the parameters in the command using regex
```bash
python hello.py --cows 1 --cat True --money 10000000
```
…
-
I'm considering submitting a paper about our R-package `archivr` https://github.com/QualitativeDataRepository/archivr to JOSS, and wanted to check if it'd meet the "no thin API clients" test. The pack…
-
In the docker image created by mic, I typed the following and got an error:
```
root@4b61dfc7fdd9:/tmp/mint# mic encapsulate trace
Traceback (most recent call last):
File "/usr/local/bin/mic", l…
-
**Is your feature request related to a problem? Please describe.**
MIC reads the `.reprozip/config.yaml` and generate the mic runner
To ensure compatibility, the command must be relative to `/tmp/…
-
**Is your feature request related to a problem? Please describe.**
It can be difficult to track problems on others machines, and we want to reduce the debug info printed to the terminal. Best solutio…
-
**Is your feature request related to a problem? Please describe.**
The reprozip config file has there keys related to the files
[outputs](https://gist.github.com/sirspock/25f2bc0e0d1f6db95f7be7765…
-
**Submitting author:** @dghoshal-lbl (Devarshi Ghoshal)
**Repository:** https://bitbucket.org/sciencecapsule/sciencecapsule
**Version:** v0.1.1
**Editor:** @pibion
**Reviewers:** @colbrydi, @gflofs…
-
Right now `mic encapsulate outputs DIR_PATH` will return an error if `DIR_PATH` is a directory:
```bash
root@03edab6104fc:/tmp/mint# mic encapsulate outputs /tmp/mint/doc/
Usage: mic encapsulate ou…