¿Cómo resolver el error del módulo Perl al intentar ejecutar NGS QC Toolkit?

¿Cómo resolver el error del módulo Perl al intentar ejecutar NGS QC Toolkit?

Estaba intentando ejecutar NGS QC Toolkit http://59.163.192.90:8080/ngsqctoolkit/en la versión Ubuntu 12.04 LTS de 64 bits. Pero, después de ejecutar el comando, aparece un error que indica que no puede encontrar el módulo String::Approxy que debe instalarse aunque lo he instalado correctamente.

Aquí está el comando que utilicé:

perl ~/Programs/NGSQCToolkit_v2.3/QC/IlluQC_PRLL.pl -c 2 -pe /home/shrujan/Desktop/NGS_Shrujan/SRR072111_1.fastq /home/shrujan/Desktop/NGS_Shrujan/SRR072111_2.fastq 2 
A Error:
    Can not find module 'String::Approx'
    Install it and try again

Por favor guíame para resolver este problema.

Respuesta1

Ejecute los siguientes comandos:

shrujan@ubuntu:~$ cpan

cpan[1] install String::Approx

Entonces prueba tu NGSQCTool

información relacionada