214215216217218219220221
return fullCmd.toArray(new String[0]); } protected String writeLocus(Argument arg, String chr, int start, int end) throws IOException{ Feature feat = new SimpleBEDFeature(start, end, chr); return createTempFile(Arrays.asList(feat), arg); }