assertEquals(2, IGV.getInstance().getVisibleTrackCount());
}
@Test
public void testBatchCommand() throws Exception{
CommandExecutor cmdexec = new CommandExecutor();
String cmd = "org.broad.igv.tools.motiffinder.MotifFinderPlugin find " + EGFR_begseq;
String resp = cmdexec.execute(cmd);
assertTrue("Expected OK, was " + resp, resp.contains("OK"));
List<Track> finderTracks = new ArrayList<Track>(2);
//Slight weakness here, we require that the tracks be in order positive/negative,
//but don't check that