Skip to content

Commit

Permalink
changed user.yml settings back to default
Browse files Browse the repository at this point in the history
- forgot also to mention that when separating db by folder
 it can use multithreading
  • Loading branch information
averissimo committed May 4, 2016
1 parent fb46491 commit 41b904d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ engine: tblastn
# separate each transcriptome in a individual folder
# this will create many folders in the output directory
# each ending with the database name
separate_db: true
separate_db: false
#
#
# number of threads to use
# only valid with separate_db option
use_threads: 5
use_threads: 1
#
#
debug:
Expand Down

0 comments on commit 41b904d

Please sign in to comment.