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:
kiran 2010-08-08 05:56:57 +00:00
parent 13f29660bb
commit e242a8f143
1 changed files with 1 additions and 1 deletions

View File

@ -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")
);