--target can point to file directly#3
--target can point to file directly#3michael-kotliar wants to merge 10 commits intoWeirauchLab:cwl-docker-workflowfrom
Conversation
If --target points to the file, --index and --data are ignored. Output filename is fixed to RELI.stats and RELI.overlaps
| # ================================================================ | ||
| # | ||
| # Dockerfile for RELI (public release) | ||
| # |
There was a problem hiding this comment.
Misha, what's the purpose of this (the Version: 0.0.2)? I like the idea of having examples for "Build," "Pull," and "Run," but I'm trying to understand why the version tag cannot simply be latest.
There was a problem hiding this comment.
If our CWL file uses latest then after updating docker container, the inputs in CWL file should be updated too. To better control the correspondence between CWL and Docker I'd rather use more specific versions instead of latest
There was a problem hiding this comment.
Btw, try to rebuild Dockerfile. I guess, it should me much smaller, then the original one.
|
@michael-kotliar If Xiaoting was okay with the changes to the Please leave On our internal GitLab server I'm currently working through a few issues merging Xiaoting's changes that write the RSIDs of overlapping SNPs to an output file. I'll close this PR to signal that we're ready for you to fork again and re-submit a PR. Apologies for the inconvenience; we're still learning. |
If -prefix is not specified, use RELI
|
Sure, no problem. Meanwhile, I'll add some other commits to this branch :) |
If
--targetpoints to the file,--indexand--dataare ignored.Output filenames are fixed to
RELI.statsandRELI.overlaps