jiwoongbio / FMAP

Functional Mapping and Analysis Pipeline for metagenomics and metatranscriptomics studies
Other
26 stars 12 forks source link

Failed to create thread #2

Closed davidvilanova closed 7 years ago

davidvilanova commented 7 years ago

Hi any idea why it´s not creating the multithreads ??

echo "perl /home/da/work/FMAP/FMAP_mapping.pl allgenes.fa -p 10 -t tmp > outfile" | qsub -pe parallel_smp 10 -e err -o out

==> err <== [3.08769s] Building query histograms... [0.144188s] Error: Failed to create thread.

jiwoongbio commented 7 years ago

Hi, Can you try "perl /home/da/work/FMAP/FMAP_mapping.pl allgenes.fa -p 1 -t tmp > outfile" first?