Hi all,
I'm trying to run a program using perl script, I started with the data in the tutorial:
C:\Users\user\Desktop\cgview\cgview_xml_builder>perl cgview_xml_builder.pl -sequ
ence sample_input/R_denitrificans.gbk -output R_denitrificans.xml -tick_density
0.7java -jar -Xmx1500m
Somehow It couldn't work, I'm getting the error as:
Can't locate Bio/SeqIO.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .
) at cgview_xml_builder.pl line 8.
BEGIN failed--compilation aborted at cgview_xml_builder.pl line 8.
I have installed ActivePerl.
This is my first time using perl, anyone can enlighten me?
Thanks!