Put single quotes around the regex. This isn't strictly necessary through the integration test machinery, but *is* necessary at the console, and it's convenient to be able to cut and paste this.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3977 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
13f29660bb
commit
e242a8f143
|
|
@ -15,7 +15,7 @@ public class SelectVariantsIntegrationTest extends WalkerTest {
|
|||
String testfile = validationDataLocation + "test.filtered.maf_annotated.vcf";
|
||||
|
||||
WalkerTestSpec spec = new WalkerTestSpec(
|
||||
baseTestString(" -sn A -sn [CDEH] -env -ef -select 'AF < 0.2' -B variant,VCF," + testfile),
|
||||
baseTestString(" -sn A -sn '[CDEH]' -env -ef -select 'AF < 0.2' -B variant,VCF," + testfile),
|
||||
1,
|
||||
Arrays.asList("3a15628b5980031c629c0c33e7e60b40")
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue