我从NCBI上下的基因组序列fa文件和gff文件,在运行时报错java.lang.IllegalArgumentException: You selected cdsParts=true, but the ID (gene-si:)seems to be no CDS part.Exception in thread "main" java.lang.RuntimeException: Did not finish as intended. java.lang.IllegalArgumentExceptio...
计算机连接服务器并使用perl的时候,可能会报上述错误
这个时候,你需要在主机上的 ~/.bashrc 或 ~/.bash_profile 文件加上下面的参数,
# Setting for the new UTF-8 terminal support in Lion
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
如果...