Error In Setting Up in Qualimap Inside Singularity Container

36 views
Skip to first unread message

Desmond

unread,
Oct 6, 2021, 7:57:45 PM10/6/21
to QualiMap
I am trying to set Qualimap up inside of a singularity container.
I am using a centos 7 image. I am attempting to install qualimap 2.2.1 using the src zip.
The following is an error I am receiving during the build process:

[ERROR] Failed to execute goal on project qualimap: Could not resolve dependencies for project org.bioinfo.ngs:qualimap:jar:2.2.1-dev: The following artifacts could not be resolved: com.oracle:javafx:jar:2.2, junit:junit:jar:4.4, org.bio
info:bioinfo-formats:jar:0.2.0, org.bioinfo:bioinfo-ngs:jar:0.1.0, org.bioinfo:bioinfo-commons:jar:0.10.1, org.bioinfo:bioinfo-math:jar:0.3.0, org.bioinfo:bioinfo-graphics:jar:0.4.0, com.miglayout:miglayout:jar:3.7.4: Could not find arti
fact com.oracle:javafx:jar:2.2 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.302.b08-0.el7_9.x86_64/jre/lib/jfxrt.jar -> [Help 1]

The following is a list of commands inside of the container:

yum update -y
yum install -y @"Development Tools"
yum install -y maven2 wget
yum install -y java-1.6.0-openjdk java-1.6.0-openjdk-devel java-1.6.0-openjdk-src
yum install -y epel-release
yum install -y R
yum clean all

cd /opt/
unzip qualimap_v2.2.1_src.zip
ls
rm -rf qualimap_v2.2.1_src.zip

cd qualimap-v2.2.1-src
export QUALIPATH=$PWD

mvn install:install-file -DgroupId=net.sf.picard -DartifactId=picard -Dversion=1.70 -Dpackaging=jar -Dfile=$QUALIPATH/external/picard-1.70.jar
mvn install:install-file -DgroupId=net.sf.samtools -DartifactId=samtools -Dversion=1.70 -Dpackaging=jar -Dfile=$QUALIPATH/external/sam-1.70.jar
mvn install:install-file -DgroupId=org.ejml -DartifactId=ejml -Dversion=0.24 -Dpackaging=jar -Dfile=$QUALIPATH/external/ejml-0.24.jar

#Rscript --version
#Rscript $QUALIPATH/scripts/installDependencies.r

mvn install -o

The error arises during the mvn install -o command.
Thank you for your assistance.

Konstantin Okonechnikov

unread,
Oct 15, 2021, 7:59:34 AM10/15/21
to qual...@googlegroups.com
HI!

I suspect issue might be with Java version from OpenJDK. Did you try on earlier e.g. 1.7.0_79 from orcale? 


Best regards,
  Konstantin

--
You received this message because you are subscribed to the Google Groups "QualiMap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qualimap+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qualimap/245fbc3d-50fb-421d-97de-f2d6873abb60n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages