Skip to content
Snippets Groups Projects
Commit 5ecbd595 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added text to args

parent 50d678ff
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,10 @@ object FindOverlapMatch extends ToolCommand {
} text "Do not compare samples with the same name"
opt[String]("rowSampleRegex") unbounded () valueName "<regex>" action { (x, c) =>
c.copy(rowSampleRegex = Some(x.r))
}
} text "Samples in the row should match this regex"
opt[String]("columnSampleRegex") unbounded () valueName "<regex>" action { (x, c) =>
c.copy(columnSampleRegex = Some(x.r))
}
} text "Samples in the column should match this regex"
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment