简体   繁体   中英

How to use a class from the external biojava library

  1. I am new to programming and would like to use a class from Biojava3. Specifically the getDNACodingSequences method from GeneIDXMLReader class. When I include the import statement below it does not compile. I also try to use the lookup function in eclipse and it does not see it as well.

     import org.biojava3.genome.parsers.geneid.GeneIDXMLReader Thanks in advance for the help. I know this is basic stuff, but I am a rookie. 

You have to install BioJava first ...

http://www.biojava.org/wiki/BioJava:Download_3.0.6

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM