Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDPTools installation problem #45

Closed
JeremyTournayre opened this issue Jan 31, 2020 · 2 comments
Closed

RDPTools installation problem #45

JeremyTournayre opened this issue Jan 31, 2020 · 2 comments

Comments

@JeremyTournayre
Copy link

Hello,

In order to use FROGS I need to install RDPTools on my computer,
I had to resolve several errors when I launch the make command of RDPTools:
I had to use a java jdk version at 8 instead of 11
I had to modify the url http://repo2.maven by https://repo1.maven.

Unfortunately I am stuck with this error :
RDPTools/Clustering/build.xml:122: Warning: Could not find resource file "/RDPTools/Clustering/lib/jaxb-api-2.2.7.jar" to copy.

Indeed, I have only in my "lib" dir these files :
"RDPTools/Clustering/lib/commons-cli-1.2.jar
RDPTools/Clustering/lib/commons-codec-1.8.jar
RDPTools/Clustering/lib/commons-io-2.4.jar
RDPTools/Clustering/lib/jaxb-impl-2.2.7.jar
RDPTools/Clustering/lib/junit-4.8.2.jar"

Can you help me please?
I forwarded this error to the github of RDPTools : rdpstaff/RDPTools#29

Sincerely,

Jérémy Tournayre

@mariabernard
Copy link
Collaborator

Hello,

Did you follow the INTSALL_from_source.md recommendations ?

I can not test all installation procedures, but this one works for me and others.
The error does'nt mean anything to me, so I am affraid, I will not be able to help you.

The other and much simpler way to install FROGS is to use conda.
You simply need to install miniconda and then

conda create --name FROGS_3.1 frogs=3.1.0
# to use FROGS, first you need to activate your environment
source activate FROGS_3.1

This will install everything you need despite what you already have on your computer.

Maria

@mariabernard
Copy link
Collaborator

Hi

I do not know if my previous answer solved your problem.
You must know that RDPTools version 2.0.2 is not more installabe, if you still have some troubles you must update RDPTools with version 2.0.3, for detail see rdpstaff/RDPTools#31

I publish the conda receip for this version : https://anaconda.org/bioconda/rdptools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants