Hi, I have added some tools in my jobs_conf file so they can use more than one cpu, however I probably have mistaken some tool id, as bowtie is working properly on 16 cores but samtools and htseq-count not (only 1 core as before)? So probably I'm doing something not wright?
<tool id="bowtie2" destination="multicore16" />
<tool id="bowtie" destination="multicore16" />
<tool id="tophat2" destination="multicore16" />
<tool id="htseq-count" destination="multicore16" />
<tool id="samtools" destination="multicore16" />