Giter VIP home page Giter VIP logo

Comments (14)

Waschina avatar Waschina commented on June 21, 2024

Dear Bing,

When you load gapseq with module load gapseq/1.2, it indicates that gapseq was installed system-wide by the administrators of your HPC facility. In that case, please contact your HPC-administrators to ask for help using the gapseq module.

Alternatively, if you have the option to create and use conda environments on the HPC, you can install gapseq yourself in an own conda environment by following those instructions: https://gapseq.readthedocs.io/en/latest/install.html#conda

Best
Silvio

from gapseq.

B-1991-ing avatar B-1991-ing commented on June 21, 2024

When you load gapseq with module load gapseq/1.2, it indicates that gapseq was installed system-wide by the administrators of your HPC facility. In that case, please contact your HPC-administrators to ask for help using the gapseq module.

Thank you for your reply, Silvio. I am installing the gapseq using the miniconda3/4.14.0, and some incompatible packages there are examining.

Maybe bacause I loaded the anaconda before submitting the gapseq job, so I may want to rerun later. But, does the gapseq itself have a requirement on the R version?

Best,

Bing

from gapseq.

B-1991-ing avatar B-1991-ing commented on June 21, 2024

Screenshot 2023-04-19 at 12 04 44

I tried the conda installation step by step twice, but "Could not find conda environment: gapseq-dev".

Any idea on this problem?

Best,

Bing

from gapseq.

Waschina avatar Waschina commented on June 21, 2024

Using the conda installation instruction, a suitable R-Version is automatically chosen by conda.

From the output/error you send I cannot say what might went wrong. Did you notice any error when going through the conda installation instructions step-by-step?

Especially the output logs from conda env create -n gapseq-dev --file gapseq_env.yml would be helpful.

from gapseq.

B-1991-ing avatar B-1991-ing commented on June 21, 2024

Especially the output logs from conda env create -n gapseq-dev --file gapseq_env.yml would be helpful.

module load tools #pre for miniconda3/4.14.0
module load miniconda3/4.14.0

Cloning the development version of gapseq

git clone https://github.com/jotech/gapseq
cd gapseq

Create and activate a conda environment "gapseq-dev"

conda env create -n gapseq-dev --file gapseq_env.yml
conda activate gapseq-dev

Screenshot 2023-04-19 at 13 04 28

Screenshot 2023-04-19 at 13 05 53

Screenshot 2023-04-19 at 13 06 30

For the detailed information on the "Output in format: Requested package -> Available versions", I didn't paste, so many lines.

from gapseq.

Waschina avatar Waschina commented on June 21, 2024

Could you try to activate the conda base environment using

conda activate

and then

conda env create -n gapseq-dev --file gapseq_env.yml

?

Also, may I ask you to share the console output in text or text files instead of screenshots?

from gapseq.

B-1991-ing avatar B-1991-ing commented on June 21, 2024

Screenshot 2023-04-19 at 13 41 10

Could you tell me how to write all logs into one file?
conda env create -n gapseq-dev --file gapseq_env.yml 2>& log.txt

from gapseq.

Waschina avatar Waschina commented on June 21, 2024

Small modification: conda env create -n gapseq-dev --file gapseq_env.yml > log.txt should work. After the command, you can upload the file log.txt to GitHub.

Meanwhile, I tested the conda installation instruction again, which worked without issues. Since the problem happens during the installation of conda packages, it's not a gapseq-specific issue, and I would recommend contacting your HPC support to ask for help. They can likely identify the underlying issue quickly.

from gapseq.

B-1991-ing avatar B-1991-ing commented on June 21, 2024

Meanwhile, I tested the conda installation instruction again, which worked without issues. Since the problem happens during the installation of conda packages, it's not a gapseq-specific issue, and I would recommend contacting your HPC support to ask for help. They can likely identify the underlying issue quickly.

Normally the HPC will say it is not their responsibility and let contact you again... I reran the gapseq script no to see any changes will happen.

Actually my question is that I only have the RDS file and tbl file, no xml file, so no figures generated.

from gapseq.

Waschina avatar Waschina commented on June 21, 2024

xml-files are not figures. They are text files and, in this case, in SBML format.

Perhaps I can help if you provide the full command line output of conda env create -n gapseq-dev --file gapseq_env.yml. Otherwise, I am afraid I cannot determine the cause of the issue.

Actually my question is that I only have the RDS file and tbl file, no xml file, so no figures generated.

That XML files are not generated with the HPC-installation of gapseq is likely due to a missing libsbml or sybilSBML installation. Since your HPC administrators have installed gapseq, they would need to test that and correct it if necessary.

from gapseq.

B-1991-ing avatar B-1991-ing commented on June 21, 2024

Perhaps I can help if you provide the full command line output of conda env create -n gapseq-dev --file gapseq_env.yml. Otherwise, I am afraid I cannot determine the cause of the issue.

module load tools #pre for miniconda3/4.14.0
module load miniconda3/4.14.0

Cloning the development version of gapseq

git clone https://github.com/jotech/gapseq
cd gapseq

Create and activate a conda environment "gapseq-dev"

conda activate
conda env create -n gapseq-dev --file gapseq_env.yml > log.txt
conda activate gapseq-dev

log
log.txt
The log file seems like no useful information?

from gapseq.

B-1991-ing avatar B-1991-ing commented on June 21, 2024

That XML files are not generated with the HPC-installation of gapseq is likely due to a missing libsbml or sybilSBML installation. Since your HPC administrators have installed gapseq, they would need to test that and correct it if necessary.

The reply from the HPC manager.
Note: BOTH packages are deprecated in CRAN for failing to correct reported issues - you should probably address this with gapsec maintainers, and generally use gapsec with extreme caution.
Package ‘sybil’ was removed from the CRAN repository. [https://cran.r-project.org/web/packages/sybil/index.html]
Package ‘sybilSBML’ was removed from the CRAN repository. [https://cran.r-project.org/web/packages/sybilSBML/index.html]

from gapseq.

Waschina avatar Waschina commented on June 21, 2024

Thanks for forwarding the reply.SybilSBML and sybil were indeed removed from CRAN. However, that does not explain this issue and should not interfere with the installation of gapseq.

To briefly state this:

  • sybilSBML was removed due to errors in the automatic installation tests by CRAN on MacOS system: https://www.stats.ox.ac.uk/pub/bdr/M1mac/sybilSBML.log
  • sybilSBML was removed because it can use a commercial LP-Solver (IBM's cplex), but it also works without it. CRAN does not allow suggests dependencies to IBM cplex.

In short, the removal from CRAN of these packages has nothing to do with security issues. It is still possible to install sybil using conda (https://anaconda.org/conda-forge/r-sybil) and sybilSBML as explained here and here.

As for the issue you have with the conda installation workflow, it is impossible to identify the underlying problem without additional information.

from gapseq.

Waschina avatar Waschina commented on June 21, 2024

Feel free to re-open this issue if more information on the problem can be provided.

from gapseq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.