Skip to content

Commit

Permalink
thread warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Aug 1, 2020
1 parent aad68f7 commit 15dff1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parsnp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import tempfile
import shutil
import re
import logging
import multiprocessing
import argparse
import signal
import inspect
Expand Down Expand Up @@ -784,6 +785,8 @@ SETTINGS:



if multiprocessing.cpu_count() < threads:
logger.warning("You have asked to use more threads than you have available on your machine. This may lead to serious performance degredation with RAxML.")
logger.info("<<Parsnp started>>")

#1)read fasta files (contigs/scaffolds/finished/DBs/dirs)
Expand Down

0 comments on commit 15dff1e

Please sign in to comment.