Giter Site home page Giter Site logo

Comments (23)

moold avatar moold commented on May 25, 2024

Please see the option doc, and you will find the option: job_type = local can be used to set running nextdenovo on a local system.

from nextdenovo.

zijiangyang avatar zijiangyang commented on May 25, 2024

Please see the option doc, and you will find the option: job_type = local can be used to set running nextdenovo on a local system.

@moold
Hi Hu:

I checked the option doc and only sge cluster_options are provided. May I ask the settings for cluster_options when using PBS system? Shall I put the nodes name in the nodelist?

Thx!

from nextdenovo.

moold avatar moold commented on May 25, 2024

I do not test PBS system. but you can use PBS template to define the resource requirements for each job, it should be ok, see here for more details. The nodelist is only used with the option: 'usetempdir'.

from nextdenovo.

Rachel-pku avatar Rachel-pku commented on May 25, 2024

How do I run NextDenovo on my SLURM system? Change the job_type = slurm ?

from nextdenovo.

moold avatar moold commented on May 25, 2024

yes, also should change cluster_options to set the resource requirements for each job.

from nextdenovo.

Rachel-pku avatar Rachel-pku commented on May 25, 2024

sorry, I don't know the meaning of option in cluster_options when I want to run nextDenovo on slurm cluster? Can you give the detail information for it.Thx

from nextdenovo.

moold avatar moold commented on May 25, 2024

NextDenovo will replace {vf}, {cpu}, {bash} in cluster_options with specific values needed for each jobs. For slurm system, may be you can try -–cpus-per-task={cpu} -–mem-per-cpu={vf}.

from nextdenovo.

Rachel-pku avatar Rachel-pku commented on May 25, 2024

I do not work it successfully on slurm clusters when I try to modify the cluster_option. The err report the script in nextDenovo and kit.py may be have some invalid syntax.

from nextdenovo.

moold avatar moold commented on May 25, 2024

Becasue I do not have a slurm clusters , I can not test it by now. But the cluster_option is the same with nativeSpecification in drmaa.

from nextdenovo.

moold avatar moold commented on May 25, 2024

Hi, you can try to download the lastest version which have been increased more compatibility to run on a slurm system. I have ran it on a slurm system successfully.

from nextdenovo.

shehongbing avatar shehongbing commented on May 25, 2024

Hi, how can I run nextdenovo on PBS system.

from nextdenovo.

moold avatar moold commented on May 25, 2024

Try this -l nodes=1:ppn={cpu}:mem={vf}, but I do not test.

from nextdenovo.

shehongbing avatar shehongbing commented on May 25, 2024

hi hu, i test it but it does not work. thx

from nextdenovo.

bmbbms avatar bmbbms commented on May 25, 2024

Hi,when i use pbs system with params cluster_options = -l -q cu nodes=1:ppn={8}:mem={20} ,it does not work,so what can i do ?

from nextdenovo.

moold avatar moold commented on May 25, 2024

Try to use use -l -q cu nodes=1:ppn={cpu}:mem={vf}, or you can manually submit subtasks to the computer cluster.

from nextdenovo.

ggoodstudydaydayup avatar ggoodstudydaydayup commented on May 25, 2024

@zijiangyang
Hi Yang,
May I ask you how to run nextdenovo on pbs system finally?
Thanks.
Liu

from nextdenovo.

zijiangyang avatar zijiangyang commented on May 25, 2024

@zijiangyang
Hi Yang,
May I ask you how to run nextdenovo on pbs system finally?
Thanks.
Liu
@ggoodstudydaydayup
Hi Liu:
Unfortunately I failed to run nextdenovo with pbs settings due to drmaa error. Still it is possible to run nextdenovo on pbs systems by submitting jobs manually: you can submit the main script (nextDenovo run.cfg) with job_type set as local and wait for the generation of scripts for sub tasks, once the generation of scripts for sub tasks has finished (normally took a second), qdel the main script and submit the sub scripts manually. When all the sub scripts are finished, a file with suffix "done" will appear, then activate the main scripts for the next step and repeat the above procedures. By the way, if you want to get fasta output for each run, change the parameter -a 0 to -a 1 for every nextDenovo.sh in 03.ctg_graph/01.ctg_graph.sh.work/*/

I hope this helps you!

from nextdenovo.

ggoodstudydaydayup avatar ggoodstudydaydayup commented on May 25, 2024

@zijiangyang
Hi Yang,
May I ask you how to run nextdenovo on pbs system finally?
Thanks.
Liu
@ggoodstudydaydayup
Hi Liu:
Unfortunately I failed to run nextdenovo with pbs settings due to drmaa error. Still it is possible to run nextdenovo on pbs systems by submitting jobs manually: you can submit the main script (nextDenovo run.cfg) with job_type set as local and wait for the generation of scripts for sub tasks, once the generation of scripts for sub tasks has finished (normally took a second), qdel the main script and submit the sub scripts manually. When all the sub scripts are finished, a file with suffix "done" will appear, then activate the main scripts for the next step and repeat the above procedures. By the way, if you want to get fasta output for each run, change the parameter -a 0 to -a 1 for every nextDenovo.sh in 03.ctg_graph/01.ctg_graph.sh.work/*/

I hope this helps you!

Thanks very much!

from nextdenovo.

moold avatar moold commented on May 25, 2024

Hi, I have written a tutorial about how to configure drmaa in different computer clusters and how to set cluster_options, anyone who has questions about it can visit here.

from nextdenovo.

christinawu2008 avatar christinawu2008 commented on May 25, 2024

Hi, you can try to download the lastest version which have been increased more compatibility to run on a slurm system. I have ran it on a slurm system successfully.

Hey, could you please paste your config file here? with the cluster options for slurm? Thank you!

Cheers,
Chen

from nextdenovo.

moold avatar moold commented on May 25, 2024

see here

from nextdenovo.

christinawu2008 avatar christinawu2008 commented on May 25, 2024

see here

I'm also trying to run it on slurm. i was asking whether you could paste your config file that you used for slurm system. such as where to add cluster options relating to slurm etc...

Thanks

Cheers,
Chen

from nextdenovo.

moold avatar moold commented on May 25, 2024

Just set job_type = slurm, if you want to change some cluster options, see Paralleltask or set the submit option.

from nextdenovo.

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.