Examples of EncodeFileRecord


Examples of org.broad.igv.util.encode.EncodeFileRecord

        if (trackFiles == null || trackFiles.length == 0) return;
        PreferenceManager.getInstance().setLastTrackDirectory(trackFiles[0]);
        List<EncodeFileRecord> records = new ArrayList<EncodeFileRecord>();
        for (File f : trackFiles) {
            records.add(new EncodeFileRecord(f.getPath(), new HashMap()));
        }
        loadTracks(records);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.