OpenGene / AfterQC

Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data
MIT License
206 stars 51 forks source link

Deafult multiprocessing behavior #15

Closed alnf closed 7 years ago

alnf commented 7 years ago

Do you create as many jobs with python multiprocessing as there are input files? I ran it with default parameters and it seemed to occupy all 32 cores. Is it possible to limit the number of jobs created, cause it is not always possible to use all the resources when computing on shared server.

alnf commented 7 years ago

Oh no, I'm blind. Closing because of duplicate issue:)

sfchen commented 7 years ago

Thanks @alnf

I will implement this feature and make a new release in this week.