简体   繁体   English

如何使用外部biojava库中的类

[英]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. 我是编程新手,想使用Biojava3中的类。 Specifically the getDNACodingSequences method from GeneIDXMLReader class. 特别是GeneIDXMLReader类中的getDNACodingSequences方法。 When I include the import statement below it does not compile. 当我在下面包含import语句时,它不会编译。 I also try to use the lookup function in eclipse and it does not see it as well. 我也尝试在eclipse中使用lookup函数,但它也看不到它。

     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 ... 您必须先安装BioJava ...

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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