galaxy-genome-annotation / docker-jbrowse

Docker image of JBrowse Genome Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digest::Crc32 missing ?

sletort opened this issue · comments

When using Jbrowse with docker, I needed to install Digest::Crc32 with cpan to use prepare-refseqs.pl.

$ docker run -v myData:/data/refData -it -p 80:80 --entrypoint=/bin/bash jbrowse/jbrowse-1.12.0
$ prepare-refseqs.pl --fasta /data/refData/Brassica_napus_v4.1.chromosomes.fasta
Can't locate Digest/Crc32.pm in @INC [...]
$ cpan install Digest::Crc32
$ prepare-refseqs.pl --fasta /data/refData/Brassica_napus_v4.1.chromosomes.fasta

Thanks Sébastien, it should be fixed with 7bf5da8
Can you test when the new image is built on https://hub.docker.com/r/erasche/jbrowse/builds/ ?

Another package is missing : Bio::GFF3::LowLevel::Parser
when using flatfile-to-json.pl

Ok, done too

Merci.
Another package is missing for a better lisibility of help : perl-doc (with apt-get).

Done too !

Thanks @abretaud, appreciate all the help!