Package au.org.intersect.samifier.domain

Examples of au.org.intersect.samifier.domain.ProteinLocation


       
    }
    //test with no markers
    @Test
    public void testForwardNoMarkers(){
        ProteinLocation expectedLocation = new ProteinLocation("q0", 10, 129, "+", "0");
        List<ProteinLocation> expectedArray = new ArrayList<ProteinLocation>();
        expectedArray.add(expectedLocation);
        String [] mascotFiles = {"test/resources/merger/test_mascot_search_results.txt"};
        File genomeFile = new File("test/resources/merger/virtual_protein_no_markers.gff");
        File chromosomeDir = new File("test/resources/merger/");
View Full Code Here

TOP

Related Classes of au.org.intersect.samifier.domain.ProteinLocation

Copyright © 2018 www.massapicom. 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.