Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

WIP: web service API #304

Open
wants to merge 11 commits into
base: nh_exec2_replay
Choose a base branch
from
Open

WIP: web service API #304

wants to merge 11 commits into from

Conversation

nh13
Copy link
Member

@nh13 nh13 commented Jun 26, 2017

No description provided.

vcflib.bin = ${pipeline_dir}/vcflib/bin // required for filter FreeBayes calls
vcflib.scripts = ${pipeline_dir}/vcflib/scripts // required for filter FreeBayes calls
vt.bin = ${pipeline_dir}/vt/bin // required for filter FreeBayes calls
bcftools.bin = ${pipeline_dir}/bcftools // required for filter FreeBayes calls
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sucks that I have to duplicate this.

val host: Option[String] = None,
@arg(doc = "The port for teh web-service.")
val port: Option[Int] = None
) extends DagrCoreArgs(config, failFast, scriptDir, logDir, logLevel, scripts, cores, memory, report, interactive, experimentalExecution, replayLog) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sucks that I have to duplicate this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant