GithubHelp home page GithubHelp logo

Error Unknown method about nextneopi HOT 12 CLOSED

icbi-lab avatar icbi-lab commented on June 12, 2024
Error Unknown method

from nextneopi.

Comments (12)

riederd avatar riederd commented on June 12, 2024

Please try to use the following format to provide paired end reads on the command line, as it si explained in the Readme under "FASTQ raw reads:":

--readsTumor /work/Projects/Neoantigens_nextNEOpi/testdata/Tumor_ERR8313719_{1,2}.fastq
--readsNormal /work/Projects/Neoantigens_nextNEOpi/testdata/Normal_ERR8313721_{1,2}.fastq

alternatively, you may use a batch file to pass on the reads (which will be the only way in future versions anyway).

Hope this helps

from nextneopi.

Magisterh1 avatar Magisterh1 commented on June 12, 2024

Thank you! I tried to run nextNEOpi.nf using the batch file and using your recommendation from above with and without quotes. However, I always end up with "Unknown method div on ConfigObject type". Do you have an other suggestion for me? THX

from nextneopi.

riederd avatar riederd commented on June 12, 2024

Can you send me the .nextflow.log file

from nextneopi.

Magisterh1 avatar Magisterh1 commented on June 12, 2024

nextflow.log

from nextneopi.

riederd avatar riederd commented on June 12, 2024

Thanks, can you also post the /work/Projects/Neoantigens_nextNEOpi/nextNEOpi/conf/params.config file.

from nextneopi.

riederd avatar riederd commented on June 12, 2024

..and please check also the cluster profile settings in /work/Projects/Neoantigens_nextNEOpi/nextNEOpi/conf/profiles.config as you are specify -profile conda,cluster . You might need to adjust the cluster profile to match your environment . See also the Profiles: cluster section in the Readme

from nextneopi.

Magisterh1 avatar Magisterh1 commented on June 12, 2024

yes, here are the params:
params.config.txt

I am working on a Ubuntu 18.04.5 LTS. Using "-profile conda" without cluster did not change the error

from nextneopi.

riederd avatar riederd commented on June 12, 2024

Hmmm, can you try to update nextflow to the current version?
either by:
nextflow self-update
or:
curl -s https://get.nextflow.io | bash

from nextneopi.

Magisterh1 avatar Magisterh1 commented on June 12, 2024

ok, done, unfortunately only the wording of the error changed: Unknown method invocation div on ConfigObject type

from nextneopi.

riederd avatar riederd commented on June 12, 2024

There is one more thing that I spotted in your params.config:
You need to put the path for the resourcesBaseDir under quotes, e.g.
resourcesBaseDir = "/work/Projects/Neoantigens_nextNEOpi/resources"

Please check all paths that you changed in the config files.

from nextneopi.

Magisterh1 avatar Magisterh1 commented on June 12, 2024

OK, what worked so far: 1. update nextflow, 2. add quotes to paths in params.config.
Now I have to solve some conda problems... THX for your help!!

from nextneopi.

riederd avatar riederd commented on June 12, 2024

Glad, I could help. BTW we recommend using singularity instead of conda. But either should work.

from nextneopi.

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.