Nextomics / NextDenovo

Fast and accurate de novo assembler for long reads
GNU General Public License v3.0
360 stars 53 forks source link

about the ParallelTask for the nextdenovo #171

Closed fly005304 closed 1 year ago

fly005304 commented 1 year ago

Dear Author, I think that this new version for use the ParallelTask is not very well for different groups. As in some institutes, different user has different queue and project ID for subbmit their job to the SGE, but they can't change this for diffferent people. So i suggest the author to revise this just as the before version that we can change it in the cfg file. Best, Xuanmin

moold commented 1 year ago

Two choices:

  1. You can set the submit optipon like this: submit = qsub -pe smp {cpu} -l vf={mem} -o {out} -e {err} {script} in the NextDenovo configure file.
  2. Install a standalone python for yourself only.